Releases: OpenCSGs/csglite
Releases · OpenCSGs/csglite
v0.9.4
v0.9.3
- 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
- Rename GitHub repository to OpenCSGs/csglite; the
csghub-litebinary 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 importinggithub.com/opencsgs/csghub-lite/...must update imports. - Homebrew tap name changes to
opencsgs/csglite; macOS users should re-tap withbrew untap opencsgs/csghub-lite && brew tap opencsgs/csglite https://github.com/OpenCSGs/csgliteto receive futurebrew upgradeupdates. - Widen the Library page table layout and improve cell truncation on narrow viewports.
v0.9.1
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-clion macOS/Linux, avoiding the CSGHub sandbox environment requirement for local Windows launches.
v0.9.0
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 forocr 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
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 tocsghub. - 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
v0.8.103
v0.8.102
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
- 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.