|
1 | 1 | # opencode-java-sdk |
2 | 2 |
|
3 | | -<div align="center"> |
4 | | - |
5 | | -**Pure Java SDK (no Spring) for the OpenCode Server: HTTP REST API, SSE event stream and local CLI** |
6 | | - |
7 | | -  |
| 3 | +[English](./README.md) | [简体中文](./README.zh-CN.md) |
8 | 4 |
|
| 5 | +Pure Java SDK (no Spring) for the OpenCode Server: HTTP REST API, SSE event stream and local CLI |
9 | 6 | [简体中文](./README.zh-CN.md) |
10 | 7 |
|
11 | | -[1. Project Overview](#1-project-overview) · [2. Features & Status](#2-features--status) · [3. Requirements & Compatibility](#3-requirements--compatibility) · [4. Architecture & Modules](#4-architecture--modules) · [5. Installation](#5-installation) · [6. Quick Start](#6-quick-start) · [7. Configuration](#7-configuration) · [8. Core Usage](#8-core-usage) · [9. Testing & Build](#9-testing--build) · [10. Versioning & Branches](#10-versioning--branches) · [11. Contributing & License](#11-contributing--license) |
12 | | - |
13 | | -</div> |
| 8 | +> **Current branch**: `feature/2.0.x` |
| 9 | +> **Version**: `2.0.x.x.20260630-SNAPSHOT` |
| 10 | +> **JDK baseline**: 8 |
| 11 | +> **Project status**: stable (1.0.x line). Not yet published to Maven Central; artifacts are distributed via the Aliyun Maven repository and GitHub Releases. |
14 | 12 |
|
15 | | ---- |
| 13 | +## Table of Contents |
16 | 14 |
|
17 | | -> **Current branch**: `feature/2.0.x`<br> |
18 | | -> **Version**: `2.0.x.x.20260630-SNAPSHOT`<br> |
19 | | -> **JDK baseline**: 8<br> |
20 | | -> **Project status**: stable (1.0.x line). Not yet published to Maven Central; artifacts are distributed via the Aliyun Maven repository and GitHub Releases. |
| 15 | +- [1. Project Overview](#1-project-overview) |
| 16 | +- [2. Features & Status](#2-features--status) |
| 17 | +- [3. Requirements & Compatibility](#3-requirements--compatibility) |
| 18 | +- [4. Architecture & Modules](#4-architecture--modules) |
| 19 | +- [5. Installation](#5-installation) |
| 20 | +- [6. Quick Start](#6-quick-start) |
| 21 | +- [7. Configuration](#7-configuration) |
| 22 | +- [8. Core Usage](#8-core-usage) |
| 23 | +- [9. Testing & Build](#9-testing--build) |
| 24 | +- [10. Versioning & Branches](#10-versioning--branches) |
| 25 | +- [11. Contributing & License](#11-contributing--license) |
21 | 26 |
|
22 | | -<a id="1-project-overview"></a> |
23 | 27 | ## 1. Project Overview |
24 | 28 |
|
25 | 29 | ### 1.1 What it is |
|
0 commit comments