gemini-cli/packages/server/src
Allen Hutchison cf92ffab34
Add concatenation tool (#130)
* Adding a tool inspired by files-to-prompt that will recursivly read through all the files in a directory (guarded by targetDir) and concatenate those files for the model. Ignores common build artifacts and non-text files.

* Migraded glob logic to fast-glob. Buffed the tool description to give more guidance to the model. Incorporated reveiw feedback.

* lint and error checking.
2025-04-23 17:25:47 -07:00
..
config Add concatenation tool (#130) 2025-04-23 17:25:47 -07:00
core Refactor: Remove GEMINI.md memory and refactor system prompt 2025-04-23 15:57:40 -07:00
tools Add concatenation tool (#130) 2025-04-23 17:25:47 -07:00
utils remove dead code (#131) 2025-04-23 13:33:07 -07:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00
index.ts Simplify GeminiClient (#101) 2025-04-21 17:15:20 -07:00