-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Feature request: Allow tab configs to specify an agent profile for agent-mode panes #10171
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.Launch configurations, workflows, tab configs, and automation entry points.enhancementNew feature or request.New feature or request.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.Launch configurations, workflows, tab configs, and automation entry points.enhancementNew feature or request.New feature or request.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Allow tab configs to specify an agent profile, so that when a tab opens in Agent Mode, the agent automatically uses the configured profile (e.g. full autonomy, specific model, custom allowlists) without requiring manual selection.
Problem
Tab configs currently support
type = "agent"to open a pane in Agent Mode, but there is no way to associate a specific agent profile with that pane. Users who have custom profiles — for example, a "Coder devbox" profile configured for full autonomy on a remote dev machine — must manually switch profiles every time they open the tab. This adds friction to workflows where the tab config is specifically designed for a trusted environment (like an SSH session to a dev container) where the agent should run without asking for approval.Reproduction steps or desired workflow
type = "agent"and a new field likeprofile = "Coder devbox"(or a profile ID).+menu.Artifacts
None attached.
Warp version
Unknown
Operating system
macOS