
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
It embeds two previously separate features—Codex reasoning continuation and Grok Build configuration—directly into CC Switch's UI and routing pipeline, eliminating the need for extra forwarding services.
下载 Release · 上游 CC Switch · CodexCont · Grok Build Switch
这是一个基于 CC Switch v3.17.0 发布提交
3d176b9
的个人增强构建。
本构建保留 CC Switch v3.17.0 原有的项目快照、供应商管理、代理路由、故障转移、官方 ChatGPT 订阅代理、原生 Anthropic Messages,以及 Codex / Claude / Gemini / OpenCode / OpenClaw / Hermes 配置管理能力,并额外加入两个功能:
核心链路保持为:
Codex -> CC Switch 本地代理 -> 多上游路由 / 故障转移 -> 模型服务
Grok -> CC Switch Grok 路由 -> xAI / Grok 兼容上游
Codex 续写逻辑和 Grok 路由都集成在 CC Switch 内部,不需要额外运行独立转发服务。
在设置页加入独立开关:
设置 -> 代理 -> Codex reasoning 自动续写(CodexCont)
可以在 UI 中控制是否启用 Codex reasoning 自动续写,不需要手动修改配置文件。
新增数据库配置项:
codex_continue_config
配置由 CC Switch 自身保存和读取,重启后继续生效。
/v1/responses 自动续写处理当 Codex 请求经过 CC Switch 的 /v1/responses 时,后端会读取 CodexCont 配置,并在满足条件时自动执行 reasoning continuation。
续写请求仍然使用 CC Switch 原有的 provider 转发和 retry/failover 流程:
RequestForwarder::forward_with_retry(... providers)
因此不会绕开 CC Switch 的路由、故障转移和用量记录。
本构建没有把 Codex provider 固定到单独服务,也不要求把 Codex 指向额外端口。推荐配置仍然是 CC Switch 本地代理,例如:
base_url = "http://127.0.0.1:15721/v1"
只有候选 providers 都使用原生 Responses 链路、不需要 Responses -> Chat Completions 转换时,才启用 Codex reasoning continuation。
这样可以避免把 reasoning.encrypted_content 注入不兼容的 Chat provider。
除 UI 配置外,还支持环境变量覆盖运行参数:
CCSWITCH_CODEX_CONTINUE
CCSWITCH_CODEX_CONTINUE_MAX
CCSWITCH_CODEX_CONTINUE_STEP
CCSWITCH_CODEX_CONTINUE_MARKER
Grok 作为独立顶层应用
CC Switch 3.16.5 with CodexCont integration and Windows release assets
Similar projects matched by category, topics, and programming language.

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
reims-vgpu is an experimental virtual GPU for macOS guests that uses QEMU to decode the guest's GPU command stream and execute it through Metal or Vulkan, leveraging the built-in AppleParavirtGPU driver without requiring custom kexts.
A Rust library that provides secure memory handling primitives including zeroization on drop, memory locking, constant-time comparison, and compile-time guarded regions, with zero dependencies and no_std support.