Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/plan-mode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const PLAN_SAFE_TOOLS = new Set([
"subagent_check",
"subagent_list",
"subagent_wait",
"subagent_result",
"workflow_status",
// Delegated investigation. Exploring several subsystems in parallel without
// dragging the noise into the main context is one of the most useful things
Expand Down
1 change: 1 addition & 0 deletions extensions/shared/child-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ export const CHILD_EXCLUDED_TOOL_NAMES = [
"subagent_send",
"subagent_check",
"subagent_list",
"subagent_result",
// workflows — children cannot recursively orchestrate or manage runs
"workflow",
"workflow_stop",
Expand Down
1 change: 1 addition & 0 deletions extensions/shared/tool-surface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const OPENPI_TOOL_SURFACE = {
"subagent_send",
"subagent_check",
"subagent_list",
"subagent_result",
],
deferred: [],
},
Expand Down
Loading
Loading