What's Changed
- Fix #527 by @dgageot in #529
- Fix rendering of the todos in the sidebar by @rumpl in #532
- Bring back "dead" code by @rumpl in #533
- Use the category when checking if we should add todos in the sidebar by @rumpl in #534
- Remove redundant Output: prefix by @dgageot in #531
- Improve handling of ctrl-c by @dgageot in #537
- Remove useless debug log in the todo component by @rumpl in #539
- Attempt to fix SQLite database locking issues with concurrent access by @trungutt in #540
- Fix oauth with streamable mcp servers by @rumpl in #547
- Cleanup by @rumpl in #548
- Cleanup common provider bits by @krissetto in #543
- Use appropriate amount of context for title generation by @krissetto in #546
- This is broken by @dgageot in #549
- Fix SIGSEGV when agent is not found by @dgageot in #551
- Add shortcut management for agent configurations by @jeanlaurent in #502
- Remove unused CreateTodoItem struct by @trungutt in #553
- Simpler code by @dgageot in #554
- Make the todo tool thread safe by @dgageot in #555
- Fix handling of required attributes by @dgageot in #556
- Improve tools code by @dgageot in #559
- Simpler memory code by @dgageot in #557
- Remove debug code by @dgageot in #558
- Remove the jsonErr helper and use echo's default erorr handler by @rumpl in #565
- Continue simplifying tools by @dgageot in #563
- Make Token Store thread safe by @dgageot in #566
- Add a whoami command by @dgageot in #580
- Remove double space by @dgageot in #572
- Tool display name is no longer needed by @rumpl in #581
- Nicer error when DD is not running by @dgageot in #579
- Support attaching images via API by @stanislavHamara in #582
- Move things around by @rumpl in #584
- Fixes #574 - "Thinking:" prefix missing in CLI mode (--tui=false) by @smazmi in #586
- Fix the windows build by @dgageot in #587
New Contributors
Full Changelog: v1.7.3...v1.8.0