mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Change cron/loop tools from opt-out to opt-in. Cron tools are now
disabled by default and can be enabled via:
- settings.json: { "experimental": { "cron": true } }
- Environment variable: QWEN_CODE_ENABLE_CRON=1
This ensures experimental features are explicitly enabled by users
who want to try them.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
||
|---|---|---|
| .. | ||
| migration | ||
| auth.test.ts | ||
| auth.ts | ||
| config.integration.test.ts | ||
| config.test.ts | ||
| config.ts | ||
| keyBindings.test.ts | ||
| keyBindings.ts | ||
| modelProvidersScope.test.ts | ||
| modelProvidersScope.ts | ||
| sandboxConfig.ts | ||
| settings.test.ts | ||
| settings.ts | ||
| settingsSchema.test.ts | ||
| settingsSchema.ts | ||
| trustedFolders.test.ts | ||
| trustedFolders.ts | ||
| webSearch.ts | ||