qwen-code/packages/cli/src/ui/commands
2025-08-25 18:39:57 +00:00
..
aboutCommand.test.ts feat: add explicit license selection and status visibility (#6751) 2025-08-22 20:01:01 +00:00
aboutCommand.ts feat: add explicit license selection and status visibility (#6751) 2025-08-22 20:01:01 +00:00
authCommand.test.ts updated '/auth' to use new slash command arch (#3797) 2025-07-14 16:22:37 +00:00
authCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
bugCommand.test.ts feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567) 2025-08-19 18:22:21 +00:00
bugCommand.ts feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567) 2025-08-19 18:22:21 +00:00
chatCommand.test.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
chatCommand.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
clearCommand.test.ts bug(ux): update context percentage when /clear command is run (#4162) 2025-07-17 14:14:35 +00:00
clearCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
compressCommand.test.ts migrate compress command (#4271) 2025-07-16 01:59:16 +00:00
compressCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
copyCommand.test.ts fix(copyCommand): provide friendlier error messages for /copy command (#6723) 2025-08-22 16:58:35 +00:00
copyCommand.ts fix(copyCommand): provide friendlier error messages for /copy command (#6723) 2025-08-22 16:58:35 +00:00
corgiCommand.test.ts Migrate /corgi (#4419) 2025-07-17 23:40:36 +00:00
corgiCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
directoryCommand.test.tsx feat: Multi-Directory Workspace Support (part 3: configuration in settings.json) (#5354) 2025-08-05 17:01:01 +00:00
directoryCommand.tsx chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138) 2025-08-13 20:17:38 +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 chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
editorCommand.test.ts update /editor to new slash command arch (#4153) 2025-07-17 00:27:36 +00:00
editorCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
extensionsCommand.test.ts Summarize extensions and MCP servers on startup (#3977) 2025-07-18 18:45:00 +00:00
extensionsCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
helpCommand.test.ts fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611) 2025-08-04 16:53:50 +00:00
helpCommand.ts fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611) 2025-08-04 16:53:50 +00:00
ideCommand.test.ts feat(ide): improve IDE installation UX and feedback (#6677) 2025-08-20 21:11:31 +00:00
ideCommand.ts refactor(ide): Improve IDE detection discovery (#6765) 2025-08-25 18:39:57 +00:00
initCommand.test.ts feat(cli): introduce /init command for GEMINI.md creation (#4852) 2025-07-29 16:49:01 +00:00
initCommand.ts feat(cli): introduce /init command for GEMINI.md creation (#4852) 2025-07-29 16:49:01 +00:00
mcpCommand.test.ts Remove unnecessary promiuse usage. (#6585) 2025-08-19 22:31:02 +00:00
mcpCommand.ts Remove unnecessary promiuse usage. (#6585) 2025-08-19 22:31:02 +00:00
memoryCommand.test.ts feat: Multi-Directory Workspace Support (part 3: configuration in settings.json) (#5354) 2025-08-05 17:01:01 +00:00
memoryCommand.ts feat: Multi-Directory Workspace Support (part 3: configuration in settings.json) (#5354) 2025-08-05 17:01:01 +00:00
privacyCommand.test.ts Migrate /privacy to new architecture (#4202) 2025-07-15 05:45:06 +00:00
privacyCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
quitCommand.test.ts updated /quit to use new slash command arch (#4259) 2025-07-17 02:40:56 +00:00
quitCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
restoreCommand.test.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +00:00
restoreCommand.ts Refac: Centralize storage file management (#4078) 2025-08-20 01:55:47 +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(ui): add /settings command and UI panel (#4738) 2025-08-10 00:04:52 +00:00
setupGithubCommand.test.ts feat: update .gitignore in /setup-github (#6591) 2025-08-20 01:53:53 +00:00
setupGithubCommand.ts feat: update .gitignore in /setup-github (#6591) 2025-08-20 01:53:53 +00:00
statsCommand.test.ts updated /stats to use new slash command arch (#4146) 2025-07-15 20:10:04 +00:00
statsCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
terminalSetupCommand.test.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +00:00
terminalSetupCommand.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +00:00
themeCommand.test.ts
themeCommand.ts prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) 2025-07-20 20:57:34 +00:00
toolsCommand.test.ts Remove unnecessary promiuse usage. (#6585) 2025-08-19 22:31:02 +00:00
toolsCommand.ts Remove unnecessary promiuse usage. (#6585) 2025-08-19 22:31:02 +00:00
types.ts fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850) 2025-08-13 19:31:24 +00:00
vimCommand.ts Vim mode (#3936) 2025-07-25 22:36:42 +00:00