Skip to content

Releases: kontext-security/kontext-cli

v0.4.0

18 Apr 16:45
efb178b

Choose a tag to compare

0.4.0 (2026-04-18)

Features

  • cli: add verbose diagnostics mode (#68) (8de7536)
  • cli: prompt to upgrade when a new version is available (#73) (85c791e)
  • hooks: quiet default allow reasons (#71) (43d07a2)

Bug Fixes

  • auth: reject gateway reauth account mismatch (#69) (c000223)
  • auth: use stable session identity (#66) (60ba8f3)
  • ci: run release please with app token (#74) (bba527b)
  • cli: harden hook and credential error handling (#64) (bf33df7)
  • start: preflight agent launch setup (#67) (c40cbeb)
  • start: summarize missing provider setup (#70) (faab6fc)

v0.3.0

14 Apr 22:59
8a70591

Choose a tag to compare

0.3.0 (2026-04-14)

Features

  • sync managed CLI env placeholders (#61) (ccd60be)

v0.2.2

14 Apr 17:53
a7a161e

Choose a tag to compare

0.2.2 (2026-04-14)

Bug Fixes

  • cut over github org and release links (#58) (fa561fd)

v0.2.1

10 Apr 14:15
99f9b6a

Choose a tag to compare

0.2.1 (2026-04-10)

Bug Fixes

  • handle provider required in hosted connect (#52) (93bae50)

This PR was generated with Release Please. See documentation.

v0.2.0

09 Apr 16:36
1d5db60

Choose a tag to compare

0.2.0 (2026-04-09)

Features

Bug Fixes

  • cli: exchange gateway token after agent auth (#50) (77608e2)
  • cli: scope exchanges to the session agent (#47) (3c236bc)
  • cli: use agent-scoped gateway login for connect sessions (#49) (0ab023c)
  • use connect-session URL for provider auth (8aeede0)

v0.1.1

09 Apr 10:50
00d9667

Choose a tag to compare

0.1.1 (2026-04-09)

Bug Fixes

  • handle provider_reauthorization_required as reconnect-needed (#27) (8e89e26)
  • harden CLI repo for public release (075d44f)

v0.1.0

09 Apr 07:28
95f27b0

Choose a tag to compare

0.1.0 (2026-04-09)

Features

  • implement kontext login — OIDC PKCE with system keyring (c692eb5)
  • implement kontext start — unified first-run experience (067d199)
  • initial CLI package — kontext start with Claude Code hooks (6f3e99f)
  • interactive template creation on first run (3e55beb)
  • rewrite CLI in Go with protobuf service definitions (a6e6c3d)
  • wire full governance telemetry pipeline (#3) (bd16ef2)
  • wire up credential exchange via RFC 8693 + OIDC token refresh (#7) (0eb1840)

Bug Fixes

  • ci: pass github_token to buf-setup-action (#5) (13e1f89)
  • default API URL to api.kontext.security (4907c76)
  • gitignore .env.kontext (user-specific) (590f451)
  • launch agent without template instead of blocking (5293c6b)
  • pass full parent env to agent subprocess (318fb77)
  • propagate IngestEvent errors and document HTTP/2 requirement (#15) (5e7e2e2)
  • remove Setpgid — let agent control the terminal (b2b4478)
  • replace interactive init with dashboard pointer (ab3b1e3)
  • skip failed credential exchanges instead of aborting (747184d)
  • use buf managed mode for go_package override (#6) (dcc9d7a)
  • use OAuth authorization server metadata instead of OIDC discovery (acd0cde)