Skip to content

Releases: GareArc/opencode-sync

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 24 Jan 04:55
e001ed3

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

Choose a tag to compare

@github-actions github-actions released this 24 Jan 04:34
ce94235

Changelog

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

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 24 Jan 04:22
a5a2d52

Changelog

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

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jan 13:28

Changelog

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

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jan 13:12

Changelog

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

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Jan 12:57

Changelog

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jan 12:44

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

Choose a tag to compare

@github-actions github-actions released this 16 Jan 12:17

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