Skip to content

Commit 6868135

Browse files
YidadaaAprilNEACopilot
authored
doc: improve readme files (#418)
* doc: improve readme files * feat: update screenshots * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Xuan Zhang <github@sku.moe> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 37f2f8c commit 6868135

3 files changed

Lines changed: 62 additions & 37 deletions

File tree

‎README.md‎

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<h4 align="right"><strong>English</strong> | <a href="docs/README.zh-CN.md">简体中文</a></h4>
21

32
<p align="center">
43
<picture>
@@ -8,7 +7,15 @@
87
</p>
98

109
<h1 align="center">LinkCode</h1>
11-
<p align="center"><strong>Every Code Agent in the Palm of Your Hand</strong></p>
10+
11+
<h4 align="center"><strong>English</strong> | <a href="docs/README.zh-CN.md">简体中文</a></h4>
12+
13+
<p align="center"><strong>
14+
Open-source alternative to Codex App, supporting Codex, Claude Code, OpenCode, Pi, and Grok Build.
15+
</strong></p>
16+
<p align="center">
17+
可能是最好用的 Codex App / WorkBuddy 开源平替,支持 Codex、Claude Code、OpenCode、Pi 和 Grok Build。
18+
</p>
1219

1320
<div align="center">
1421
<a href="https://github.com/arcboxlabs/linkcode/releases/latest" target="_blank">
@@ -33,32 +40,46 @@
3340
</p>
3441

3542
<picture>
36-
<source media="(prefers-color-scheme: dark)" srcset="https://static.linkcode.ai/screenshot/2026-07-desktop-new-task/shots-dark-rounded.webp?v=dee6283">
37-
<img src="https://static.linkcode.ai/screenshot/2026-07-desktop-new-task/shots-light-rounded.webp?v=dee6283" alt="LinkCode">
43+
<img src="./docs/assets/readme-cover.png" alt="LinkCode">
3844
</picture>
3945

4046
LinkCode is one workspace for all your coding agents. A host on your machine takes over Claude Code, Codex, OpenCode, Pi, and Grok Build, normalizes their divergent events into a single contract, and serves the same threads to every client — start an agent at your desk, keep an eye on it from anywhere.
4147

4248
## Features
4349

44-
- **All your agents, one inbox** — run threads across five agents side by side, with the same UI and the same controls for every one of them.
45-
- **Fully interactive** — permission approvals, plan review, questions, images, slash commands: everything an agent asks for, rendered natively instead of scrolling by in a terminal.
46-
- **Real terminals** — PTY terminals backed by a native Rust sidecar, with multi-client attach and flow control that survives output floods.
47-
- **Workspace at hand** — file tree, git panel, and project scripts with dev-server preview, right next to the conversation.
48-
- **Automations** — schedule agent runs, or loop a prompt until the work is done.
49-
- **Your history, kept in place** — sessions stay in each agent's own local history; LinkCode lists, imports, and resumes them without copying a transcript.
50-
- **Local-first** — the host binds to loopback and your code never leaves the machine.
51-
- **Remote & mobile control** *(not ready)* — an explicit tunnel through LinkCode Cloud will let you reach your host from anywhere and drive it from the companion mobile app; both are still in development.
50+
- **All your agents, one inbox:** run threads across five agents side by side, with the same UI and the same controls for every one of them.
51+
- **Fully interactive:** permission approvals, plan review, questions, images, slash commands: everything an agent asks for, rendered natively instead of scrolling by in a terminal.
52+
- **Real terminals:** PTY terminals backed by a native Rust sidecar, with multi-client attach and flow control that survives output floods.
53+
- **Workspace at hand:** file tree, git panel, and project scripts with dev-server preview, right next to the conversation.
54+
- **Automations:** schedule agent runs, or loop a prompt until the work is done.
55+
- **Your history, kept in place:** sessions stay in each agent's own local history; LinkCode lists, imports, and resumes them without copying a transcript.
56+
- **Manage subscriptions and API keys:** Configure your existing subscriptions or third-party AI providers for agents directly, no additional tools required.
57+
- **Local-first:** the host binds to loopback and your code never leaves the machine.
58+
- **Remote & mobile control:** *(not ready)* an explicit tunnel through LinkCode Cloud will let you reach your host from anywhere and drive it from the companion mobile app; both are still in development.
59+
60+
## 功能特性
61+
62+
- **为所有 Agent 而生的统一交互界面:** 无论你爱用 Codex 还是 Claude Code,它们都有了同一套好用的界面和交互。
63+
- **完整交互:** 权限审批、计划评审、提问、图片、slash 命令:Agent 想要的一切都以原生控件呈现,而无需使用终端交互。
64+
- **自动嗅探:** 自动嗅探已安装的 Codex/Claude Code/Open Code CLI,自动导入已有对话记录。
65+
- **真正的终端:** 由 Rust 驱动的高性能终端,支持多端接管,自带流控,为生产级环境准备。
66+
- **完整工作区:** 文件树、git 面板、项目脚本与 dev server 预览,使用面板灵活编排。
67+
- **自动化任务:** 定时运行 Agent,或者循环执行一个提示词直到工作完成。
68+
- **导入已有会话:** 会话始终存放在各 Agent 自己的本地历史里;LinkCode 直接列出、导入、恢复它们,不复制任何转录。
69+
- **管理订阅与 API Key:** 无需使用其他工具,直接为 Agent 配置已有订阅或者第三方 AI 服务商。
70+
- **本地优先:** 你的代码你做主,直接在你自己的电脑上与 AI 交互。
71+
- **远程与手机控制:** (即将发布)通过 LinkCode Cloud 显式开启隧道,即可在任何地方连回你的宿主,并用配套移动端 App 随行控制。
72+
- **针对中国大陆网络优化:** (与移动端一同发布)无论你使用何种网络,都可以在 50ms 内远程遥控你的 Agent。
5273

5374
## Supported Agents
5475

55-
| Agent | Vendor |
56-
| --- | --- |
57-
| [Claude Code](https://github.com/anthropics/claude-code) | Anthropic |
58-
| [Codex](https://github.com/openai/codex) | OpenAI |
59-
| [OpenCode](https://opencode.ai) | SST |
60-
| [Pi](https://github.com/earendil-works/pi) | Earendil Works |
61-
| [Grok Build](https://x.ai) | xAI |
76+
| Agent | Vendor |
77+
| -------------------------------------------------------- | -------------- |
78+
| [Claude Code](https://github.com/anthropics/claude-code) | Anthropic |
79+
| [Codex](https://github.com/openai/codex) | OpenAI |
80+
| [OpenCode](https://opencode.ai) | SST |
81+
| [Pi](https://github.com/earendil-works/pi) | Earendil Works |
82+
| [Grok Build](https://x.ai) | xAI |
6283

6384
> [!NOTE]
6485
> Agent CLIs are not bundled with the app. The daemon picks up an existing install on your machine, or downloads a managed copy on demand — you sign in with your own agent accounts.

‎docs/README.zh-CN.md‎

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
</p>
99

1010
<h1 align="center">LinkCode</h1>
11-
<p align="center"><strong>每一个 Code Agent,尽在掌心</strong></p>
11+
<p align="center">
12+
可能是最好用的 Codex App / WorkBuddy 开源平替,支持 Codex、Claude Code、OpenCode、Pi 和 Grok Build。
13+
</p>
1214

1315
<div align="center">
1416
<a href="https://github.com/arcboxlabs/linkcode/releases/latest" target="_blank">
@@ -33,32 +35,34 @@
3335
</p>
3436

3537
<picture>
36-
<source media="(prefers-color-scheme: dark)" srcset="https://static.linkcode.ai/screenshot/2026-07-desktop-new-task/shots-dark-rounded.webp?v=dee6283">
37-
<img src="https://static.linkcode.ai/screenshot/2026-07-desktop-new-task/shots-light-rounded.webp?v=dee6283" alt="LinkCode">
38+
<img src="./assets/readme-cover.png" alt="LinkCode">
3839
</picture>
3940

4041
LinkCode 是所有 Coding Agent 的统一工作台。它在你的机器上运行一个本地宿主,接管 Claude Code、Codex、OpenCode、Pi 和 Grok Build,把它们各不相同的原生事件归一成同一份数据契约,再把同样的会话投送到每一个客户端 —— 在电脑前启动 Agent,走到哪里都能随时照看。
4142

4243
## 功能特性
4344

44-
- **所有 Agent,一个收件箱** —— 五种 Agent 的会话并排运行,共用同一套界面和同一套操作。
45-
- **完整交互** —— 权限审批、计划评审、提问、图片、slash 命令:Agent 想要的一切都以原生控件呈现,而不是在终端里刷屏滚过。
46-
- **真正的终端** —— 由原生 Rust sidecar 驱动的 PTY 终端,支持多端接管,自带流控,洪流输出也不会卡死。
47-
- **工作区随手可及** —— 文件树、git 面板、项目脚本与 dev server 预览,就在会话旁边。
48-
- **自动化** —— 定时运行 Agent,或者循环执行一个提示词直到工作完成。
49-
- **历史留在原地** —— 会话始终存放在各 Agent 自己的本地历史里;LinkCode 直接列出、导入、恢复它们,不复制任何转录。
50-
- **本地优先** —— 宿主只绑定本机回环地址,代码不出机器。
51-
- **远程与手机控制**(未就绪) —— 通过 LinkCode Cloud 显式开启隧道,即可在任何地方连回你的宿主,并用配套移动端 App 随行控制;仍在开发中,尚未开放。
45+
- **为所有 Agent 而生的统一交互界面:** 无论你爱用 Codex 还是 Claude Code,它们都有了同一套好用的界面和交互。
46+
- **完整交互:** 权限审批、计划评审、提问、图片、slash 命令:Agent 想要的一切都以原生控件呈现,而无需使用终端交互。
47+
- **自动嗅探:** 自动嗅探已安装的 Codex/Claude Code/OpenCode CLI,自动导入已有对话记录。
48+
- **真正的终端:** 由 Rust 驱动的高性能终端,支持多端接管,自带流控,为生产级环境准备。
49+
- **完整工作区:** 文件树、git 面板、项目脚本与 dev server 预览,使用面板灵活编排。
50+
- **自动化任务:** 定时运行 Agent,或者循环执行一个提示词直到工作完成。
51+
- **导入已有会话:** 会话始终存放在各 Agent 自己的本地历史里;LinkCode 直接列出、导入、恢复它们,不复制任何转录。
52+
- **管理订阅与 API Key:** 无需使用其他工具,直接为 Agent 配置已有订阅或者第三方 AI 服务商。
53+
- **本地优先:** 你的代码你做主,直接在你自己的电脑上与 AI 交互。
54+
- **远程与手机控制:** (即将发布)通过 LinkCode Cloud 显式开启隧道,即可在任何地方连回你的宿主,并用配套移动端 App 随行控制。
55+
- **针对中国大陆网络优化:** (与移动端一同发布)无论你使用何种网络,都可以在 50ms 内远程遥控你的 Agent。
5256

5357
## 支持的 Agent
5458

55-
| Agent | 厂商 |
56-
| --- | --- |
57-
| [Claude Code](https://github.com/anthropics/claude-code) | Anthropic |
58-
| [Codex](https://github.com/openai/codex) | OpenAI |
59-
| [OpenCode](https://opencode.ai) | SST |
60-
| [Pi](https://github.com/earendil-works/pi) | Earendil Works |
61-
| [Grok Build](https://x.ai) | xAI |
59+
| Agent | 厂商 |
60+
| -------------------------------------------------------- | -------------- |
61+
| [Claude Code](https://github.com/anthropics/claude-code) | Anthropic |
62+
| [Codex](https://github.com/openai/codex) | OpenAI |
63+
| [OpenCode](https://opencode.ai) | SST |
64+
| [Pi](https://github.com/earendil-works/pi) | Earendil Works |
65+
| [Grok Build](https://x.ai) | xAI |
6266

6367
> [!NOTE]
6468
> 应用不内置 Agent CLI。daemon 会自动探测机器上已有的安装,或按需下载一份托管副本 —— 你用自己的 Agent 账号登录。

‎docs/assets/readme-cover.png‎

209 KB
Loading

0 commit comments

Comments
 (0)