RA.Aid/tests/ra_aid
Ariel Frischer 77a256317a feat: add session and trajectory models to track application state and events
- Introduce a new `Session` model to store information about each program run, including command line arguments and environment details.
- Implement a `Trajectory` model to log significant events and errors during execution, enhancing debugging and monitoring capabilities.
- Update various repository classes to support session and trajectory management, allowing for better tracking of user interactions and system behavior.
- Modify existing functions to record relevant events in the trajectory, ensuring comprehensive logging of application activities.
- Enhance error handling by logging errors to the trajectory, providing insights into failures and system performance.

feat(vsc): add initial setup for VS Code extension "ra-aid" with essential files and configurations
chore(vsc): create tasks.json for managing build and watch tasks in VS Code
chore(vsc): add .vscodeignore to exclude unnecessary files from the extension package
docs(vsc): create CHANGELOG.md to document changes and updates for the extension
docs(vsc): add README.md with instructions and information about the extension
feat(vsc): include esbuild.js for building and bundling the extension
chore(vsc): add eslint.config.mjs for TypeScript linting configuration
chore(vsc): create package.json with dependencies and scripts for the extension
feat(vsc): implement extension logic in src/extension.ts with webview support
test(vsc): add initial test suite in extension.test.ts for extension functionality
chore(vsc): create tsconfig.json for TypeScript compiler options
docs(vsc): add vsc-extension-quickstart.md for guidance on extension development
2025-03-12 11:47:21 -07:00
..
agent_backends add --show-thoughts flag 2025-03-08 08:31:45 -05:00
console feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
database fix test 2025-03-07 14:28:14 -05:00
mocks fix binary file detection 2025-03-03 18:43:49 -05:00
proc Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
prompts implement reasoning-guided workflows 2025-03-08 13:35:06 -05:00
text extract thinking processing 2025-03-08 14:48:46 -05:00
tools fix tests 2025-03-11 11:25:27 -04:00
utils fix binary detection 2025-03-08 22:36:06 -05:00
__init__.py base db infra 2025-02-26 11:44:18 -05:00
test_agent_context.py should exit propagation 2025-03-07 11:25:46 -05:00
test_agent_should_exit_ciayn.py should exit propagation 2025-03-07 11:25:46 -05:00
test_agent_utils.py feat: add session and trajectory models to track application state and events 2025-03-12 11:47:21 -07:00
test_anthropic_strategy.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_anthropic_token_limiter.py feat(agent_utils.py): add support for sonnet_35_state_modifier for Claude 3.5 models to enhance token management 2025-03-12 11:16:54 -07:00
test_ciayn_agent.py fix validation 2025-03-04 01:48:12 -05:00
test_crash_propagation.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_default_provider.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_env.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_fallback_handler.py chore(llm.py): remove unused merge_chat_history function to clean up codebase 2025-02-14 14:20:11 -08:00
test_info_query.py config repository 2025-03-04 21:01:08 -05:00
test_llm.py refactor: agents/ -> agent_backends/ 2025-03-02 14:16:15 -05:00
test_main.py refactor: extract run_planning_agent 2025-03-10 14:19:06 -04:00
test_programmer.py fix tests 2025-03-07 08:51:35 -05:00
test_provider_integration.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_show_thoughts.py fix test 2025-03-08 09:30:52 -05:00
test_tool_configs.py Binary Skipped ascii filetype fix (#108) 2025-02-28 06:47:35 -05:00
test_utils.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_version_check.py fix tests 2025-03-07 09:02:32 -05:00
test_wipe_project_memory.py add --wipe-project-memory flag 2025-03-07 12:06:40 -05:00