Skip to content

Releases: RongleCat/grok-go

GrokGo v0.1.7

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:55

GrokGo v0.1.7

Downloads / 下载

Platform File (typical)
macOS Apple Silicon *.dmg (aarch64)
macOS Intel *.dmg (x64)
Windows x64 *-setup.exe / *.msi

Full notes below (from CHANGELOG.md). 完整说明见下方更新日志。

Changelog / 更新日志 — v0.1.7

中英文对照 / Bilingual notes. English first (Keep a Changelog), then 中文摘要 under each section.

Highlight: Claude Code via local Anthropic Messages compatibility.

Added

  • Claude Code / Anthropic Messages: POST /v1/messages and POST /v1/messages/count_tokens convert to xAI Chat Completions (tools, streaming, model aliases). Set ANTHROPIC_BASE_URL to the local gateway root (without /v1).
  • Integrations → Claude Code: base URL snippet, CC Switch Claude provider import (app_type=claude), MCP enabled_claude upsert.
  • Overview → Import to CC Switch: choose Codex or Claude Code before writing the provider.
  • Grok Build session maintainer: while routing is injected, periodically refresh a pool OAuth account, validate via OIDC userinfo, then write ~/.grok/auth.json only if the IdP accepts the token (every ~15 minutes; first tick after ~45s).

Fixed

  • CC Switch Claude import hijacking DeepSeek: matching no longer uses bare ANTHROPIC_BASE_URL; UPDATE rewrites website_url / clears third-party icons so GrokGo is not a renamed DeepSeek row.
  • Grok Build open → browser login: avoid overwriting ~/.grok/auth.json with expired pool tokens; require refresh + userinfo success before write.
  • Window close UX: with minimize-to-tray on, hide Dock/taskbar entry while keeping the tray icon; with it off, confirm quit (exiting stops the local gateway).

Changed

  • UI copy trimmed (less technical noise on Integrations / Settings / import dialogs).
  • Account batch-import hint lists CPA and sub2api support.

中文 · 新增

  • Claude Code / Anthropic Messages 兼容:本机 ANTHROPIC_BASE_URL(不要带 /v1)即可走账号池;流式与工具调用可用。
  • 集成页 Claude Code:片段复制、CC Switch Claude 应用导入。
  • 概览一键导入 CC Switch:可选 Codex 或 Claude Code。
  • Grok Build 会话定时维护:注入路由后定期刷新 + userinfo 校验,确认有效再写 auth.json

中文 · 修复

  • CC Switch 误改 DeepSeek:严格匹配 GrokGo,完整重写配置字段。
  • 开启 Grok Build 后跳网页授权:禁止写入未校验/过期 token。
  • 关窗行为:托盘模式隐藏程序坞/任务栏图标;非托盘二次确认退出(代理随进程停止)。

中文 · 变更

  • 文案精简;批量导入说明补充 CPA / sub2api。

Install notes / 安装说明

  • macOS (unsigned / not notarized): if Gatekeeper blocks the app, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README.
  • Windows: SmartScreen may warn until code signing is configured.
  • Changelog source: CHANGELOG.md

GrokGo v0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 09:02

GrokGo v0.1.6

Downloads / 下载

Platform File (typical)
macOS Apple Silicon *.dmg (aarch64)
macOS Intel *.dmg (x64)
Windows x64 *-setup.exe / *.msi

Full notes below (from CHANGELOG.md). 完整说明见下方更新日志。

Changelog / 更新日志 — v0.1.6

中英文对照 / Bilingual notes. English first (Keep a Changelog), then 中文摘要 under each section.

