mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user