All notable changes to this project will be documented here by Release Please.
0.9.0 (2026-01-29)
- add model favorites sync setting (ea67233)
0.8.0 (2026-01-29)
- support syncing extra config paths (7cfab68)
- safe chmod extra path entries (5b37a7c)
0.7.1 (2026-01-05)
- remove uppercase mention (9e3e022)
0.7.0 (2026-01-01)
- add file locking and improved chmod handling to fix false bug (e3382dc)
0.6.0 (2025-12-31)
- support trailing commas in config and improve error handling (00ae89c)
0.5.1 (2025-12-31)
- avoid Object.hasOwn and structuredClone (198857b)
- move hasOwn to shared utility and use hasOwnProperty.call (6919922)
0.5.0 (2025-12-31)
- implement MCP secret scrubbing and optional sync (49b8116)
- generalize authorization scheme matching in mcp secrets (3a50890)
0.4.2 (2025-12-31)
- harden plugin loading and add pack test (a230567)
0.4.2 (2025-12-31)
- harden plugin load when command assets are missing and broaden module exports
- add production-like local pack test script
0.4.1 (2025-12-31)
- use .js extensions in missed imports and update convention (bae3ebb)
0.4.0 (2025-12-31)
- force release 0.4.0 (e104eab)
0.3.0 (2025-12-31)
- force release for node compatibility refactor (ec31b45)
0.2.0 (2025-12-31)
- add /opencode-sync-resolve command to auto-resolve changes (35e3545)
- add GitHub user auto-detection and auto-create sync repo (8998f8c)
- add prompt stash sync option (includePromptStash) (2699008)
- add sync-link command and improve repo management (f7bbc7b)
- address reviewer feedback on startup reliability and toasts (11d417b)
- adjust repo org/name detection (b1c0fef)
- improve startup sync reliability and repository validation (2480fb2)
- event-driven startup sync in favor of setTimeout delay (221bf8c)
0.1.1 (2025-12-31)
- address reviewer feedback on startup reliability and toasts (11d417b)
- improve startup sync reliability and repository validation (2480fb2)
- event-driven startup sync in favor of setTimeout delay (221bf8c)
- sync: Initial implementation of opencode configuration sync via GitHub
- sync: Support for secrets sync in private repositories
- sync: Support for session history sync
- sync: Support for prompt stash sync
- sync: Added
/sync-*slash commands for easy management - sync: Added automatic sync on opencode startup
- sync: Added AI-powered conflict resolution with
/sync-resolve - sync: Automatic GitHub repository detection and creation during initialization