Skip to content

v1.2.1 - Version Sync Fix

Choose a tag to compare

@jinto-ag jinto-ag released this 09 Mar 15:01
· 1 commit to main since this release

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 OMOOrchestrator for high-accuracy multi-agent patterns (omo_sisyphus, omo_hephaestus, etc.).
  • Native Command Discovery: Added opencode_list_commands and opencode_execute_command to interface directly with OpenCode's native command system.
  • Skill Management: Added opencode_manage_skills leveraging the skills CLI for discovering and installing community skills.
  • Dynamic Persona Merging: OMODiscovery now merges hardcoded personas with your local oh-my-opencode.json configuration.
  • 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 any casts 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/sdk v2.
  • Advanced PTY Tools: Added opencode_pty_create and opencode_pty_list for persistent terminal management.
  • Dynamic MCP Chaining: Added opencode_mcp_status, opencode_mcp_add, and opencode_mcp_remove to manage secondary MCP servers within OpenCode.
  • Session Revision Control: Added opencode_session_diff, opencode_session_fork, and opencode_session_revert for 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-adapter to 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_sync with better timeout handling and automatic task aborting on failure.

Removed

  • Widespread dependency on axios and axios-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.