mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
// Separate file because every export in `agent-plugin.ts` must be a function.
|
|
export const PLUGIN_AGENT = {
|
|
name: "plugin_added",
|
|
description: "Added by a plugin via the config hook",
|
|
mode: "subagent",
|
|
} as const
|