mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-19 10:18:15 +00:00
BREAKING CHANGE: Replace 4 hardcoded commands with 2 intelligent commands: - Old: /ccs:glm, /ccs:kimi, /ccs:glm:continue, /ccs:kimi:continue - New: /ccs (auto-selects), /ccs:continue (auto-dects) - Override with flags: /ccs --glm "task", /ccs --kimi "task" This change: - Adds intelligent profile selection based on task analysis - Supports custom profiles without creating new commands - Enhances session management with automatic profile detection - Updates all help text, examples, and documentation - Fixes CCS Doctor health checks for new command structure
670 B
670 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Delegate task with intelligent profile selection [AUTO ENHANCE] |
|
Activate ccs-delegation skill. The skill contains all execution logic.
Task: Parse $ARGUMENTS, select optimal profile from ~/.ccs/config.json, enhance prompt, execute delegation via CCS CLI.
Examples:
/ccs "refactor auth.js to use async/await" # Simple task
/ccs "analyze entire architecture" # Long-context task
/ccs "think about caching strategy" # Reasoning task
/ccs --glm "add tests for UserService" # Force specific profile
/ccs "/cook create landing page" # Nested slash command