feat: git-aware context tools

Adds git-aware context tools for improved repository understanding.
This commit is contained in:
TheArchitectit
2026-05-24 21:24:37 -05:00
committed by GitHub
parent cef45efc16
commit 0975252976
3 changed files with 436 additions and 0 deletions

View File

@@ -1477,6 +1477,10 @@ 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 },