Commit Graph

11 Commits

Author SHA1 Message Date
pomelo-nwu
8f46ee78b5 feat: update code 2025-07-28 16:51:49 +08:00
pomelo-nwu
beb5b7ff57 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
2025-07-28 14:18:10 +08:00
pomelo-nwu
075f66fe13 feat: update prompt.test.snapshots 2025-07-25 14:22:20 +08:00
pomelo-nwu
90dc53f365 feat: handle code indentation issues 2025-07-25 14:13:28 +08:00
pomelo-nwu
2b1e4c995e fix: test ci 2025-07-25 13:32:57 +08:00
pomelo-nwu
782e9d2314 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
2025-07-25 12:23:37 +08:00
pomelo-nwu
09bafda05b feat: update system prompt for qwen3-coder 2025-07-24 22:29:15 +08:00
koalazf.99
c00df172a2 fix: streaming token usage 2025-07-24 20:19:52 +08:00
Fan
40ee936453 run preflight (#55) 2025-07-23 01:18:31 -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
koalazf.99
a9d6965bef pre-release commit 2025-07-22 23:26:01 +08:00