gemini-cli/packages/core/src/tools
2026-01-14 18:50:28 +00:00
..
__snapshots__ Inline tree-sitter wasm and add runtime fallback (#11157) 2025-10-17 00:25:30 +00:00
activate-skill.test.ts Support for Built-in Agent Skills (#16045) 2026-01-10 06:26:58 +00:00
activate-skill.ts Support for Built-in Agent Skills (#16045) 2026-01-10 06:26:58 +00:00
base-tool-invocation.test.ts feat(safety): Introduce safety checker framework (#12504) 2025-11-12 21:18:34 +00:00
confirmation-policy.test.ts feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000) 2026-01-13 01:26:53 +00:00
diffOptions.test.ts rename(telemetry): Update ai_(added|removed)_lines to model_(added|removed)_lines (#7577) 2025-09-04 03:54:52 +00:00
diffOptions.ts rename(telemetry): Update ai_(added|removed)_lines to model_(added|removed)_lines (#7577) 2025-09-04 03:54:52 +00:00
edit.test.ts feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000) 2026-01-13 01:26:53 +00:00
edit.ts feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000) 2026-01-13 01:26:53 +00:00
get-internal-docs.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
get-internal-docs.ts Fix and rename introspection agent -> cli help agent (#16097) 2026-01-07 23:01:57 +00:00
glob.test.ts feat(core): restore MessageBus optionality for soft migration (Phase 1) (#15774) 2026-01-04 19:59:35 +00:00
glob.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
grep.test.ts feat(core): restore MessageBus optionality for soft migration (Phase 1) (#15774) 2026-01-04 19:59:35 +00:00
grep.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
ls.test.ts feat(core): restore MessageBus optionality for soft migration (Phase 1) (#15774) 2026-01-04 19:59:35 +00:00
ls.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
mcp-client-manager.test.ts fix(core): handle unhandled promise rejection in mcp-client-manager (#14701) 2026-01-02 16:06:56 +00:00
mcp-client-manager.ts fix(core): handle unhandled promise rejection in mcp-client-manager (#14701) 2026-01-02 16:06:56 +00:00
mcp-client.test.ts Implemented unified secrets sanitization and env. redaction options (#15348) 2025-12-23 03:18:27 +00:00
mcp-client.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
mcp-tool.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
mcp-tool.ts feat(hooks): add mcp_context to BeforeTool and AfterTool hook inputs (#15656) 2026-01-08 18:35:33 +00:00
memoryTool.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
memoryTool.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
message-bus-integration.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
modifiable-tool.test.ts refactor(editor): use const assertion for editor types with single source of truth (#8604) 2025-12-03 06:16:19 +00:00
modifiable-tool.ts Disallow redundant typecasts. (#15030) 2025-12-13 01:43:43 +00:00
read-file.test.ts feat(core): restore MessageBus optionality for soft migration (Phase 1) (#15774) 2026-01-04 19:59:35 +00:00
read-file.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
read-many-files.test.ts feat(core): restore MessageBus optionality for soft migration (Phase 1) (#15774) 2026-01-04 19:59:35 +00:00
read-many-files.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
ripGrep.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
ripGrep.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
shell.test.ts Unify shell security policy and remove legacy logic (#15770) 2026-01-04 05:19:00 +00:00
shell.ts prefactor: add rootCommands as array so it can be used for policy parsing (#16640) 2026-01-14 18:50:28 +00:00
tool-error.ts policy: extract legacy policy from core tool scheduler to policy engine (#15902) 2026-01-07 04:28:06 +00:00
tool-names.test.ts feat: add agent toml parser (#15112) 2025-12-18 03:46:55 +00:00
tool-names.ts Agent Skills: Implement Autonomous Activation Tool & Context Injection (#15725) 2026-01-02 19:15:06 +00:00
tool-registry.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
tool-registry.ts Agent Skills: Implement /skills reload (#15865) 2026-01-05 23:12:51 +00:00
tools.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
tools.ts prefactor: add rootCommands as array so it can be used for policy parsing (#16640) 2026-01-14 18:50:28 +00:00
web-fetch.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
web-fetch.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
web-search.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
web-search.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
write-file.test.ts feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000) 2026-01-13 01:26:53 +00:00
write-file.ts feat(core): add disableLLMCorrection setting to skip auto-correction in edit tools (#16000) 2026-01-13 01:26:53 +00:00
write-todos.test.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00
write-todos.ts feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard Migration) (#15776) 2026-01-04 22:11:43 +00:00