agent-orchestrator/packages
Sujay Choubey b7f487e26c fix: merge defaults.agentConfig into project config
When users specify agentConfig.permissions: skip (or other agent settings)
in the defaults block, spawn.ts and start.ts read project.agentConfig
directly without merging in the defaults. This causes agents to still
block at the Claude trust dialog even when permissions:skip is configured.

This fix:
- Adds agentConfig to DefaultPluginsSchema in config.ts
- Adds agentConfig to DefaultPlugins interface in types.ts
- Updates applyProjectDefaults() to deep-merge defaults.agentConfig into
  project.agentConfig, allowing project-level overrides to take precedence

Fixes #74

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-17 23:57:31 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
core fix: merge defaults.agentConfig into project config 2026-02-17 23:57:31 +05:30
integration-tests feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
plugins feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
web feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30