Skip to content

Commit c87d34c

Browse files
committed
docs: 统一双语 README 头部格式与版本线说明(目录换行、JDK 版本线修正、锚点修复)
1 parent 46f58a1 commit c87d34c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# codex-java-sdk
22

3-
[![Java](https://img.shields.io/badge/Java-8-orange)] [![License](https://img.shields.io/badge/license-Apache%202.0-green)](https://www.apache.org/licenses/LICENSE-2.0.txt)
3+
[English](./README.md) | [简体中文](./README.zh-CN.md)
4+
5+
[![License](https://img.shields.io/badge/license-Apache%202.0-green)
46

57
> Java SDK for the [Codex CLI](https://github.com/openai/codex): subprocess
68
> integration that drives the local `codex` agent (exec, interactive sessions,

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# codex-java-sdk
22

3-
[![Java](https://img.shields.io/badge/Java-8-orange)] [![License](https://img.shields.io/badge/license-Apache%202.0-green)](https://www.apache.org/licenses/LICENSE-2.0.txt)
3+
[English](./README.md) | [简体中文](./README.zh-CN.md)
4+
5+
[![License](https://img.shields.io/badge/license-Apache%202.0-green)
46

57
> [Codex CLI](https://github.com/openai/codex) 的 Java SDK:通过子进程集成驱动本地
68
> `codex` 智能体(exec 非交互执行、交互会话、会话 resume / fork / archive、
@@ -20,8 +22,6 @@
2022
- [10. 版本与分支](#10-版本与分支)
2123
- [11. 贡献与许可](#11-贡献与许可)
2224

23-
[English](./README.md) | [简体中文](./README.zh-CN.md)
24-
2525
## 1. 项目概述
2626

2727
`codex-java-sdk` 让 Java 应用把 [Codex CLI](https://github.com/openai/codex) 智能体

0 commit comments

Comments
 (0)