gemini-cli/packages/cli/src/ui/commands
Sehoon Shon 5c16334b8c
feat(cli): add oncall command for issue triage (#17661)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-27 16:32:46 +00:00
..
aboutCommand.test.ts feat(ui): display user tier in about command (#17400) 2026-01-23 21:03:53 +00:00
aboutCommand.ts feat(ui): display user tier in about command (#17400) 2026-01-23 21:03:53 +00:00
agentsCommand.test.ts feat: implement AgentConfigDialog for /agents config command (#17370) 2026-01-24 00:10:51 +00:00
agentsCommand.ts feat: implement AgentConfigDialog for /agents config command (#17370) 2026-01-24 00:10:51 +00:00
authCommand.test.ts feat(cli): Add /auth logout command to clear credentials and auth state (#13383) 2025-12-17 17:07:13 +00:00
authCommand.ts feat(cli): Add /auth logout command to clear credentials and auth state (#13383) 2025-12-17 17:07:13 +00:00
bugCommand.test.ts refactor: rename formatMemoryUsage to formatBytes (#14997) 2026-01-27 16:21:53 +00:00
bugCommand.ts refactor: rename formatMemoryUsage to formatBytes (#14997) 2026-01-27 16:21:53 +00:00
chatCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
chatCommand.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
clearCommand.test.ts refactor: migrate clearCommand hook calls to HookSystem (#16157) 2026-01-09 16:48:55 +00:00
clearCommand.ts fix return type of fireSessionStartEvent to defaultHookOutput (#16833) 2026-01-20 03:25:43 +00:00
compressCommand.test.ts fix(compression): Discard compression result if it results in more token usage (#7047) 2025-08-27 21:00:45 +00:00
compressCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
copyCommand.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
copyCommand.ts Disallow unnecessary awaits. (#15172) 2025-12-17 05:28:18 +00:00
corgiCommand.test.ts Style slash command descriptions consistently (#11395) 2025-10-17 20:20:15 +00:00
corgiCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
directoryCommand.test.tsx Fix bug in detecting already added paths. (#17430) 2026-01-26 18:12:40 +00:00
directoryCommand.tsx Fix bug in detecting already added paths. (#17430) 2026-01-26 18:12:40 +00:00
docsCommand.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
docsCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
editorCommand.test.ts Style slash command descriptions consistently (#11395) 2025-10-17 20:20:15 +00:00
editorCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
extensionsCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
extensionsCommand.ts feat(mcp/extensions): Allow users to selectively enable/disable MCP servers included in an extension( Issue #11057 & #17402) (#17434) 2026-01-27 01:02:14 +00:00
helpCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
helpCommand.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
hooksCommand.test.ts feat(core): Ensure all properties in hooks object are event names. (#16870) 2026-01-20 22:47:31 +00:00
hooksCommand.ts feat(core): Ensure all properties in hooks object are event names. (#16870) 2026-01-20 22:47:31 +00:00
ideCommand.test.ts Disallow redundant typecasts. (#15030) 2025-12-13 01:43:43 +00:00
ideCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
initCommand.test.ts feat(routing): A/B Test Numerical Complexity Scoring for Gemini 3 (#16041) 2026-01-22 22:12:07 +00:00
initCommand.ts feat(a2a): Introduce /init command for a2a server (#13419) 2025-12-12 17:09:04 +00:00
mcpCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
mcpCommand.ts feat(mcp/extensions): Allow users to selectively enable/disable MCP servers included in an extension( Issue #11057 & #17402) (#17434) 2026-01-27 01:02:14 +00:00
memoryCommand.test.ts feat(admin): support admin-enforced settings for Agent Skills (#16406) 2026-01-14 07:40:23 +00:00
memoryCommand.ts feat(a2a): Introduce /memory command for a2a server (#14456) 2026-01-12 21:46:42 +00:00
modelCommand.test.ts feat: launch Gemini 3 Flash in Gemini CLI ️ (#15196) 2025-12-17 09:43:21 -08:00
modelCommand.ts feat: launch Gemini 3 Flash in Gemini CLI ️ (#15196) 2025-12-17 09:43:21 -08:00
oncallCommand.tsx feat(cli): add oncall command for issue triage (#17661) 2026-01-27 16:32:46 +00:00
permissionsCommand.test.ts feat: Update permissions command to support modifying trust for other… (#11642) 2025-11-14 22:41:53 +00:00
permissionsCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
policiesCommand.test.ts fix(cli): include source in policy rule display (#17358) 2026-01-23 00:36:44 +00:00
policiesCommand.ts fix(cli): include source in policy rule display (#17358) 2026-01-23 00:36:44 +00:00
privacyCommand.test.ts Style slash command descriptions consistently (#11395) 2025-10-17 20:20:15 +00:00
privacyCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
profileCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
quitCommand.test.ts updated /quit to use new slash command arch (#4259) 2025-07-17 02:40:56 +00:00
quitCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
restoreCommand.test.ts feat(cli): Move key restore logic to core (#13013) 2025-12-04 15:56:16 +00:00
restoreCommand.ts Disallow unnecessary awaits. (#15172) 2025-12-17 05:28:18 +00:00
resumeCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
rewindCommand.test.tsx feat: implement /rewind command (#15720) 2026-01-22 15:26:52 +00:00
rewindCommand.tsx feat: implement /rewind command (#15720) 2026-01-22 15:26:52 +00:00
settingsCommand.test.ts feat(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
settingsCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
setupGithubCommand.test.ts feat(cli): Move key restore logic to core (#13013) 2025-12-04 15:56:16 +00:00
setupGithubCommand.ts fix: Conditionally add set -eEuo pipefail in setup-github command (#8550) 2025-12-02 00:31:12 +00:00
skillsCommand.test.ts feat(cli): improve skill enablement/disablement verbiage (#17192) 2026-01-21 17:39:37 +00:00
skillsCommand.ts feat(cli): improve skill enablement/disablement verbiage (#17192) 2026-01-21 17:39:37 +00:00
statsCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
statsCommand.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
terminalSetupCommand.test.ts fix(cli): enable typechecking for ui/commands tests (#11413) 2025-10-17 21:20:49 +00:00
terminalSetupCommand.ts feat(cli): Move key restore logic to core (#13013) 2025-12-04 15:56:16 +00:00
themeCommand.test.ts Style slash command descriptions consistently (#11395) 2025-10-17 20:20:15 +00:00
themeCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00
toolsCommand.test.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
toolsCommand.ts refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471) 2026-01-13 19:15:04 +00:00
types.ts feat(cli): Add state management and plumbing for agent configuration dialog (#17259) 2026-01-22 18:30:44 +00:00
vimCommand.ts feat: auto-execute simple slash commands on Enter (#13985) 2025-12-01 17:29:03 +00:00