mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-04 10:14:47 +08:00
Merge pull request #2598 from jonnychesthair-crypto/fix/load-claude-local-settingsources
fix: load per-group CLAUDE.local.md by adding 'local' to settingSources
This commit is contained in:
@@ -411,7 +411,7 @@ export class ClaudeProvider implements AgentProvider {
|
|||||||
effort: this.effort as any,
|
effort: this.effort as any,
|
||||||
permissionMode: 'bypassPermissions',
|
permissionMode: 'bypassPermissions',
|
||||||
allowDangerouslySkipPermissions: true,
|
allowDangerouslySkipPermissions: true,
|
||||||
settingSources: ['project', 'user'],
|
settingSources: ['project', 'user', 'local'],
|
||||||
mcpServers: this.mcpServers,
|
mcpServers: this.mcpServers,
|
||||||
hooks: {
|
hooks: {
|
||||||
PreToolUse: [{ hooks: [preToolUseHook] }],
|
PreToolUse: [{ hooks: [preToolUseHook] }],
|
||||||
|
|||||||
Reference in New Issue
Block a user