Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cmd/cli/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,12 @@ func init() {

// Register generated API commands under 'api' parent for cleaner top-level help
commands.RegisterAdminCommands(apiCmd, getAPIClient)
// Skip RegisterChatCommands - the handwritten chat command handles interactive chat;
// generated chat API subcommands are bridged via RegisterChatSubcommands.
commands.RegisterChatSubcommands(chatCmd, getAPIClient)
commands.RegisterContextCommands(apiCmd, getAPIClient)
commands.RegisterCspmCommands(apiCmd, getAPIClient)
// Register pentest and bughunt subcommands from generated DAST commands
commands.RegisterPentestSubcommands(pentestCmd, getAPIClient)
commands.RegisterBughuntSubcommands(bughuntCmd, getAPIClient)
commands.RegisterInfrastructureCommands(apiCmd, getAPIClient)
commands.RegisterManagerCommands(apiCmd, getAPIClient)
commands.RegisterOrchestratorCommands(apiCmd, getAPIClient)
commands.RegisterSastCommands(apiCmd, getAPIClient)
commands.RegisterScaCommands(apiCmd, getAPIClient)
commands.RegisterSecretsCommands(apiCmd, getAPIClient)
Expand Down
248 changes: 0 additions & 248 deletions internal/api/chat.go

This file was deleted.

Loading
Loading