Open Source Contributions - Bug reports, fixes, and technical analysis.
| Project | Issue | Status | Description |
|---|---|---|---|
| Claude Code | #21149 | Reported | Thai vowels (สระอา, สระอำ) not displaying |
| OpenCode | #13801 / PR #13799 / opencode-line | CI Passed | LINE Messaging API integration for OpenCode AI coding agent |
| Claude Code | claude-code-line | Released | LINE Messaging API bridge for Claude Code CLI |
oss-contributions/
├── README.md
├── claude-code-thai-vowel-fix/
│ ├── SUMMARY.md # Overview and links
│ ├── BUG_REPORT.md # Detailed bug report
│ ├── FIX_DESCRIPTION.md # Technical fix description
│ ├── thai-vowel-fix.sh # Script to apply fix
│ └── thai-vowel-fix-revert.sh # Script to revert fix
├── opencode-line-integration/
│ └── SUMMARY.md # Overview, links, architecture
└── claude-code-line-integration/
└── SUMMARY.md # Overview, links, architecture
สคริปต์สำหรับแก้ปัญหาสระอา (า) และสระอำ (ำ) แสดงผลไม่ถูกต้องใน Claude Code
cd claude-code-thai-vowel-fix
./thai-vowel-fix.sh # Apply fix
./thai-vowel-fix-revert.sh # Revert fixNotes:
- ใช้
./script.shหรือbash script.sh(ห้ามใช้sh script.sh) - ไม่ต้องใช้
sudoถ้าติดตั้ง Node.js ผ่าน nvm - ต้องรันใหม่หลัง
claude update
LINE Messaging API integration สำหรับ OpenCode AI coding agent
| Version | Description | Run |
|---|---|---|
| PR #13799 | Monorepo (@opencode-ai/sdk) |
cd packages/line && bun dev |
| opencode-line | Standalone (Docker Compose) | docker compose up -d |
See SUMMARY.md for details.
LINE Messaging API bridge สำหรับ Claude Code CLI
| Repo | Description | Run |
|---|---|---|
| claude-code-line | Docker Compose (node + bun + claude CLI) | docker compose up -d |
See SUMMARY.md for details.
This repository contains my contributions to open source projects including:
- Bug reports with technical analysis
- Proposed fixes with code samples
- Documentation and summaries
Contributions by @monthop-gmail