Added

  • Grok Build multi-account routing (standard Session plane): Integrations can point Grok Build cli_chat_proxy_base_url at this gateway; pool OAuth sessions sync into ~/.grok/auth.json; pre-route backup of config.toml + auth.json with one-click restore.
  • cli-chat-proxy build plane: detect X-XAI-Token-Auth / x-grok-model-override / grok-build UA → upstream cli-chat-proxy.grok.com (SuperGrok credits, not console API billing).
  • Paywall remote routes: proxy GET /v1/user, /v1/settings, /v1/login-config, /v1/subagents/bundle so GrowthBook allow_access works.
  • Codex premature-stop recovery: structure-based empty/narration completion retry + synthetic shell probe so agent loops keep going (empty_completion_retry).

Fixed

  • Prompt cache / token blow-up on Grok Build: sticky keys honor x-grok-conv-id / x-grok-session-id / x-grok-agent-id; never overwrite client conv-id with a derived seed; build plane keeps previous_response_id / prompt_cache_retention / OpenAI-compat body fields; disables empty-completion silent retry, nuclear strip, and Files offload on the build plane (those are Codex/console-only).
  • cli-chat-proxy 426 Upgrade Required: inject x-grok-client-version (default 0.2.101) when the client omits it.
  • Build header passthrough: forward User-Agent, x-email, x-models-etag, Accept-Language, tracing headers; inject a sensible UA when missing.
  • Codex empty completion / CC Switch import: recover premature agent stops; tighten CC Switch model catalog import (thinking-depth models only when xAI accepts reasoning.effort).

Changed

  • Account pick soft preference: prefer JWT referrer=grok-build + full CLI scopes / higher tier for SuperGrok-capable pool accounts.
  • Integrations UI: Grok Build panel shows protocol, account count, session email/tier/referrer, gate warnings, backup restore.

中文 · 新增

  • Grok Build 多账号路由(标准 Session):集成页一键写入 cli_chat_proxy_base_url;同步账号池到 ~/.grok/auth.json;开启前备份并可一键还原。
  • cli-chat-proxy 原生平面:识别 Build 客户端头 → 上游 SuperGrok 会话面(非 console API 计费)。
  • 订阅门闸远程配置:透传 /v1/user/v1/settings 等,修复 subscription required。
  • Codex 过早结束恢复:空完成/纯叙述结构判定 + 软重试 + 合成 shell 探针。

中文 · 修复

  • Build 多轮缓存/token:会话黏连读官方 conv/session 头;保留原生连续性字段;Build 平面关闭 Codex 专用重试/核剥离/Files 分流。
  • 426 版本门闸:缺 x-grok-client-version 时注入默认版本。
  • Build 头透传:补齐 UA / email / etag / 语言 / tracing。
  • Codex 空完成与 CC Switch 导入收紧。

中文 · 变更

  • 选号软偏好 referrer=grok-build 与更高 JWT tier。
  • 集成页展示 Build 协议、会话与门闸告警、备份还原。

Install notes / 安装说明

  • macOS (unsigned / not notarized): if Gatekeeper blocks the app, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README.
  • Windows: SmartScreen may warn until code signing is configured.
  • Changelog source: CHANGELOG.md

GrokGo v0.1.5

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:47

GrokGo v0.1.5

Downloads / 下载

Platform File (typical)
macOS Apple Silicon *.dmg (aarch64)
macOS Intel *.dmg (x64)
Windows x64 *-setup.exe / *.msi

Full notes below (from CHANGELOG.md). 完整说明见下方更新日志。

Changelog / 更新日志 — v0.1.5

中英文对照 / Bilingual notes. English first (Keep a Changelog), then 中文摘要 under each section.

Fixed

  • Token blow-up / forced stop on multi-file Codex turns: gateway optimizes Responses/chat payloads before upstream (image dedupe & historical collapse, large tool-output truncation, store:false when images are present) and offloads ≥32KB text blobs to the xAI Files API as file_id references. Also proxies /v1/files for explicit upload-by-id flows.
  • Windows tray all-white: solid black-background white-logo 32px tray asset (not transparent white glyph).
  • SSO card import: detect eyJ… JWT by shape (not fixed ---- layout); supports email|password|SSO and noisy seller pastes.
  • Select dropdown scrollbar flash: measure panel position before mount; list scroll stays inside the menu.
  • Logs virtual list after refresh: reset scroll offset so rows/scrollbar stay correct.
  • Heatmap tooltip: arrow aligns with the clicked cell; switch cells in one click; blank click still closes.

