Skip to content

Add memvid.com devcontainer feature - #143

Merged
sebst merged 3 commits into
mainfrom
copilot/add-memvid-com-feature
Mar 21, 2026
Merged

sebst merged 3 commits into
mainfrom
copilot/add-memvid-com-feature

Conversation

Copilot AI commented Mar 21, 2026 •

Copy link
Copy Markdown
Contributor

Adds a devcontainer feature for installing the memvid CLI — an AI memory layer tool with semantic search over single-file .mv2 stores.

memvid ships as the memvid-cli npm package (no standalone binary release assets), so installation uses nodejs/npm via apt followed by npm install -g memvid-cli.

Changes

  • src/memvid.com/devcontainer-feature.json — feature metadata; exposes a version option (latest or X.Y.Z)
  • src/memvid.com/install.sh — installs nodejs, npm, ca-certificates via apt if absent, then installs the memvid-cli npm package at the requested version
  • test/memvid.com/test.sh — verifies memvid --version exits successfully and outputs the word memvid
  • .github/workflows/test.yaml — adds memvid.com to both test-autogenerated and test-scenarios matrix lists

Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/memvid.com:1": {}
}

Pin a specific release:

"ghcr.io/devcontainer-community/devcontainer-features/memvid.com:1": {
    "version": "2.0.139"
}

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:

  • https://api.github.com/repos/memvid/memvid/releases/296903877/assets
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add memvid.com feature</issue_title>
<issue_description>Files:

src/(FeatureName)/devcontainer-feature.json
src/(FeatureName)/install.sh (make sure to set executable bit)
test/(FeatureName)/test.sh
.github/workflows/test.yaml

Releases:

https://github.com/memvid/memvid/releases

Test installation process extensively before submitting
Watch for files in releases, naming structure etc.
Test CLI output extensively before writing the test file.</issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI changed the title [WIP] Add memvid.com feature Add memvid.com devcontainer feature Mar 21, 2026
Copilot AI requested a review from sebst March 21, 2026 17:55
@sebst
sebst marked this pull request as ready for review March 21, 2026 18:20
@sebst
sebst merged commit 90ed991 into main Mar 21, 2026
7 checks passed
@sebst
sebst deleted the copilot/add-memvid-com-feature branch March 21, 2026 18:23
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.

Add memvid.com feature

2 participants