v1.2.1 - Version Sync Fix
Changelog
All notable changes to this project will be documented in this file.
[1.2.1] - 2026-03-09
Fixed
- Version Sync: Corrected the hardcoded server version reported to MCP clients to match
package.json.
[1.2.0] - 2026-03-09
Added
- OMO Orchestration: Implemented
OMOOrchestratorfor high-accuracy multi-agent patterns (omo_sisyphus,omo_hephaestus, etc.). - Native Command Discovery: Added
opencode_list_commandsandopencode_execute_commandto interface directly with OpenCode's native command system. - Skill Management: Added
opencode_manage_skillsleveraging theskillsCLI for discovering and installing community skills. - Dynamic Persona Merging:
OMODiscoverynow merges hardcoded personas with your localoh-my-opencode.jsonconfiguration. - Enhanced Resilience: Integrated model rotation and retries into the core orchestrator, ensuring tasks survive rate limits and transient failures.
Changed
- Improved Health Monitoring: Ported health check to return structured, user-friendly status strings.
- Testing Performance: Optimized test suite with parallel execution and muzzled noise in test environments.
- API Parity: Updated internals to maintain strict compatibility with the latest OpenCode CLI standards.
Fixed
- MSW Leakage: Resolved unhandled intercepted request warnings in test logs.
- Type Safety: Eliminated
anycasts in key discovery and orchestration paths.
[1.1.0] - 2026-03-09
Added
- Official SDK Integration: Migrated from manual Axios requests to the official
@opencode-ai/sdkv2. - Advanced PTY Tools: Added
opencode_pty_createandopencode_pty_listfor persistent terminal management. - Dynamic MCP Chaining: Added
opencode_mcp_status,opencode_mcp_add, andopencode_mcp_removeto manage secondary MCP servers within OpenCode. - Session Revision Control: Added
opencode_session_diff,opencode_session_fork, andopencode_session_revertfor powerful workspace versioning. - Disposable Sessions: Implemented automatic cleanup for shell commands without an explicit session ID.
- Task Verification: 100% line coverage achieved across all tool handlers and core logic.
Changed
- Testing Infrastructure: Migrated from
axios-mock-adapterto Mock Service Worker (MSW) for more accurate network-level interception. - Error Handling: Improved error reporting with structured API response details.
- Task Polling: Enhanced
opencode_ask_syncwith better timeout handling and automatic task aborting on failure.
Removed
- Widespread dependency on
axiosandaxios-retry. - Informal implementation of session management.
[1.0.0] - 2026-03-08
- Initial production release with 11 core tools.
- Auto-provisioning of OpenCode server.
- Basic multi-agent delegation.