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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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