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 <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,7 @@ const allowedVars = ['CLAUDE_CODE_OAUTH_TOKEN', 'ANTHROPIC_API_KEY'];
|
|||||||
|
|
||||||
Replace with:
|
Replace with:
|
||||||
```typescript
|
```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
|
### 4. Configure MCP Servers in Agent Runner
|
||||||
@@ -265,7 +265,7 @@ Check logs to verify MCP servers loaded:
|
|||||||
tail -20 logs/nanoclaw.log
|
tail -20 logs/nanoclaw.log
|
||||||
```
|
```
|
||||||
|
|
||||||
Look for: `[agent-runner] Parallel AI MCP servers configured`
|
Look for: `Parallel AI MCP servers configured`
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,4 +21,3 @@ logs/
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
agents-sdk-docs
|
agents-sdk-docs
|
||||||
.backups/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user