October
Update to latest version !!Get the instructions from the docs
Get Startedv1.2.0
🚀 Features
- feat: maintain session based isolation for agents @tusharmath (#1799)
- feat: ability to define provider per agent @ssddOnTop (#1705)
- feat: show conversation preview in ZSH @tusharmath (#1787)
🐛 Bug Fixes
- fix(zsh): model and provider selection @amitksingh1490 (#1806)
- fix: ensure deterministic first provider selection @amitksingh1490 (#1805)
- fix: allow empty json object in mcp json file @laststylebender14 (#1804)
- refactor: global agent config fixed @tusharmath (#1795)
- fix: sub-agent calls @tusharmath (#1796)
🧰 Maintenance
- refactor: simplify config set command handling by consolidating field updates @tusharmath (#1798)
- refactor: global agent config fixed @tusharmath (#1795)
- refactor: remove subscription from agents @tusharmath (#1794)
- chore: improve conversation switching message @tusharmath (#1791)
v1.1.0
🚀 Features
- feat: show user feedback and task in summary @tusharmath (#1786)
- fix: make info key col fixed width @tusharmath (#1784)
- feat: support custom providers and models @tusharmath (#1777)
- feat: show user task @tusharmath (#1781)
- feat: add completion prompt toggle via environment variable @laststylebender14 (#1733)
🐛 Bug Fixes
- fix: show correct title for write tool operations @laststylebender14 (#1783)
- fix: make info key col fixed width @tusharmath (#1784)
- fix: mcp import accepts JSON in invalid format @ssddOnTop (#1779)
🚀 Performance
- perf: make read operation output consistent across tools @laststylebender14 (#1790)
🧰 Maintenance
- feat: support custom providers and models @tusharmath (#1777)
v1.0.0
🚀 Features
- feat: ability to define commands in MD @ssddOnTop (#1708)
- feat: ability to read images via tools @ssddOnTop (#1710)
- feat: ability to disable mcp servers @ssddOnTop (#1748)
- feat: update CLI commands @amitksingh1490 (#1669)
🐛 Bug Fixes
- fix: adjust porcelain display to skip two entries @amitksingh1490 (#1773)
- fix: porcelain mode display errors @amitksingh1490 (#1769)
- fix:
/compactcommand @laststylebender14 (#1744) - fix: allow reasoning even after compaction @laststylebender14 (#1749)
- fix: exit condition for agentic loop @laststylebender14 (#1770)
- fix: normalize image path @laststylebender14 (#1766)
- fix: handle varying row length in porcelain format @tusharmath (#1764)
- fix: improve fs patch performance @laststylebender14 (#1759)
- fix: handle relative paths for all tools @laststylebender14 (#1758)
- fix: reorder key-value pairs in conversation info display @amitksingh1490 (#1747)
- fix: improve model information @amitksingh1490 (#1746)
- fix: tool calls to agent @laststylebender14 (#1742)
- fix: persist metrics tracking @tusharmath (#1739)
- fix: Handle invalid JSON in tool calls for anthropic provider @tusharmath (#1741)
- fix: allow support for reading multiline env vars @laststylebender14 (#1738)
🚀 Performance
- fix: improve fs patch performance @laststylebender14 (#1759)
🧰 Maintenance
- chore: simplify config command handling @amitksingh1490 (#1772)
- refactor: use
fakerto generate env in tests @tusharmath (#1767) - chore: refactor config field handling to use enum for better type safety @tusharmath (#1771)
- chore: update clippy targets @ssddOnTop (#1765)
- chore: update container image @tusharmath (#1760)