Skip to content

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:59
· 11 commits to main since this release
85cced7

[0.1.15] — 2026-06-15

Bug Fixes

  • oauth: Render inline HTML on OAuth callback to unblock Gemini CLI connect(8c256d4)
  • anthropic: Normalize tool inputs to object values(b6557cb)

Build

  • deps: Bump github.com/jackc/pgx/v5 in /backend(229eff3)
  • deps: Bump github.com/go-chi/chi/v5 in /backend(3d44c6a)
  • deps: Bump golang.org/x/crypto from 0.31.0 to 0.45.0 in /backend(85e7fd3)
  • deps: Bump github.com/go-viper/mapstructure/v2 in /backend(cf63802)

Documentation

  • Update CHANGELOG.md and VERSION for v0.1.14(6e4fe08)

Features

  • guardrails: Add PII redaction & prompt-injection guardrails(d1b2bf8)
  • endpoints: Add CredentialNotice component and enhance UI for API keys management(ebe94de)
  • connectors: Add no-auth MiMo Free provider support(b92a18d)
  • dev: Add pretty startup logs and colored commands(25a30bb)
  • limits: Add per-key rate limiting controls(c36897b)
  • rate-limits: Implement per-key rate limiting and update settings UI(e973979)

Testing

  • Add rate limit verification script(3d12a86)