Skip to content

Add gitagent.sh feature (bun install global)#244

Merged
sebst merged 2 commits intomainfrom
copilot/add-gitagent-sh-feature
Mar 30, 2026
Merged

Add gitagent.sh feature (bun install global)#244
sebst merged 2 commits intomainfrom
copilot/add-gitagent-sh-feature

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

Adds a new devcontainer feature for gitagent — a framework-agnostic, git-native standard for defining AI agents — installed via bun install -g as requested.

New files

  • src/gitagent.sh/install.sh — installs @shreyaskapale/gitagent globally via Bun; auto-installs Bun if absent; supports pinned versions via the VERSION option
  • src/gitagent.sh/devcontainer-feature.json — feature metadata, version 1.0.0, single version option (default: latest)
  • src/gitagent.sh/NOTES.md — project link and install method docs
  • test/gitagent.sh/test.sh — verifies binary presence at /usr/local/bin/gitagent

Updated

  • README.md — adds gitagent.sh row alphabetically between getdnote.com and github.com/cli, install method bun
// devcontainer.json usage
"features": {
    "ghcr.io/devcontainer-community/features/gitagent.sh:1": {}
}
Original prompt

Add feature "gitagent.sh" (use bun install global, not npm)

Gh: open-gitagent/gitagent

@sebst sebst marked this pull request as ready for review March 30, 2026 11:24
Copilot AI changed the title [WIP] Add feature gitagent.sh using bun install global Add gitagent.sh feature (bun install global) Mar 30, 2026
Copilot AI requested a review from sebst March 30, 2026 11:26
@sebst sebst merged commit b82e8c0 into main Mar 30, 2026
7 checks passed
@sebst sebst deleted the copilot/add-gitagent-sh-feature branch March 30, 2026 11:43
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.

2 participants