-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor grep functionality and enhance documentation tools across co…
…debase (#757) * Refactor grep functionality and enhance documentation tools across codebase * Refactor documentation querying and tool functionality, enhance logging, and update error handling. * Update description of system.agent_docs to clarify its querying capability * Add option to truncate text from the end in truncateTextToTokens function * Enhance token handling with new utilities for counting and truncating logs * Update script paths and descriptions, and revise git diff handling logic * Add maxTokens option and enhance tool usage for pull request reviewer * Update script references and improve error handling in tool calls * Fix typos and add note on pull requests in GitHub agent documentation * Fix typo by changing "globs" to "glob" in workspace.grep call * Remove excludedPaths in git diff config and update commit prompt with emoji usage ✨ * Add note about using the description for pull requests 📝 * Refactor error handling, update image model, and enhance logging 📦🛠️ * Update model references from gpt-4-turbo-v to gpt-4o throughout the project 🚀 * Remove debugger statement from cli.ts 🚀 * Remove `workspace grep` command and related functionality 🗑️ * Add PR descriptor script for pull request summaries 📝✨ * Add git branch default tool and enhance PR descriptor tools 🚀 * Improve logging, add options handling, and fix typos in code and docs 📄🔧 * Update PR description generation: add GPT-4o model and increase token limit 🚀 * Remove workspace grep tests from cli.test.ts 🧹 * Update fs_diff_files description for clarity 📄✨
- Loading branch information
Showing
80 changed files
with
1,871 additions
and
513 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.vscode/* | ||
**/genaiscript.d.ts | ||
**/yarn.lock | ||
THIRD_PARTY_LICENSES.md |
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.