What's Changed
- eval: don't add cost, it's already added in the runtime by @rumpl in #1321
- Improve TUI rendering with thinking blocks and interleaved thinking by @krissetto in #1322
- Add AWS Bedrock provider support by @mfenderov in #1045
- Improve evals by @dgageot in #1323
- Make sidebars and the editor resize handler more sleek by @krissetto in #1325
- Add renderers for directory_tree and search_files_content by @rumpl in #1326
- Stop re-computing the cwd in the sidebar by @rumpl in #1327
- Revert "refactor(content): make CreateReferenceLink method public" by @rumpl in #1328
- Add a /copy-last command by @rumpl in #1329
- Single tool call to update multiple TODOs by @dgageot in #1330
- Improve sidebar layout by @krissetto in #1332
- Don't resolve model aliases when base_url is used by @krissetto in #1333
- Filter which session to evaluate by @dgageot in #1335
- [fix] when opening past session, ignore questions asked on the command line by @dgageot in #1337
- Move builtin.ToolHandler to tools.NewHandler by @rumpl in #1339
- Try parsing the arguments before they are completely received by @rumpl in #1334
- Fix issue #1340 by @egrosdou01 in #1342
- Add config version v4 by @dgageot in #1338
- feat(bedrock): add thinking_budget support for extended thinking by @mfenderov in #1343
- Better fuzzy json parsing by @rumpl in #1346
- Chage the truncation to only truncate tool call results, not the arguments by @rumpl in #1344
- Fix token usage and cost tracking in amazon-bedrock provider by @krissetto in #1349
- Remove stale comment by @trungutt in #1351
New Contributors
- @mfenderov made their first contribution in #1045
- @egrosdou01 made their first contribution in #1342
Full Changelog: v1.19.0...v1.19.1