- Make delete_tasks tool available to planning agent. - Get rid of implementation args as they are not used. - Improve ripgrep tool status output. - Added ask_human tool to allow human operator to answer questions asked by the agent. - Handle keyboard interrupt (ctrl-c.) - Disable PAGERs for shell commands so agent can work autonomously. - Reduce model temperatures to 0. - Update dependencies.
0.6.4
- Added monorepo_detected, existing_project_detected, and ui_detected tools so the agent can take specific actions. - Prompt improvements for real-world projects. - Fix env var fallback when base key is given, expert and base provider are different, and expert key is missing.
0.6.3
- Fix one shot completion signaling. - Clean up error outputs. - Update prompt for better performance on large/monorepo projects. - Update programmer prompt so we don't use it to delete files.
0.6.2
- Allow shell commands to be run in read-only mode. - When asking for shell command approval, allow cowboy mode to be enabled. - Update prompt to suggest commands be run in non-interactive mode if possible, e.g. using --no-pager git flag. - Show tool errors in a panel.