qwen-code/packages/cli/src/ui/commands
Mingholy 761833c915
Some checks are pending
Qwen Code CI / Lint (GitHub Actions) (push) Waiting to run
Qwen Code CI / Lint (Javascript) (push) Waiting to run
Qwen Code CI / Lint (Shell) (push) Waiting to run
Qwen Code CI / Lint (YAML) (push) Waiting to run
Qwen Code CI / Lint (push) Blocked by required conditions
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
Vision model support for Qwen-OAuth (#525)
* refactor: openaiContentGenerator

* refactor: optimize stream handling

* refactor: re-organize refactored files

* fix: unit test cases

* feat: `/model` command for switching to vision model

* fix: lint error

* feat: add image tokenizer to fit vlm context window

* fix: lint and type errors

* feat: add `visionModelPreview` to control default visibility of vision models

* fix: remove deprecated files

* fix: align supported image formats with bailian doc
2025-09-18 13:32:00 +08:00
..
aboutCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
aboutCommand.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
agentsCommand.ts fix: type errors 2025-09-15 14:11:31 +08:00
authCommand.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
authCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
bugCommand.test.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
bugCommand.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
chatCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
chatCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
clearCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
clearCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
compressCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
compressCommand.ts fix(compression): Discard compression result if it results in more token usage (#7047) 2025-08-27 21:00:45 +00:00
copyCommand.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
copyCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +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 Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
directoryCommand.tsx Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
docsCommand.test.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
docsCommand.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08: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 sync gemini-cli 0.1.17 2025-08-05 17:09:19 +08:00
helpCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
ideCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
ideCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
initCommand.test.ts Merge branch 'main' into chore/sync-gemini-cli-v0.3.4 2025-09-16 19:51:32 +08:00
initCommand.ts Merge branch 'main' into chore/sync-gemini-cli-v0.3.4 2025-09-16 19:51:32 +08:00
mcpCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
mcpCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
memoryCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
memoryCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
modelCommand.test.ts Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
modelCommand.ts Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
privacyCommand.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
privacyCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +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: Add Welcome Back Dialog, Project Summary, and Enhanced Quit Options (#553) 2025-09-11 16:59:26 +08:00
restoreCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
restoreCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
settingsCommand.test.ts fix: yargs locale 2025-08-25 18:34:41 +08:00
settingsCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
setupGithubCommand.test.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
setupGithubCommand.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
statsCommand.test.ts updated /stats to use new slash command arch (#4146) 2025-07-15 20:10:04 +00:00
statsCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
summaryCommand.ts fix: type errors 2025-09-15 14:11:31 +08:00
terminalSetupCommand.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
terminalSetupCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
themeCommand.test.ts pre-release commit 2025-07-22 23:26:01 +08:00
themeCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
toolsCommand.test.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
toolsCommand.ts Merge tag 'v0.3.0' into chore/sync-gemini-cli-v0.3.0 2025-09-11 16:26:56 +08:00
types.ts Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
vimCommand.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00