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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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 ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-debug-agent",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "OpenCode plugin for runtime debugging - capture and analyze execution data",
5
5
  "author": {
6
6
  "name": "anis00723",