Documentation
¶
Overview ¶
Package agent provides commands for managing AI coding agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "agent", Short: "Manage AI coding agents", Long: `Commands for managing AI coding agents across Claude Code and OpenCode.`, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Help() }, }
Cmd is the parent command for all agent subcommands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.