agent-plugin.constants.ts 220 B

123456
  1. // Separate file because every export in `agent-plugin.ts` must be a function.
  2. export const PLUGIN_AGENT = {
  3. name: "plugin_added",
  4. description: "Added by a plugin via the config hook",
  5. mode: "subagent",
  6. } as const