mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-27 16:06:44 +00:00
chore: fix conflict markers and cargo fmt drift in main (commands, openai_compat, trident, config, tools)
This commit is contained in:
@@ -1477,10 +1477,6 @@ pub fn validate_slash_command_input(
|
||||
"theme" => SlashCommand::Theme { name: remainder },
|
||||
"voice" => SlashCommand::Voice { mode: remainder },
|
||||
"usage" => SlashCommand::Usage { scope: remainder },
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"setup" => SlashCommand::Setup,
|
||||
>>>>>>> 2f6a225 (fix: make id field optional in OpenAI response parsing)
|
||||
"rename" => SlashCommand::Rename { name: remainder },
|
||||
"copy" => SlashCommand::Copy { target: remainder },
|
||||
"hooks" => SlashCommand::Hooks { args: remainder },
|
||||
|
||||
Reference in New Issue
Block a user