Skip to content

feat(cli): replace open vscode container with devcontainer subagent #18765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 8, 2025

Conversation

mafredri
Copy link
Member

@mafredri mafredri commented Jul 7, 2025

This change allows a devcontainer to be opened via the agent syntax, coder open vscode <workspace>.<agent> and removes the --container option to simplify the subcommand. Accessing the subagent will behave similarly to how the --container option behaved.

Fixes coder/internal#748

@mafredri mafredri force-pushed the mafredri/feat-cli-open-devcontainer-subagent branch from b41cac5 to ef8c417 Compare July 7, 2025 13:12
@mafredri mafredri force-pushed the mafredri/feat-cli-open-devcontainer-subagent branch from ef8c417 to 6c3d31d Compare July 7, 2025 13:17
@mafredri mafredri marked this pull request as ready for review July 7, 2025 13:42
Copy link
Contributor

@DanielleMaywood DanielleMaywood left a comment

Choose a reason for hiding this comment

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

I haven't had time to test the CLI but I can't spot anything wrong in the implementation

@mafredri mafredri merged commit 6c4db7a into main Jul 8, 2025
38 checks passed
@mafredri mafredri deleted the mafredri/feat-cli-open-devcontainer-subagent branch July 8, 2025 16:21
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update coder open to support sub agents rather than docker containers
3 participants