You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support generic per-conversation launch overrides for external Agents, beginning with the working directory. Agent Nodes and standalone Chats should be able to customize launch settings without requiring one Profile per repository while preserving the server-owned lifecycle introduced by #178.
This issue owns how an existing Profile is consumed by a conversation. Agentlet discovery and automatic Profile provisioning remain in #174.
Requirements
Generic launch configuration
Represent conversation-specific launch settings as a generic launch-override contract rather than BYOA discovery state.
After realization, display the immutable Profile, placement, and effective directory from the workload snapshot.
Existing workloads must retain their realized identity and directory across refresh, resume, daemon reconnection, process restart, and later Profile edits or deletion.
Changing immutable launch settings after realization requires a new conversation unless a separately designed replacement operation creates a new workload.
Hydration, undo/redo, switching panels, and concurrent edits must preserve the canonical server-owned state.
Acceptance criteria
An unrealized Agent Node and standalone Chat can persist, reset, and hydrate a working-directory override independently of the selected Profile.
Summary
Support generic per-conversation launch overrides for external Agents, beginning with the working directory. Agent Nodes and standalone Chats should be able to customize launch settings without requiring one Profile per repository while preserving the server-owned lifecycle introduced by #178.
This issue owns how an existing Profile is consumed by a conversation. Agentlet discovery and automatic Profile provisioning remain in #174.
Requirements
Generic launch configuration
Working-directory override
Target-machine validation
Realization and lifecycle
Acceptance criteria
Out of scope