index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
tools
/
glob.test.ts
Age
Commit message (
Expand
)
Author
2025-08-21
feat(core): Annotate remaining error paths in tools with type. (#6699)
joshualitt
2025-08-18
fix(tools): Handle special characters in file paths for glob and read_many_fi...
Gal Zahavi
2025-08-07
Migrate EditTool, GrepTool, and GlobTool to DeclarativeTool (#5744)
joshualitt
2025-07-30
feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...
Yuki Okita
2025-07-25
Make glob.test.ts win compatible. (#4891)
Tommaso Sciortino
2025-07-15
Pure refactor: Consolidate isWithinRoot() function calling. (#4163)
Tommaso Sciortino
2025-07-08
Improve Function Call argument validation and typing (#2881)
Tommaso Sciortino
2025-06-14
centralize file filtering in `FileDiscoveryService` (#1039)
Anas H. Sulaiman
2025-06-13
cleanup unused `allowBuildArtifacts` (#1010)
Anas H. Sulaiman
2025-06-13
cleanup unused `customIgnorePatterns` (#1009)
Anas H. Sulaiman
2025-06-12
Improve some tools to support abortSignal (#997)
Tommaso Sciortino
2025-06-13
Revert "Make glob tool support abortSignal" (#996)
matt korwel
2025-06-12
Make glob tool support abortSignal (#988)
Tommaso Sciortino
2025-06-09
Add support for sorting files search by recency threshold followed by lexicog...
anj-s
2025-06-07
Added /mcp command support and cleaned up broken tests (#817)
Bryan Morgan
2025-06-04
Ignore folders files (#651)
Keith Ballinger
2025-05-30
Rename server->core (#638)
Tommaso Sciortino