summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/edit.ts
AgeCommit message (Expand)Author
2025-08-19feat(core): Cleanup after migrating tools. (#6199)joshualitt
2025-08-18Read and write files through Zed (#6169)Conrad Irwin
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-13Zed integration schema upgrade (#5536)Agus Zubiaga
2025-08-12Launch VS Code IDE Integration (#6063)Shreya Keshive
2025-08-11feat: migrate tools to use parametersJsonSchema. (#5330)Wanlin Du
2025-08-08Fix for git issue 5657 to add lines of code added/removed telemetry (#5823)agarwalravikant
2025-08-07Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)joshualitt
2025-08-06[ide-mode] Support rendering in-IDE diffs using the edit tool (#5618)christine betts
2025-08-06feat(core): Introduce `DeclarativeTool` and `ToolInvocation`. (#5613)joshualitt
2025-08-06[ide-mode] Add support for in-IDE diff handling in the CLI (#5603)christine betts
2025-08-01[Fix Telemetry for tool calls, PR 1/n] Propagate tool reported errors via Too...Silvio Junior
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...Yuki Okita
2025-07-21Various spelling improvements (#3497)Josh Soref
2025-07-21feat(edit): Prevent no-op edits (#3520)Wen Sun
2025-07-17Zed integration (#4266)Conrad Irwin
2025-07-15Pure refactor: Consolidate isWithinRoot() function calling. (#4163)Tommaso Sciortino
2025-07-08Improve Function Call argument validation and typing (#2881)Tommaso Sciortino
2025-07-07Initialize MCP tools once at start up instead of every time we auth. (#3483)Tommaso Sciortino
2025-07-07fix: EditTool can clobber human edits to the same file. (#3043)Colt McAnlis
2025-06-29fix: Correct pluralization of the number of occurrences in `EditTool` tool er...Tim Rogers
2025-06-28fix edit retrigger (#2306)Leo
2025-06-15bug: Fix modify edit (#1078)Leo
2025-06-14Enable "modify" in write tool (#1044)Leo
2025-06-11feat: External editor settings (#882)Leo
2025-06-11unify diff generation before and after an editAnas Sulaiman
2025-06-09Add Windsurf in edit tool to modify changes, if installed (#853)Eddie Santos
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...matt korwel
2025-06-08Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)N. Taylor Mullen
2025-06-08feat: Add flow to allow modifying edits during edit tool call (#808)Leo
2025-06-07Added /mcp command support and cleaned up broken tests (#817)Bryan Morgan
2025-06-06Add batch editing capabilities to Edit Tool (#648)Keith Ballinger
2025-06-05Checks for diff changes before displaying the code snippet (#751)anj-s
2025-06-03Modify shortenPath and add param validation (#663)anj-s
2025-06-03Refactor: Use config.getGeminiClient() for GeminiClient instantiation (#715)N. Taylor Mullen
2025-06-02feat: Add --yolo mode that automatically accepts all tools executions (#695)Tolik Malibroda
2025-06-01Added replace tool ability to replace more than 1 occurrence (#669)Bryan Morgan
2025-06-01Update edit tool validation function to override validateToolParams (#667)Leo
2025-05-30Rename server->core (#638)Tommaso Sciortino