opencode-debug-agent 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14304,7 +14304,8 @@ var DebugAgentPlugin = async (ctx) => {
|
|
|
14304
14304
|
config2.agent["debug"] = {
|
|
14305
14305
|
description: "Runtime debugging - capture and analyze execution data",
|
|
14306
14306
|
mode: "primary",
|
|
14307
|
-
prompt: AGENT_PROMPT
|
|
14307
|
+
prompt: AGENT_PROMPT,
|
|
14308
|
+
color: "#FF6B35"
|
|
14308
14309
|
};
|
|
14309
14310
|
const configWithSkill = config2;
|
|
14310
14311
|
configWithSkill.skill = configWithSkill.skill ?? {};
|