Releases: GareArc/opencode-sync
Releases · GareArc/opencode-sync
v0.1.7
24 Jan 04:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
dfd6698 fix: use 'skills' (plural) instead of 'skill' for OpenCode skills directory
v0.1.5
24 Jan 04:22
Compare
Sorry, something went wrong.
No results found
Changelog
a5a2d52 feat: add ~/.claude/skills sync support and enhance docs
v0.1.4
16 Jan 13:28
Compare
Sorry, something went wrong.
No results found
Changelog
68cf426 feat: sync oh-my-opencode.json
a3d2cad fix: implement mcp-auth.json sync (was missing)
v0.1.3
16 Jan 13:12
Compare
Sorry, something went wrong.
No results found
Changelog
17ac3ad feat: add uninstall command
107c242 fix: ensure parent directory exists before git clone
v0.1.2
16 Jan 12:57
Compare
Sorry, something went wrong.
No results found
Changelog
6eab940 feat: add key management (export/import/regen) and rebind commands
v0.1.1
16 Jan 12:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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