Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Other

- release v0.37.0
- *(installer)* update README with correct install paths for Claude, Codex, Gemini

## [0.37.1](https://github.com/syncable-dev/syncable-cli/compare/v0.37.0...v0.37.1) - 2026-03-29

### Added

- deprecate chat/agent commands, rebrand CLI as DevOps toolbox
- updated codex/gemini skill path

### Fixed

- install Codex skills to ~/.agents/skills/ per official docs
- rewrite Gemini CLI skill installer to use proper SKILL.md directory format
- rewrite skill descriptions for semantic matching, skip CI for non-Rust changes

### Other

- *(installer)* update README with correct install paths for Claude, Codex, Gemini

## [0.37.0](https://github.com/syncable-dev/syncable-cli/compare/v0.36.0...v0.37.0) - 2026-03-28
Expand Down
Loading