Skip to content

Releases: mitre/continue

MITRE Continue CLI (Latest)

18 Nov 23:32

Choose a tag to compare

MITRE Patched Continue CLI

Includes fix for x-api-key duplicate header authentication bug.

Installation from GitHub Packages

npm install -g @mitre/continue-cli --registry=https://npm.pkg.github.com

Or install from tarball

Download continuedev-cli-mitre-patched.tgz from assets below:

npm install -g continuedev-cli-mitre-patched.tgz

What's Fixed

  • Fixes Continue issue continuedev#7047 (duplicate authentication headers)
  • Extends PR continuedev#8684 to handle x-api-key header
  • Enables MITRE AIP endpoints with x-api-key authentication

Setup

After installation, run:

./setup-mitre-aip.sh

See full docs in the repository.

Upstream

PR continuedev#8779: continuedev#8779