feat: add optional view_range to text editor tool and text editor insert tool#3093
Merged
ahau-square merged 5 commits intomainfrom Jun 27, 2025
Merged
feat: add optional view_range to text editor tool and text editor insert tool#3093ahau-square merged 5 commits intomainfrom
ahau-square merged 5 commits intomainfrom
Conversation
added 2 commits
June 26, 2025 14:35
zanesq
approved these changes
Jun 26, 2025
added 3 commits
June 27, 2025 10:18
* origin/main: Added announcement modal (#3098) build: Add `just` to Hermit, correct ui/desktop's README (#3116) fix: Make the entire toolcall argument row clickable to expand (#3118) Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) feat: add voice dictation using OpenAI Whisper & ElevenLabs (#3079) feat: new cli provider for claude code and gemini (#3083) you forgot the important ones! (#3105) hotfix: fix build (#3102) Richer tool call ui messages (#3104) Update linux instructions (#3087) Add flag for showing cost tracking (#3090) Improve config file editing and recovery fallback mechanisms (#3082)
jsibbison-square
added a commit
that referenced
this pull request
Jun 29, 2025
…rcelain * origin/main: (26 commits) docs: add more instructions about resuming a session for cli users (#3146) add claude 4 models (#3143) docs: cross reference recipe docs (#3141) docs: add recipes tutorial (#3132) Docs: recipe landing page (#3122) Run cargo fmt (#3135) Update Recipe Cookbook Submission Flow (#3064) chore(release): release version 1.0.30 (#3126) blog: everyday tasks for ai (#3103) fix windows session paths (#3130) update the path regex (#3129) wider support for cron schedules (#3123) feat: add optional view_range to text editor tool and text editor insert tool (#3093) Added announcement modal (#3098) build: Add `just` to Hermit, correct ui/desktop's README (#3116) fix: Make the entire toolcall argument row clickable to expand (#3118) Fix clippy + test errors (#3120) Update goose help to include cli (#3095) add scheduler type setting (#3119) Add a reference for recipes (#3099) ...
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
…ert tool (block#3093) Co-authored-by: Alice Hau <[email protected]> Signed-off-by: Soroosh <[email protected]>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
…ert tool (block#3093) Co-authored-by: Alice Hau <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Claude models have an optional
view_rangeparameter on their text editor tool for viewing files. This PR updates our analogous text_editor view tool to also accept a view range. It also implements an insert tool which takes in a line number and text to insert.