Roo-Code/packages/types
Shariq Riaz 7f52b77fb7 feat: add qwen-code provider support with complete translations
- Add QwenCode provider type definition and models in packages/types/src/providers/qwen-code.ts
- Implement OAuth-based provider in src/api/providers/qwen-code.ts with proper error handling
- Add comprehensive test coverage in src/api/providers/__tests__/qwen-code.spec.ts
- Create QwenCode settings UI component in webview-ui/src/components/settings/providers/QwenCode.tsx
- Add qwenCodeOAuthPath field to provider settings schema
- Add qwenCode error translations to all backend common.json files (17 languages)
- Add qwenCode provider settings to all frontend settings.json files (17 languages)
- Include OAuth path configuration and setup instructions for all locales

Supported languages: ca, de, es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW
2025-08-24 04:18:53 +05:00
..
npm Add MODELS_BY_PROVIDER for use in @roo-code/cloud (#7258) 2025-08-20 11:26:51 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add qwen-code provider support with complete translations 2025-08-24 04:18:53 +05:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00