Skip to content

Releases: pixincreate/CapSync

CapSync v1.3.5

31 Jan 16:39
a061860

Choose a tag to compare

chore: release v1.3.5

- Add capsync add <tool> command with validation
- Add --no-sync flag for add command
- Only add detected tools to config (not all 40+)
- Clean config output showing only enabled tools
- Update README with comprehensive documentation
- Add 6 new tests for tools module
- Update CHANGELOG with all changes

CapSync v1.3.0

31 Jan 15:51
b5c4ae9

Choose a tag to compare

chore: bump version to 1.3.0

CapSync v1.2.2

31 Jan 14:38
9e6380b

Choose a tag to compare

chore: bump version to 1.2.2

CapSync v1.2.1

31 Jan 12:52
41e1d0b

Choose a tag to compare

chore: bump version to 1.2.1

- Fix release workflow binary naming issue
- Update README with correct download URLs

CapSync v1.1.0

18 Jan 16:18
4aff371

Choose a tag to compare

chore: v1.1.0

CapSync v1.0.0

18 Jan 07:03
7892472

Choose a tag to compare

Initial Release

Added

  • Initial release of CapSync
  • Configuration system with TOML support
  • Tool detection for OpenCode, ClaudeCode, Codex, Cursor, Amp, Antigravity
  • Symlink synchronization with cleanup
  • CLI commands: init, config, detect-tools, sync, status
  • CI/CD pipeline with testing and releases
  • Cross-platform binary builds (Linux, macOS x86_64/aarch64)

Features

  • Manual sync mode with capsync sync
  • Automatic tool detection
  • Configurable source skills directory
  • Enable/disable tools per configuration
  • Broken symlink cleanup
  • SHA-256 checksum generation for releases

Documentation

  • Complete README with installation and usage instructions
  • Inline help and status reporting