RA.Aid/CHANGELOG.md

1.7 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Added monorepo_detected, existing_project_detected, and ui_detected tools so the agent can take specific actions.

[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.

[0.6.1] - 2024-12-17

Added

  • When key snippets are emitted, snippet files are auto added to related files.
  • Add base task to research subtask prompt.
  • Adjust research prompt to make sure related files are related to the base task, not just the research subtask.
  • Track tasks by ID and allow them to be deleted.
  • Make one_shot_completed tool available to research agent.
  • Make sure file modification tools are not available when research only flag is used.
  • Temporarily disable write file/str replace as they do not work as well as just using the programmer tool.

[0.6.0] - 2024-12-17

Added

  • New file_str_replace tool for performing exact string replacements in files with unique match validation
  • New write_file_tool for writing content to files with rich output formatting and comprehensive error handling