From 849b22400bab5d78e2536f8d1ea5f4dea6f53c61 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 2 Feb 2026 13:23:28 +0200 Subject: [PATCH] Fix minor issues in add-parallel skill - Remove unrelated ASSISTANT_NAME from allowedVars example - Fix log message reference (remove incorrect [agent-runner] prefix) - Revert unrelated .gitignore addition (.backups/) Co-Authored-By: Claude Opus 4.5 --- .claude/skills/add-parallel/SKILL.md | 4 ++-- .gitignore | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.claude/skills/add-parallel/SKILL.md b/.claude/skills/add-parallel/SKILL.md index d829d2f..777d2ce 100644 --- a/.claude/skills/add-parallel/SKILL.md +++ b/.claude/skills/add-parallel/SKILL.md @@ -74,7 +74,7 @@ const allowedVars = ['CLAUDE_CODE_OAUTH_TOKEN', 'ANTHROPIC_API_KEY']; Replace with: ```typescript -const allowedVars = ['CLAUDE_CODE_OAUTH_TOKEN', 'ANTHROPIC_API_KEY', 'PARALLEL_API_KEY', 'ASSISTANT_NAME']; +const allowedVars = ['CLAUDE_CODE_OAUTH_TOKEN', 'ANTHROPIC_API_KEY', 'PARALLEL_API_KEY']; ``` ### 4. Configure MCP Servers in Agent Runner @@ -265,7 +265,7 @@ Check logs to verify MCP servers loaded: tail -20 logs/nanoclaw.log ``` -Look for: `[agent-runner] Parallel AI MCP servers configured` +Look for: `Parallel AI MCP servers configured` ## Troubleshooting diff --git a/.gitignore b/.gitignore index bfcf8aa..e54e7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,3 @@ logs/ .vscode/ agents-sdk-docs -.backups/