Versions in this module Expand all Collapse all v1 v1.87.0 Jun 25, 2026 Changes in this version + const ToolNameDeletePlan + const ToolNameListPlans + const ToolNameReadPlan + const ToolNameWritePlan + func CreateToolSet() (tools.ToolSet, error) + func DefaultDir() string + type DeletePlanArgs struct + Name string + type ListResult struct + Plans []Summary + Warnings []string + type Plan struct + Author string + Content string + Name string + Revision int + Title string + UpdatedAt string + type ReadPlanArgs struct + Name string + type Summary struct + Author string + Name string + Revision int + Title string + UpdatedAt string + type ToolSet struct + func New(dir string) *ToolSet + func (t *ToolSet) Describe() string + func (t *ToolSet) Instructions() string + func (t *ToolSet) Tools(context.Context) ([]tools.Tool, error) + type WritePlanArgs struct + Author string + Content string + Name string + Title string