fix: 加 dangerouslySkipPermissions,移除 cwd
- 所有 agent 加 dangerouslySkipPermissions: true 讓 claude_local adapter 不再攔截 Paperclip API 的 curl 回報 - 移除 cwd(machine-specific 不應進 repo) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
permissions:
|
permissions:
|
||||||
canCreateAgents: true
|
canCreateAgents: true
|
||||||
status: active
|
status: active
|
||||||
@@ -16,7 +16,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
reviewer:
|
reviewer:
|
||||||
@@ -24,7 +24,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
quant-strategist:
|
quant-strategist:
|
||||||
@@ -32,7 +32,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
finance-researcher:
|
finance-researcher:
|
||||||
@@ -40,7 +40,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-haiku-4-5
|
model: claude-haiku-4-5
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
market-structure-researcher:
|
market-structure-researcher:
|
||||||
@@ -48,7 +48,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
bullish-researcher:
|
bullish-researcher:
|
||||||
@@ -56,7 +56,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
bearish-researcher:
|
bearish-researcher:
|
||||||
@@ -64,7 +64,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-opus-4-6
|
model: claude-opus-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
quant-engineer:
|
quant-engineer:
|
||||||
@@ -72,7 +72,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
data-analyst:
|
data-analyst:
|
||||||
@@ -80,7 +80,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: active
|
status: active
|
||||||
|
|
||||||
xiao-an:
|
xiao-an:
|
||||||
@@ -88,7 +88,7 @@ agents:
|
|||||||
type: claude_local
|
type: claude_local
|
||||||
config:
|
config:
|
||||||
model: claude-sonnet-4-6
|
model: claude-sonnet-4-6
|
||||||
cwd: /home/chris/workspace/KingClawArmy
|
dangerouslySkipPermissions: true
|
||||||
status: paused
|
status: paused
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
|
|||||||
Reference in New Issue
Block a user