Skip to content

fix(atlas): allow task and call_omo_agent tools for subagent dispatch#2136

Merged
code-yeongyu merged 1 commit intodevfrom
fix/issue-2044-atlas-task-tool
Feb 26, 2026
Merged

fix(atlas): allow task and call_omo_agent tools for subagent dispatch#2136
code-yeongyu merged 1 commit intodevfrom
fix/issue-2044-atlas-task-tool

Conversation

@code-yeongyu
Copy link
Owner

@code-yeongyu code-yeongyu commented Feb 26, 2026

Problem

Atlas agent cannot dispatch subagents because the task and call_omo_agent tools are blocked by tool restriction configuration.

Root Cause

In atlas/agent.ts, tool restrictions incorrectly deny access to delegation tools.

Fix

Update tool permission configuration to allow Atlas to use task and call_omo_agent tools.

Validation

  • bun test src/agents/ --timeout 30000
  • bun run typecheck
  • bun run build

Closes #2044


Summary by cubic

Allows the Atlas agent to dispatch subagents by removing tool restrictions on task and call_omo_agent. Fixes orchestration failures and closes #2044.

  • Bug Fixes
    • Removed Atlas permission config that blocked task and call_omo_agent.
    • Added tests to ensure delegation tools are allowed for Atlas.

Written for commit 0639ce8. Summary will update on new commits.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Fixes orchestration bug by removing incorrect tool restrictions on Atlas agent. Change is localized and verified with tests.

@code-yeongyu code-yeongyu merged commit 810ebec into dev Feb 26, 2026
8 checks passed
@code-yeongyu code-yeongyu deleted the fix/issue-2044-atlas-task-tool branch February 26, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Atlas Agent Subagent Dispatch Failure

1 participant