fix(cursor): make bare cursor command useful and harden tool-result translation

This commit is contained in:
Tam Nhu Tran
2026-04-01 22:50:58 -04:00
parent 737462ac1a
commit d7b907ed9f
7 changed files with 781 additions and 95 deletions
+1
View File
@@ -56,6 +56,7 @@ export async function handleCursorCommand(args: string[]): Promise<number> {
case 'disable':
return handleDisable();
case undefined:
return handleStatus();
case 'help':
case '--help':
case '-h':