github mksglu/context-mode v1.0.8

latest releases: v1.0.89, v1.0.88, v1.0.87...
one month ago

What's Changed

Features

  • cli.bundle.mjs for marketplace installs: Marketplace installs (via /plugin install) now have full CLI support. The cli.bundle.mjs bundle (like server.bundle.mjs) provides upgrade and doctor commands without needing the build/ directory.

Bug Fixes

  • getPluginRoot() path resolution: Correctly resolves plugin root whether running from build/cli.js or cli.bundle.mjs at project root.
  • Upgrade skill: Now uses cli.bundle.mjs with fallback to build/cli.js — works in both marketplace and npm installs.
  • Doctor skill: Same fallback pattern, replaces npx tsx with node for faster execution.

CI

  • Bundle workflow now commits both server.bundle.mjs and cli.bundle.mjs.

Tests

  • 12 new tests for cli-bundle feature covering package config, bundle artifact, source contracts, skills, and gitignore.

Don't miss a new context-mode release

NewReleases is sending notifications on new releases.