YeonGyu-Kim
cf33fc5da1
docs(readme): sync English version with Korean improvements on setup and configuration clarity
2025-12-10 23:43:35 +09:00
YeonGyu-Kim
41f93c9f8b
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
1932257f82
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
124c3b3e8f
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
5678e0bac6
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
15a748b817
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
45bdcf3580
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
5cd3f0cbf2
docs: add Directory AGENTS.md Injector hook documentation
...
🤖 GENERATED BY [OPENCODE](https://opencode.ai/ )
2025-12-08 17:00:02 +09:00
YeonGyu-Kim
ed3d7a55f4
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
b77dd2fcdf
refactor(tools): rename safe-grep to grep with override capability
2025-12-08 17:00:02 +09:00
YeonGyu-Kim
bac304c035
docs: add explicit agent invocation examples to README
2025-12-05 23:48:11 +09:00
YeonGyu-Kim
1aaeefac0e
docs: enhance LSP tools description in README
2025-12-05 23:27:07 +09:00
YeonGyu-Kim
a287e59262
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
de2f9dfc86
chore: move schema to assets/, add dist/ to gitignore
2025-12-05 16:24:54 +09:00
YeonGyu-Kim
5f5218ccae
docs: fix Agents config section - remove incorrect OpenCode link, add correct options
2025-12-05 16:17:00 +09:00
YeonGyu-Kim
41d3817910
docs: reorganize Configuration section to bottom, add LSP config docs
2025-12-05 16:13:25 +09:00
YeonGyu-Kim
a119429ebe
docs: remove MCP config from Agent section (already in top-level Config)
2025-12-05 16:01:19 +09:00
YeonGyu-Kim
4c1d534093
docs: simplify agent configuration, add OpenCode doc links
2025-12-05 15:52:04 +09:00
YeonGyu-Kim
4b7a4b04d0
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
f6f2fad1fc
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
e2078763a6
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
973caf9b7d
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