You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added explicit frontmatter package identifiers for agents and saved chains, registering runtime names like code-analysis.scout while preserving separate name and package fields on save.
Added recursive subdirectory discovery for user and project agent and chain definitions.
Added outputMode: "inline" | "file-only" for saved subagent outputs. inline remains the default, while file-only returns a concise saved-file reference instead of injecting full saved output back into the parent context.
Fixed
Marked Pi runtime peer dependencies as optional so npm package installs do not auto-install duplicate Pi packages or emit unrelated transitive dependency warnings.