Skip to content

Latest commit

 

History

History
147 lines (72 loc) · 6.04 KB

File metadata and controls

147 lines (72 loc) · 6.04 KB

Changelog

All notable changes to this project will be documented here by Release Please.

0.9.0 (2026-01-29)

Features

  • add model favorites sync setting (ea67233)

0.8.0 (2026-01-29)

Features

  • support syncing extra config paths (7cfab68)

Bug Fixes

  • safe chmod extra path entries (5b37a7c)

0.7.1 (2026-01-05)

Bug Fixes

  • remove uppercase mention (9e3e022)

0.7.0 (2026-01-01)

Features

  • add file locking and improved chmod handling to fix false bug (e3382dc)

0.6.0 (2025-12-31)

Features

  • support trailing commas in config and improve error handling (00ae89c)

0.5.1 (2025-12-31)

Bug Fixes

  • avoid Object.hasOwn and structuredClone (198857b)
  • move hasOwn to shared utility and use hasOwnProperty.call (6919922)

0.5.0 (2025-12-31)

Features

  • implement MCP secret scrubbing and optional sync (49b8116)

Bug Fixes

  • generalize authorization scheme matching in mcp secrets (3a50890)

0.4.2 (2025-12-31)

Bug Fixes

  • harden plugin loading and add pack test (a230567)

0.4.2 (2025-12-31)

Bug Fixes

  • 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)

Bug Fixes

  • use .js extensions in missed imports and update convention (bae3ebb)

0.4.0 (2025-12-31)

Features

0.3.0 (2025-12-31)

Features

  • force release for node compatibility refactor (ec31b45)

0.2.0 (2025-12-31)

Features

  • 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)

Bug Fixes

  • address reviewer feedback on startup reliability and toasts (11d417b)
  • adjust repo org/name detection (b1c0fef)
  • improve startup sync reliability and repository validation (2480fb2)

Reverts

  • event-driven startup sync in favor of setTimeout delay (221bf8c)

0.1.1 (2025-12-31)

Bug Fixes

  • address reviewer feedback on startup reliability and toasts (11d417b)
  • improve startup sync reliability and repository validation (2480fb2)

Reverts

  • event-driven startup sync in favor of setTimeout delay (221bf8c)

0.1.0 (2025-12-30)

Features

  • 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