Skip to content

Releases: OpenCSGs/csglite

v0.9.4

29 Jun 12:07

Choose a tag to compare

  • Fix CSGClaw startup on macOS and Linux by writing the supported boxlite sandbox provider instead of the legacy boxlite-cli value.
  • Keep CSGClaw Windows launches on the Docker sandbox provider while preserving platform-aware config generation.

v0.9.3

28 Jun 09:38

Choose a tag to compare

  • Unify the right content area's left padding across all navigation pages to match the dashboard, fixing inconsistent left gaps in Marketplace, Library, Datasets, AI Apps, model detail, Pricing, and Chat.

Binaries for darwin (arm64/amd64), linux (amd64/arm64), and windows-amd64 are attached, with checksums in checksums.txt.

v0.9.2

28 Jun 09:20

Choose a tag to compare

  • Rename GitHub repository to OpenCSGs/csglite; the csghub-lite binary name, local data directory (~/.csghub-lite), and AI app configurations remain unchanged, so existing users upgrade smoothly.
  • Update Go module path to github.com/opencsgs/csglite; external code importing github.com/opencsgs/csghub-lite/... must update imports.
  • Homebrew tap name changes to opencsgs/csglite; macOS users should re-tap with brew untap opencsgs/csghub-lite && brew tap opencsgs/csglite https://github.com/OpenCSGs/csglite to receive future brew upgrade updates.
  • Widen the Library page table layout and improve cell truncation on narrow viewports.

v0.9.1

27 Jun 15:10

Choose a tag to compare

Fixes

  • Default Open Code Review output language to Chinese when csghub-lite writes ~/.opencodereview/config.json, while preserving an existing user language setting.
  • Use Docker as the default CSGClaw sandbox provider on Windows and keep boxlite-cli on macOS/Linux, avoiding the CSGHub sandbox environment requirement for local Windows launches.

v0.9.0

26 Jun 14:33

Choose a tag to compare

Highlights

  • Added Open Code Review (ocr) as a managed AI App with mirrored macOS, Linux, and Windows installers, CLI launch support, and Web Shell guidance for ocr review, branch range, and single-commit reviews.
  • Integrated OCR with csghub-lite models through the official ~/.opencodereview/config.json, preserving cloud model aliases and forwarding original upstream model IDs for completions. Fixes #46.
  • Hardened OCR installer/config handling with Windows TLS/PATH fixes, safer config permissions, malformed config recovery, and provider field preservation.

v0.8.105

25 Jun 08:35

Choose a tag to compare

Fixes

  • Fixed #45 by allowing the built-in csghub cloud provider to manage visible model lists, display names, descriptions, and client-facing model IDs while preserving the original upstream model ID for chat, OpenAI, image, and audio requests.
  • Fixed Windows upgrade restarts so Web UI initiated upgrades restart csghub-lite with serve, and set CSGClaw's Windows sandbox provider default to csghub.
  • Limited the local Diffusers runtime warning to local image models so cloud and third-party provider image models no longer show a local runtime install prompt.

v0.8.104

25 Jun 05:55

Choose a tag to compare

  • Add Windows support for installing CSGClaw from AI Apps using the same user-scoped layout as macOS and Linux.
  • Update the AI Apps catalog to show CSGClaw support for Windows amd64.

v0.8.103

24 Jun 09:40

Choose a tag to compare

  • Added a local model origin marker so the model library can distinguish user-uploaded models from marketplace downloads.
  • Shows the model origin in the model library list and model detail page.

v0.8.102

24 Jun 06:11

Choose a tag to compare

What's Changed

  • Fixed Chat ASR routing so cloud audio transcription keeps the selected model source instead of falling back to local ASR.
  • Added cloud ASR streaming proxy support for both SSE and text/plain responses, while preserving local ASR chunk streaming.
  • Improved long audio transcription feedback so the UI shows waiting time and displays the final transcript reliably.

Verification

  • go test ./internal/server
  • npm run build
  • make package

v0.8.101

23 Jun 13:51

Choose a tag to compare

  • Updated the app branding to CSGLite across the browser title, sidebar brand, API docs header, and embedded AI App shell title.
  • Replaced the favicon/logo with the new CSGLite SVG asset.
  • Simplified the AI Gateway pricing table by removing the context column and added model search on the pricing page.