qwen-code/packages/cli/src/config
tanzhenxin 439a1a46e2 feat(cron): make cron tools opt-in via experimental settings
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>
2026-03-29 02:25:28 +00:00
..
migration refactor: remove summarizeToolOutput feature 2026-03-15 13:51:32 +08:00
auth.test.ts fix: use resolved authType to initialize ACP agent 2026-01-27 14:56:22 +08:00
auth.ts fix: use resolved authType to initialize ACP agent 2026-01-27 14:56:22 +08:00
config.integration.test.ts chore: update tests for parseArguments signature change 2026-02-06 13:05:49 +08:00
config.test.ts feat(storage): support configurable runtime output directory (#2127) 2026-03-20 13:53:05 +08:00
config.ts feat(cron): make cron tools opt-in via experimental settings 2026-03-29 02:25:28 +00:00
keyBindings.test.ts Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
keyBindings.ts feat(cli): add Ctrl+Y shortcut to retry failed requests (#2011) 2026-03-02 17:59:18 +08:00
modelProvidersScope.test.ts fix: lint & ci issues 2026-01-07 22:58:09 +08:00
modelProvidersScope.ts refactor: update authentication handling and model configuration 2026-01-07 22:58:09 +08:00
sandboxConfig.ts refactor: unify sandbox configuration naming and improve telemetry config 2026-02-11 11:08:15 +08:00
settings.test.ts fix: remove redundant scope field from MCP server display and add CONCAT merge strategy for mcp allowed/excluded lists 2026-03-09 21:38:42 +08:00
settings.ts Merge branch 'main' into feat/support-permission 2026-03-16 11:42:37 +08:00
settingsSchema.test.ts feat(permissions): add permission system and rename folder trust command 2026-03-04 19:24:43 +08:00
settingsSchema.ts feat(cron): make cron tools opt-in via experimental settings 2026-03-29 02:25:28 +00:00
trustedFolders.test.ts refactor: unify sandbox configuration naming and improve telemetry config 2026-02-11 11:08:15 +08:00
trustedFolders.ts refactor: unify sandbox configuration naming and improve telemetry config 2026-02-11 11:08:15 +08:00
webSearch.ts feat: update code 2025-11-05 11:23:27 +08:00