Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllLLMRules = []Tool{ LLMRulesToolCursor, LLMRulesToolClaudCode, LLMRulesToolVSCode, LLMRulesToolAgentsMD, LLMRulesToolZed, }
all available options exept for None
Functions ¶
func LLMRulesFlagValues ¶
func LLMRulesFlagValues() []string
func PrintLLMRulesInfo ¶
func PrintLLMRulesInfo(tool Tool)
Types ¶
type Tool ¶
type Tool string
const ( LLMRulesToolNone Tool = "" LLMRulesToolCursor Tool = "cursor" LLMRulesToolClaudCode Tool = "claudecode" LLMRulesToolVSCode Tool = "vscode" LLMRulesToolAgentsMD Tool = "agentsmd" LLMRulesToolZed Tool = "zed" )
NOTE: changes to these values should also be reflected in userconfig
func (Tool) SelectPrompt ¶
type ToolItem ¶
type ToolItem struct {
// contains filtered or unexported fields
}
func NewLLMRulesItem ¶
func (ToolItem) Description ¶
func (ToolItem) FilterValue ¶
func (ToolItem) SelectedID ¶
type ToolSelectDone ¶
type ToolSelectDone = cmdutil.SimpleSelectDone[Tool]
type ToolSelectModel ¶
type ToolSelectModel = cmdutil.SimpleSelectModel[Tool, ToolItem]
Click to show internal directories.
Click to hide internal directories.