Changelog
Release notes for the syntic CLI. Entries are listed newest first. Versions follow semantic versioning, and each release is published to the standard install channels.
Recent releases
1.4.0
- Added incremental prompt caching so repeated context on the Syntic model is reused across turns, cutting latency on long sessions.
- Introduced project-scoped skills discovered from
.syntic/skills/, letting teams share reusable workflows. - Improved the plan step so Amara now surfaces a short summary before touching files, making approvals faster.
- Fixed a case where large diffs could overflow the context window without triggering compaction.
1.3.0
- Shipped MCP support, allowing Amara to connect to external tools and data sources declared in
settings.json. - Added
syntic whoamiand clearer authentication errors when a token has expired. - Reduced startup time by lazily loading the repository index.
1.2.0
- First public release of hooks, enabling shell commands to run at defined points in the agent loop.
- Added memory files so long-lived project context in
SYNTIC.mdis read automatically at session start.
How to upgrade
Re-run the install script or npm install -g @syntic/code@latest to move to the newest version. Your settings, skills, and stored credentials under .syntic/ are preserved across upgrades. Run syntic --version afterward to confirm the update, and see the concepts section if a new feature changes how you work.