Skip to content

Releases: kontext-dev/kontext-cli

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)