feat: make host and agent execution environments explicit #381
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#375
What to build
Define and surface the execution semantics when OpenCode runs in a managed container while the in-app terminal, git/forge operations, and workflow command nodes remain host-native. Users must be able to tell which environment will execute an action and must not be led to assume identical tools, credentials, network, or PATH.
For the first version, keep host terminals and workflow command nodes host-native unless a concrete workflow requires container execution. Do not add a container PTY/exec subsystem speculatively.
Acceptance criteria
Blocked by