Closed
Conversation
Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/ccfadee2-e207-491c-bf97-f79b19159a12 Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add runagent.sh feature and use bun install global
Add runagent.sh feature (bun install global)
Mar 30, 2026
Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/6bcec3e2-8f0f-478f-8c3c-d08afd54eb3d Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Contributor
Author
The Fixed in Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new community devcontainer feature for
runagent— a TypeScript SDK for the RunAgent AI agent platform — installed viabun install -ginstead of npm.New files
src/runagent.sh/— feature usingbuninstall method/usr/localif not presentVERSIONoption (default:latest)test/runagent.sh/test.sh— validates therunagentpackage is installed at/usr/local/install/global/node_modules/runagent(bun's global package directory withBUN_INSTALL=/usr/local)README.md— row added alphabetically betweenripgrepandschpet/linear-cliInstall behaviour
The
runagentnpm package is a TypeScript SDK (no CLI binary).bun install -gplaces it at/usr/local/install/global/node_modules/runagentrather than creating a binary in/usr/local/bin/.Modelled after the existing
critique.workbun-based feature.Original prompt