Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2026 Changes in this version + func Merge(data config.Data, commands []Command) (added int, addedNames []string, existing []string) + func RemoveFromMap(cmdMap map[string]interface{}, commands []Command) (removed int, removedNames []string) + type Command struct + Agent string + Description string + Line int + Model string + Name string + Path string + Source string + Subtask bool + Template string + func GetByNames(data config.Data, names map[string]bool) []Command + func List(opencodeDir string) ([]Command, error) + func ParseTemplate(path string) (*Command, error)