commands

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Merge

func Merge(data config.Data, commands []Command) (added int, addedNames []string, existing []string)

func RemoveFromMap

func RemoveFromMap(cmdMap map[string]interface{}, commands []Command) (removed int, removedNames []string)

Types

type Command

type Command struct {
	Name        string `json:"name"`
	Description string `json:"description,omitempty"`
	Agent       string `json:"agent,omitempty"`
	Model       string `json:"model,omitempty"`
	Subtask     bool   `json:"subtask,omitempty"`
	Template    string `json:"template,omitempty"`
	Source      string `json:"source,omitempty"`
	Path        string `json:"path,omitempty"`
	Line        int    `json:"line,omitempty"`
}

func GetByNames

func GetByNames(data config.Data, names map[string]bool) []Command

func List

func List(opencodeDir string) ([]Command, error)

func ParseTemplate

func ParseTemplate(path string) (*Command, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL