Roo-Code/src/shared
Sam Hoang Van 1e0e01b9f3
feat: add append_to_file tool for appending content to files (#2712)
- Implemented the append_to_file tool to allow users to append content to existing files or create new ones if they do not exist.
- Updated the rules and instructions to include the new tool.
- Added tests for the append_to_file functionality, covering various scenarios including error handling and content preprocessing.
- Enhanced the experiment schema to include the new append_to_file experiment ID.
- Updated relevant interfaces and types to accommodate the new tool.
- Modified the UI to display the append_to_file tool in the appropriate sections.
2025-04-17 15:58:22 -04:00
..
__tests__ feat: add append_to_file tool for appending content to files (#2712) 2025-04-17 15:58:22 -04:00
api.ts Add support for different reasoning effort (#2692) 2025-04-16 14:16:51 -04:00
array.ts Initial streaming refactor 2024-10-09 01:49:54 -04:00
aws_regions.ts Modification of AWS Bedrock to Amazon Bedrock (#2473) 2025-04-10 15:47:34 -04:00
checkExistApiConfig.ts Automatically generate roo-code.d.ts (including type generation via zod-to-ts) (#2024) 2025-03-27 09:38:56 -07:00
combineApiRequests.ts Improve combineApiRequests performance (#2318) 2025-04-05 10:51:00 -07:00
combineCommandSequences.ts Improve terminal command execution output parsing 2025-02-28 09:38:48 -08:00
context-mentions.ts Revert "feat @-mention window path style & file with space (#1924)" (#2162) 2025-03-31 15:56:47 -05:00
experiments.ts feat: add append_to_file tool for appending content to files (#2712) 2025-04-17 15:58:22 -04:00
ExtensionMessage.ts UI Glam Sesh: Makeover for TaskHeader, ChatView, HistoryPreview... (#2701) 2025-04-17 12:54:55 -04:00
getApiMetrics.ts Automatically generate roo-code.d.ts (including type generation via zod-to-ts) (#2024) 2025-03-27 09:38:56 -07:00
globalFileNames.ts feat: Add file context tracking system (#2440) 2025-04-10 10:56:52 -04:00
HistoryItem.ts Automatically generate roo-code.d.ts (including type generation via zod-to-ts) (#2024) 2025-03-27 09:38:56 -07:00
language.ts Automatically generate roo-code.d.ts (including type generation via zod-to-ts) (#2024) 2025-03-27 09:38:56 -07:00
mcp.ts Support project level mcp (#1841) 2025-03-27 00:23:39 -04:00
modes.ts Automatically generate roo-code.d.ts (including type generation via zod-to-ts) (#2024) 2025-03-27 09:38:56 -07:00
storagePathManager.ts Internationalization support for custom storage path functionality (#1957) 2025-03-24 21:48:26 -04:00
support-prompt.ts Tweaks to support prompt line number format (#2121) 2025-03-30 14:28:34 -04:00
TelemetrySetting.ts Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
tool-groups.ts feat: add append_to_file tool for appending content to files (#2712) 2025-04-17 15:58:22 -04:00
vsCodeSelectorUtils.ts Prettier backfill 2025-01-17 14:11:28 -05:00
WebviewMessage.ts UI Glam Sesh: Makeover for TaskHeader, ChatView, HistoryPreview... (#2701) 2025-04-17 12:54:55 -04:00