qwen-code/docs/users/features/_meta.ts
tanzhenxin bc674ca049 docs(scheduled-tasks): add documentation for /loop and cron scheduling features
- Add scheduled-tasks.md with comprehensive guide on using /loop and CronCreate/CronList/CronDelete tools
- Update _meta.ts sidebar to include new Scheduled Tasks page in documentation navigation

This provides users with complete documentation for session-scoped scheduled tasks, including interval syntax, one-time reminders, task management, and scheduling behavior details.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-29 12:56:28 +08:00

18 lines
423 B
TypeScript

export default {
commands: 'Commands',
'sub-agents': 'SubAgents',
arena: 'Agent Arena',
skills: 'Skills',
headless: 'Headless Mode',
checkpointing: {
display: 'hidden',
},
'approval-mode': 'Approval Mode',
mcp: 'MCP',
lsp: 'LSP (Language Server Protocol)',
'token-caching': 'Token Caching',
sandbox: 'Sandboxing',
language: 'i18n',
hooks: 'Hooks',
'scheduled-tasks': 'Scheduled Tasks',
};