Changed

  • Windows settings: hide app icon dark/light switch (tray fixed to black-bg brand).
  • UI empty states: centered icon + copy (EmptyState) for accounts / logs / mapping.
  • Page scroll: lists scroll inside containers (PageShell / PageBody), not the whole app shell.
  • Overview layout: metrics row flex 1 1 1 3; endpoints put API + MCP on one row, token full-width; token card shows total + in/out/cache.
  • Logs table: drop “recent requests” title; source/endpoint inline; wider latency column.
  • Heatmap: graph + legend horizontally centered.

中文 · 修复

  • 读多文件/多图后 token 暴涨、任务被强制停止:上行 payload 优化 + Files file_id 分流 + /v1/files 代理。
  • Windows 托盘全白:黑底白 logo 实心小图标。
  • 卡密 SSO 导入:按 JWT 形态识别,支持 | 等任意分隔。
  • 下拉框打开闪滚动条:打开前同步定位。
  • 日志刷新后虚拟列表错乱:重置滚动位置。
  • 热力图提示框:箭头对齐格子、可直接点另一格切换、空白关闭。

中文 · 变更

  • Windows 设置:隐藏图标明暗切换。
  • 空状态:统一居中 icon + 文案。
  • 页面滚动:列表在容器内滚动。
  • 概览 / 日志 / 热力图 布局与表格细节调整(见上)。

Install notes / 安装说明

  • macOS (unsigned / not notarized): if Gatekeeper blocks the app, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README.
  • Windows: SmartScreen may warn until code signing is configured.
  • Changelog source: CHANGELOG.md

GrokGo v0.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:39

GrokGo desktop release

Download the installer for your platform from Assets.

Platform File (typical)
macOS Apple Silicon *.dmg
macOS Intel *.dmg
Windows x64 *-setup.exe / *.msi

Notes

  • macOS (unsigned / not notarized): if macOS says the app is damaged or cannot be verified, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README for details.
  • Windows may show SmartScreen until code signing is configured.

GrokGo v0.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:59

GrokGo desktop release

Download the installer for your platform from Assets.

Platform File (typical)
macOS Apple Silicon *.dmg
macOS Intel *.dmg
Windows x64 *-setup.exe / *.msi

Notes

  • macOS (unsigned / not notarized): if macOS says the app is damaged or cannot be verified, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README for details.
  • Windows may show SmartScreen until code signing is configured.

GrokGo v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:01

GrokGo desktop release

Download the installer for your platform from Assets.

Platform File (typical)
macOS Apple Silicon *.dmg
macOS Intel *.dmg
Windows x64 *-setup.exe / *.msi

Notes

  • macOS (unsigned / not notarized): if macOS says the app is damaged or cannot be verified, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README for details.
  • Windows may show SmartScreen until code signing is configured.

GrokGo v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:56

GrokGo desktop release

Download the installer for your platform from Assets.

Platform File (typical)
macOS Apple Silicon *.dmg
macOS Intel *.dmg
Windows x64 *-setup.exe / *.msi

Notes

  • macOS (unsigned / not notarized): if macOS says the app is damaged or cannot be verified, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README for details.
  • Windows may show SmartScreen until code signing is configured.

GrokGo v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 06:16

GrokGo desktop release

Download the installer for your platform from Assets.

Platform File (typical)
macOS Apple Silicon *.dmg
macOS Intel *.dmg
Windows x64 *-setup.exe / *.msi

Notes

  • macOS (unsigned / not notarized): if macOS says the app is damaged or cannot be verified, run xattr -cr /Applications/GrokGo.app, or right-click → Open. See README for details.
  • Windows may show SmartScreen until code signing is configured.