1.7.0
What's Changed
- feat: Agentic chat by @brandonskiser in #623
- fix: display, use settings instead of state for api endpoint by @brandonskiser in #632
- Fix: Use scoped vec for tool results by @chaynabors in #633
- fix: Improve fs_read display by @brandonskiser in #634
- Updates spinner message by @dingfeli in #635
- Minor agentic tool type changes by @chaynabors in #636
- Perform validation on path in fs_write tool by @chaynabors in #638
- fix: outputs error when tool execution fails by @dingfeli in #637
- Chore: Remove Grant as a maintainer :( by @chaynabors in #640
- fix: handles tool validation errors by @dingfeli in #651
- Fix: Resolve agentic behaviour bug bash items by @chaynabors in #654
- feat: syntax highlighting for fs_write by @brandonskiser in #656
- fix: updates welcome message to also include programming capabilities by @dingfeli in #652
- fix: chat output styling by @brandonskiser in #657
- fix: enhances description of aws tools to make it more robust by @dingfeli in #653
- fix: deletes history on tool deny by @dingfeli in #655
- feat: create file will not fail if file already exists by @brandonskiser in #658
- feat: print read file contents by @brandonskiser in #659
- Feat: Agentic chat UX changes by @chaynabors in #660
- feat: add line numbers to nonstylized text by @brandonskiser in #662
- fix: allow user to retry on non-client error by @dingfeli in #661
- fix: various issues with display and bugs in chat by @brandonskiser in #663
- fix: fix aws tool description format by @dingfeli in #665
- fix: Make the execute_bash interactive field an Option by @brandonskiser in #666
- fix: removes a test for use aws tool by @dingfeli in #667
- fix: Improve the use_aws tool specification by @brandonskiser in #668
- feat: add env var to skip tool use consent, other minor changes by @brandonskiser in #669
- feat: Add interrupt for tools by @dingfeli in #670
- feat: add /clear command, fix use_aws parameters bug, add tilde expansion, minor fixes by @brandonskiser in #677
- feat: shows initial user message as prompt by @dingfeli in #678
- fix: provides better error message by @dingfeli in #679
- feat: add waiting animation for tool uses by @brandonskiser in #680
- fix: response stream parser buffering assistant text until the end by @brandonskiser in #685
- feat: allow mutative actions with use_aws by @brandonskiser in #686
- feat: show users when quota is breached by @dingfeli in #687
- fix: aws parameter bugs by @brandonskiser in #688
- fix: telemetry events in q chat, other refactoring and cleanup by @brandonskiser in #693
- pops 2 messages at a time when truncating history by @dingfeli in #695
- Fix test by @dingfeli in #697
- Fix: Update fs_read tool so that it is used more often by @Unshure in #699
- fix: assigns user input id to distinguish retry tool use event by @dingfeli in #694
- refactor: agentic chat code cleanup, fixes for appropriately handling history trimming by @brandonskiser in #708
- fix: correct history truncation, tool interruption on ctrl c by @brandonskiser in #718
- Updates welcome msg by @dingfeli in #719
- fix: tool results missing in certain edge cases by @brandonskiser in #721
- fix: removes emoji from welcome msg by @dingfeli in #720
- Feat: Add display name action by @chaynabors in #722
- fix: sigint during tool execution by @brandonskiser in #724
- Update chat module functionality by @chaynabors in #726
- fix: show command descriptions for auto-invoke tools by @brandonskiser in #725
- fix: ignore failing test on musl by @brandonskiser in #727
- feat: dont require consent for safe readonly bash commands by @brandonskiser in #728
- feat: adds git tool by @dingfeli in #729
- Revert "feat: adds git tool" by @dingfeli in #731
- fix: standalone argument for use aws by @dingfeli in #733
- fix: stream timeout handling by @brandonskiser in #732
- fix: update fs_write tool to try to accomodate hallucinations, other UX changes for fs_read by @brandonskiser in #730
- feat: adds accept all toggle in welcome msg by @dingfeli in #734
- Fix: Improve fs_write tool functionality and update /acceptall copy by @chaynabors in #735
- chore: bump version to 1.7.0 by @brandonskiser in #736
New Contributors
Full Changelog: v1.6.3...v1.7.0