feat: enhance workflow session management with status updates and CSS styling

This commit is contained in:
catlog22
2025-12-10 10:01:07 +08:00
parent 5114a942dc
commit 417f3c0f8c
8 changed files with 143 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ export function run(argv) {
// Tool command
program
.command('tool [subcommand] [args]')
.command('tool [subcommand] [args...]')
.description('Execute CCW tools')
.option('--path <path>', 'File path (for edit_file)')
.option('--old <text>', 'Old text to replace (for edit_file)')