Skip to content

Releases: CharaD7/nvim-jetbrainsai-proxy

⚙️ v1.0.1 — Second stable release of JetBrains AI Proxy

09 Jul 22:09

Choose a tag to compare

✨ Features

Added

  • Full proxy build pipeline with Makefile + Docker
  • MITM token discovery flow
  • JWT config validator with CI integration
  • Automated PR commenting on config failures
  • Extended dev tools: bootstrap script, test harness

Changed

  • CI now enforces config.yaml formatting before builds

Security

  • Tokens are never stored in version control
  • Encouraged token rotation and local .env pattern

🛠 Requirements

  • Neovim 0.9+
  • Python 3.11+
  • Docker/Podman + user-provided tokens

🎉 v1.0.0 – Initial Stable Release

08 Jul 04:21

Choose a tag to compare

✨ Features

  • JetBrains AI via secure local proxy
  • Chat-based AI flow inside Neovim
  • File diff preview + Accept/Reject logic
  • 🔐 Encrypted token storage (AES-256)
  • Ergonomic passphrase load
  • Noice + Catppuccin UI polish

🛠 Requirements

  • Neovim 0.9+
  • Docker + user-provided tokens