Skip to content

Releases: GareArc/opencode-sync

v0.1.7

24 Jan 04:55
e001ed3

Choose a tag to compare

Changelog

  • e001ed3 feat: add automatic GC on pull and manual gc command
  • 22fc3b5 feat: add space optimization with shallow clone and git gc

v0.1.6

24 Jan 04:34
ce94235

Choose a tag to compare

Changelog

  • dfd6698 fix: use 'skills' (plural) instead of 'skill' for OpenCode skills directory

v0.1.5

24 Jan 04:22
a5a2d52

Choose a tag to compare

Changelog

  • a5a2d52 feat: add ~/.claude/skills sync support and enhance docs

v0.1.4

16 Jan 13:28

Choose a tag to compare

Changelog

  • 68cf426 feat: sync oh-my-opencode.json
  • a3d2cad fix: implement mcp-auth.json sync (was missing)

v0.1.3

16 Jan 13:12

Choose a tag to compare

Changelog

  • 17ac3ad feat: add uninstall command
  • 107c242 fix: ensure parent directory exists before git clone

v0.1.2

16 Jan 12:57

Choose a tag to compare

Changelog

  • 6eab940 feat: add key management (export/import/regen) and rebind commands

v0.1.1

16 Jan 12:44

Choose a tag to compare

Changelog

  • 6e10215 fix: redirect info messages to stderr in install script
  • b80913b fix: use system git for network operations (supports 1Password, gh auth, etc.)

v0.1.0

16 Jan 12:17

Choose a tag to compare

Changelog

  • e3c40e7 Initial commit: opencode-sync CLI tool
  • a499e9e feat: add homebrew and scoop publishing
  • a3837c2 feat: add install.sh for curl-based installation
  • a9e8148 fix: pass homebrew/scoop tokens to goreleaser
  • a9a6e91 fix: remove homebrew/scoop publishing (no repos configured)
  • 3e9279a fix: resolve govet printf format error and enhance Makefile
  • b78ca3e fix: update goreleaser config for v2 (folder -> directory)
  • 5933f46 fix: use bash shell for test step to fix Windows CI