Skip to content

v0.1.0

Latest

Choose a tag to compare

@bobbyunknown bobbyunknown released this 08 Sep 09:24
· 12 commits to main since this release

FlameGate v0.1.0 - Initial Stable Release

Highlights

  • Dual-Port Isolation Architecture: Dedicated ports for Admin Dashboard (:20180) and LLM Proxy API (:20181) with strict route separation and single-port fallback.
  • Dynamic WASM Extension System: Zero hardcoded model tables; dynamic capability discovery and hot-loaded model schemas from guest WASM extensions.
  • LiteLLM Model Info Discovery: Full dynamic support for /v1/model/info and /v1/models, exposing context windows, max tokens, reasoning capabilities, and input/output modalities to AI coding agents (Oh-My-Pi, Claude Code, Cline, etc.).
  • Real-Time Observability: In-flight usage hub pulse streaming, non-blocking LLM log buffer with in-place streaming upserts, and TopNav live stream indicator.
  • Security & Multi-Account OAuth: AES-256-GCM encrypted credential vault with proactive & reactive token auto-refreshers for multi-account pools.
  • Embedded Web UI: Self-contained single-binary deployment with modern dark-tech dashboard.

Verification Checksums (SHA-256)

e40c1084039e3b48e03e84c051a03e4390bfb15729d7a0cc208149e28c52cf50  flamegate_0.1.0_darwin_amd64.tar.gz
b9c1884b7db48ce54d82ed1bf5773007d7a21fcdafd91af9669761f8c475da8d  flamegate_0.1.0_darwin_arm64.tar.gz
e5261d652970cbf055afa098e18ec79c24d525e80226048e0e1df374efe1b5e7  flamegate_0.1.0_linux_amd64.tar.gz
8da8f96ccd81924ca14a9804f3ef978f7ceea9f6ad4bbd8d6589de4cc730494d  flamegate_0.1.0_linux_arm64.tar.gz
92f8a2c5fdcdcc66b08586b104f5974a72ee383ac879bf0361043642b01d5f2b  flamegate_0.1.0_windows_amd64.zip
68adb22af6be93b0a19c80d139eaab0632da91d5c111f2e231a9261f40d2b643  flamegate_0.1.0_windows_arm64.zip

Full Changelog: nightly...v0.1.0