New Features
OmO Agent Model Fallback Chain
- OmO agent now inherits OpenCode system default model as fallback, providing better flexibility in model selection
Improvements
OmO System Prompt Enhancement
- Got some feedbacks about too much subagent (which I still think make sense) but refined prompt to be more precise
Default permissions
- Now by default web fetch and external directory permissions are automatically allowed
Cleaner Terminal Experience
- Removed terminal title update feature (session-rename-hook) as it is supported by the opencode team
Bug Fixes
- fix(auth): Resolved Google Antigravity OAuth 404 error by using fallback project ID
- fix(agents): Restricted OmO-Plan to read-only tools, properly inheriting from default plan agent
Documentation
- Added concrete
oh-my-opencode.jsonconfiguration examples to LLM installation guide - Added opencode-antigravity-auth plugin guide and model override documentation
- 17b4304 Expand Todo Management section with detailed guidelines
- c6595be Add OmO agent model fallback chain to inherit OpenCode system default (#79)
- e144dd5 Merge branch 'remove-session-rename-hook'
- 8cdbd1c refactor: remove terminal title update feature
- 276b1ba Merge branch 'fix-omo-plan-agent-permissions'
- 1de27e4 Merge branch 'allow-external-read-webfetch-hooks'
- 98ffe3f feat: auto-allow webfetch and external_directory permissions
- 0261652 Add concrete oh-my-opencode.json configuration examples to LLM installation guide
- 9cef9d1 Add opencode-antigravity-auth plugin guide and oh-my-opencode.json model override documentation
- 67bcd4d fix(auth): resolve Google Antigravity OAuth 404 error by using fallback project ID
- 1ecf35f fix(agents): restrict OmO-Plan to read-only tools, inherit from default plan agent (#72)