Skip to content

0.9.6 - JetBrains Context CLI

Choose a tag to compare

@Elizaveta239 Elizaveta239 released this 29 Jul 16:45
· 15 commits to main since this release
36d4f89

This release adds per-project configuration, lets you point the index command at a specific git remote, and improves login reliability with IPv6 support.

New features

  • Adds per-project configuration so settings can be applied per repository
  • index accepts --git-remote-url to explicitly set the git remote used for a repository

Improvements

  • The login loopback HTTP server now works over IPv6
  • Auto bundle no longer installs hooks unless you pass --hooks, though session-indexing hooks remain included by default
  • version now includes a link to the release page
  • Project configs are now supported: both user scoped and shared (stored in the repo in .jbcontext.json). Currently this allows to configure repository identity and revision, but more config keys are coming. For more details run jbcontext config set --help

Fixes

  • Non-git directories no longer collide by receiving the same repository id
  • Concurrent index processes for the same repository now coordinate through a shared lock
  • OAuth and JetBrains daemon logins now report CLI crashes so login failures are captured
  • The macOS Intel (x64) download is now a genuine x86_64 binary; it previously contained an ARM64 build that could not run on Intel Macs

The Source code archives below are added automatically by GitHub and contain this repository — the agent integrations for JetBrains Context. They are not the CLI source, which is not public. Install the CLI from jetbrains.com/context, or run jbcontext upgrade to update an existing one.