Nguyen Quang Huy
f44064a6df
feat: add claude_code config object to toggle Claude Code compatibility features ( #23 )
2025-12-12 15:23:50 +09:00
YeonGyu-Kim
b3fd6a2b15
feat(agents): upgrade oracle model from GPT-5.1 to GPT-5.2 ( #19 )
2025-12-12 08:52:18 +09:00
YeonGyu-Kim
a6eeaabb25
feat(hooks): add directory README.md injector ( #15 )
...
Implements README.md injection similar to existing AGENTS.md injector.
Automatically injects README.md contents when reading files, searching
upward from file directory to project root.
Closes #14
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-11 10:13:04 +09:00
YeonGyu-Kim
b255f62671
docs(readme): sync English version with Korean improvements on setup and configuration clarity
2025-12-10 23:43:35 +09:00
YeonGyu-Kim
2c0bc56f05
docs(readme): add warning for LLM agents on oh-my-opencode.json setup and sync English tone with Korean version
2025-12-10 15:45:45 +09:00
YeonGyu-Kim
9eaa9c0b53
docs(readme): add comprehensive Claude Code compatibility documentation
...
- Add new 'Claude Code Compatibility' section to both README.md and README.ko.md
- Document hooks integration (PreToolUse, PostToolUse, UserPromptSubmit, Stop)
- Document configuration loaders (Command, Skill, Agent, MCP loaders)
- Document data storage (Todo management, Transcript logging)
- Simplify 'Other Features' section by moving loaders to new section
- Clean up temporary planning files in local-ignore/
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 21:47:01 +09:00
YeonGyu-Kim
8fdcb1a904
docs: fix documentation inconsistencies identified by Oracle
...
- Add source path annotations to Command/Skill/Agent/MCP Loaders
- Add Session State feature documentation
- MCP Loader paths verified (match loader.ts: ~/.claude/.mcp.json, ./.mcp.json, ./.claude/.mcp.json)
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 16:59:22 +09:00
YeonGyu-Kim
b17502a404
docs(readme): document new claude-code feature loaders
...
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 16:59:22 +09:00
YeonGyu-Kim
b710a7c792
docs: add missing hooks and features to README
...
Add 4 missing hooks documentation:
- Think Mode: auto-detect deep thinking requests
- Anthropic Auto Compact: auto-compact context
- Empty Task Response Detector: handle empty responses
- Grep Output Truncator: prevent output overflow
Add 2 missing features documentation:
- Command Loader: load commands from multiple paths
- Skill Loader: load skills as executable commands
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 16:59:22 +09:00
YeonGyu-Kim
9dea662030
docs(readme): clarify nested AGENTS.md injection behavior with example
...
Added directory tree example showing how multiple AGENTS.md files are
collected and injected in hierarchical order when reading nested files.
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode )
2025-12-09 10:36:34 +09:00
YeonGyu-Kim
a9de105507
docs: add Directory AGENTS.md Injector hook documentation
...
🤖 GENERATED BY [OPENCODE](https://opencode.ai/ )
2025-12-08 17:00:02 +09:00
YeonGyu-Kim
7225883ff2
feat(tools): add glob tool with timeout protection
...
- Override OpenCode's built-in glob with 60s timeout
- Kill process on expiration to prevent indefinite hanging
- Reuse grep's CLI resolver for ripgrep detection
Generated by [OpenCode](https://opencode.ai/ )
2025-12-08 17:00:02 +09:00
YeonGyu-Kim
0193ea5a96
refactor(tools): rename safe-grep to grep with override capability
2025-12-08 17:00:02 +09:00
YeonGyu-Kim
88015dea88
docs: add explicit agent invocation examples to README
2025-12-05 23:48:11 +09:00
YeonGyu-Kim
2a09ddbedd
docs: enhance LSP tools description in README
2025-12-05 23:27:07 +09:00
YeonGyu-Kim
4cf2407272
feat(session-recovery): add filesystem-based empty content recovery
...
- Replace API-based recovery with direct JSON file editing for empty content messages
- Add cross-platform storage path support via xdg-basedir (Linux/macOS/Windows)
- Inject '(interrupted)' text part to fix messages with only thinking/meta blocks
- Update README docs with detailed session recovery scenarios
2025-12-05 23:24:20 +09:00
YeonGyu-Kim
6b287111fd
chore: move schema to assets/, add dist/ to gitignore
2025-12-05 16:24:54 +09:00
YeonGyu-Kim
7f72aba000
docs: fix Agents config section - remove incorrect OpenCode link, add correct options
2025-12-05 16:17:00 +09:00
YeonGyu-Kim
ad722e7afe
docs: reorganize Configuration section to bottom, add LSP config docs
2025-12-05 16:13:25 +09:00
YeonGyu-Kim
0754fbccc5
docs: remove MCP config from Agent section (already in top-level Config)
2025-12-05 16:01:19 +09:00
YeonGyu-Kim
49e3e1fea5
docs: simplify agent configuration, add OpenCode doc links
2025-12-05 15:52:04 +09:00
YeonGyu-Kim
9ced1928bc
docs: restructure README for better readability and UX ( #4 )
...
- Move TL;DR section before Installation for quick overview
- Wrap 'For LLM Agents' section in collapsible details tag
- Simplify Configuration section (remove verbose schema explanations)
- Move model override example to Features > Agents section
- Add context7 MCP to Korean README
2025-12-05 14:43:52 +09:00
YeonGyu-Kim
917ab0362a
fix: correct OpenCode docs link (404 -> valid URL) ( #3 )
...
- Change https://opencode.ai/docs/installation/ to https://opencode.ai/docs
- The /installation/ path returns 404, main docs page has Install section
2025-12-05 14:28:44 +09:00
YeonGyu-Kim
b20320b6cb
fix: resolve merge conflict with master (include both config and LLM agent guide)
2025-12-05 14:28:11 +09:00
YeonGyu-Kim
5121d0eed2
docs: add comprehensive configuration documentation and include schema.json
...
- Add dist/oh-my-opencode.schema.json to repository (fix gitignore pattern)
- Document all configuration options in README.md (English)
- Add Configuration section to README.ko.md (Korean) - was completely missing
- Include agent configuration examples (Anthropic-only setup)
- Add MCP/Agent disable instructions
- Document permission options for agents
2025-12-05 14:24:12 +09:00
YeonGyu-Kim
5f11de192d
docs: add 'For LLM Agents' setup guide section ( #1 )
...
- Add step-by-step guide for LLM agents to setup oh-my-opencode
- Include OpenCode installation check with link to official docs
- Include oh-my-opencode plugin configuration script
- Update Table of Contents for both EN/KO README files
2025-12-05 14:17:48 +09:00
YeonGyu-Kim
a72bfe5c02
docs: consolidate README.en.md into README.md
2025-12-05 09:29:08 +09:00
YeonGyu-Kim
5b0cb53f3d
✨ Fiat Lux
2025-12-03 11:28:10 +09:00