chore: remove unused js-yaml dependencies

These were added for slash-command YAML parsing but are no longer
needed since we removed slash-command preprocessing entirely
This commit is contained in:
km-anthropic
2025-08-07 12:12:05 -07:00
parent 1846b19826
commit 18bb01184d
3 changed files with 0 additions and 12 deletions

View File

@@ -466,10 +466,8 @@ export function generatePrompt(
mode: Mode,
): string {
// v1.0: Simply pass through the prompt to Claude Code
// Claude Code handles slash commands natively
const prompt = context.prompt || "";
// If we have a prompt, just return it (Claude Code will handle slash commands)
if (prompt) {
return prompt;
}