Commit Graph

35 Commits

Author SHA1 Message Date
neo
a5a3da01f6 doc: Add links to translated README versions
Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
2025-08-01 15:18:26 +08:00
Fan
bdf946a321 fix config (#163)
Co-authored-by: test <test@gmail.com>
2025-08-01 01:24:33 +08:00
奕桁
44de3f686c fix lint 2025-08-01 00:31:34 +08:00
Yiheng Xu
08415c9597 Update README.md 2025-08-01 00:28:32 +08:00
Junyang Lin
d360b86588 Update README.md 2025-07-31 21:38:38 +08:00
Ares Chen
66d43dbc5d Update README.md to clarify the requirement for using Modelscope inference API (#131) 2025-07-31 21:19:15 +08:00
Fan
dc6dcea93d Update: add telemetry service (#161)
* init: telemetry for qwen code

* fix

* update
2025-07-31 21:12:22 +08:00
Yiheng Xu
e27610789f Support openrouter (#162)
* support openrouter

* fix lint
2025-07-31 21:10:33 +08:00
奕桁
cff88350f4 update version 2025-07-31 20:37:17 +08:00
Yiheng Xu
1bfe5a796a Fix Sandbox docker mode (#160)
* Fix E2E

* Fix sandbox docker
2025-07-31 18:28:07 +08:00
koalazf.99
9f8ec8c0be fix type: sessionTokenLimit for token usage control 2025-07-31 15:23:31 +08:00
Yiheng Xu
bb6db7e492 Fix E2E (#156) 2025-07-31 15:16:23 +08:00
Allen Hutchison
718f68d247 feat: update /bug command to point to Qwen-Code repo (#154)
This commit updates the /bug command to point to the Qwen-Code
repository instead of the Gemini CLI repository.

The following files were modified:

- `packages/cli/src/ui/hooks/slashCommandProcessor.ts`: Updated the URL
  for the /bug command.
- `packages/cli/src/ui/hooks/slashCommandProcessor.test.ts`: Updated the
  test for the /bug command to reflect the new URL.
- `docs/cli/commands.md`: Updated the documentation for the /bug
  command and replaced all instances of "Gemini CLI" with "Qwen Code".
2025-07-31 14:04:43 +08:00
koalazf.99
b8e2852f96 update: installation instruction 2025-07-30 18:21:28 +08:00
Fan
df5c4e8079 Update: compress/hard constrained token usage (#136)
* setup truncation & folder structure

* fix: xml in prompt; qwen code in stats page

* fix: clear & continue logic

* preflight

* add maxSessionLimit in README
2025-07-30 18:14:24 +08:00
tanzhenxin
a08bcb2f41 Fix: Enhanced OpenAI Usage Logging and Response Metadata Handling (#141)
* feat: add support for cached tokens in OpenAI usage logging

* fix: enhance response metadata handling in OpenAI content generator

* fix: run format
2025-07-30 16:28:10 +08:00
tanzhenxin
8e3b413fdd Fix Default Model Configuration and Fallback Behavior (#142)
* rename the default model to 'qwen3-coder-plus'

* fix: use DEFAULT_GEMINI_MODEL fallback when OPENAI_MODEL is unset

* fix: npm run format
2025-07-30 16:27:28 +08:00
pomelo
bd0d3479c1 feat: Add systemPromptMappings Configuration Feature (#108)
* feat: update system prompt for qwen3-coder

* feat: add default systemPromptMappings for Qwen models

- Add default systemPromptMappings configuration for qwen3-coder-plus model
- Support DashScope compatible mode API endpoints
- Include Qwen coder system prompt template with git repository and sandbox placeholders
- Add comprehensive test coverage for default and custom systemPromptMappings
- Update documentation to reflect the new default configuration behavior
- Ensure backward compatibility with existing user configurations

* feat: remove default system prompt template

* fix: test ci

* feat: handle code indentation issues

* feat: update prompt.test.snapshots

* feat: add URL trailing slash compatibility for system prompt mappings

- Add normalizeUrl() function to standardize URLs by removing trailing slashes
- Add urlMatches() function to compare URLs ignoring trailing slash differences
- Replace direct includes() comparison with urlMatches() for baseUrl matching
- Add comprehensive tests to verify URL matching with/without trailing slashes
- Fixes issue where URLs like 'https://api.example.com' and 'https://api.example.com/' were treated as different

* feat: update code
2025-07-29 13:11:41 +08:00
Yiheng Xu
dc087deace Update README.md 2025-07-25 14:39:35 -07:00
Fan
d7890d6463 update: add info about modelscope-api (#116) 2025-07-25 13:15:25 +08:00
zeyu cui
778837507e add star history (#109)
* add star history

* preflight

---------

Co-authored-by: koalazf.99 <koala99.zf@gmail.com>
2025-07-25 00:11:47 +08:00
pomelo
b8e2891f3b Merge pull request #102 from QwenLM/feature/fan/fix-token-usage
fix: streaming token usage
2025-07-24 20:30:47 +08:00
koalazf.99
c00df172a2 fix: streaming token usage 2025-07-24 20:19:52 +08:00
koalazf.99
3b7e2e34d2 update: add token reminder in readme 2025-07-24 00:07:31 +08:00
koalazf.99
01d88eef4d add instructions for dashscope API configuration 2025-07-23 17:47:41 +08:00
Fan
40ee936453 run preflight (#55) 2025-07-23 01:18:31 -07:00
Nan Li
173246723e fix: resolve RadioButtonSelect array bounds crash and auth dialog navigation (#46)
- Add bounds checking in RadioButtonSelect to prevent accessing undefined array elements
- Add useEffect to ensure activeIndex stays within valid bounds when items array changes
- Add validation guards around navigation handlers (up/down arrow keys)
- Fix AuthDialog initialAuthIndex calculation to prevent negative values from findIndex
- Ensure Enter key works properly on authentication screen

Fixes TypeError: Cannot read properties of undefined (reading 'value') that occurred
when activeIndex was out of bounds due to dynamic array changes or invalid initialization.

Signed-off-by: loheagn <loheagn@icloud.com>
Co-authored-by: linan.loheagn3 <linan.loheagn3@bytedance.com>
2025-07-23 14:15:35 +08:00
奕桁
e4a3f2656e update png 2025-07-22 14:27:43 -07:00
Yiheng Xu
f8e55596c8 Update README.md 2025-07-22 13:02:12 -07:00
Yiheng Xu
d6fd2d472b Update README.md 2025-07-22 09:57:08 -07:00
Fan
daad04613e pre-release: fix ci (#1)
* fix aoneci

* remove codeql

* sync version to 0.0.1-alpha.7

* renaming org to qwen-code
2025-07-22 09:27:14 -07:00
Yiheng Xu
13c0b24110 Update README.md 2025-07-22 08:32:58 -07:00
koalazf.99
a9d6965bef pre-release commit 2025-07-22 23:26:01 +08:00
Binyuan Hui
c5dee4bb17 Update README.md 2025-06-26 09:38:11 +08:00
Binyuan Hui
71f8c070ec Initial commit 2025-06-26 09:37:46 +08:00