Skip to content

Commit 41fa8af

Browse files
committed
docs: simplify README description
1 parent 6a4b4de commit 41fa8af

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CI](https://img.shields.io/github/actions/workflow/status/ylvict/NOpenCode/ci.yml?style=flat-square&logo=github)](https://github.com/ylvict/NOpenCode/actions/workflows/ci.yml)
55
[![中文文档](https://img.shields.io/badge/-%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3-forestgreen?style=flat-square)](./README.zh.md)
66

7-
A .NET SDK that brings [OpenCode](https://opencode.ai)'s AI capabilities into your application services. Whether you need intelligent automation, data analysis, decision support, or any other AI-powered feature — describe your business problem in plain English and let OpenCode handle it. NOpenCode auto-manages the `opencode serve` process so you can focus on your application logic.
7+
A .NET SDK that brings [OpenCode](https://opencode.ai)'s AI capabilities into your application services. Describe your business problem in plain English and let AI handle it.
88

99
## Features
1010

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CI](https://img.shields.io/github/actions/workflow/status/ylvict/NOpenCode/ci.yml?style=flat-square&logo=github)](https://github.com/ylvict/NOpenCode/actions/workflows/ci.yml)
55
[![English](https://img.shields.io/badge/-English-dodgerblue?style=flat-square)](./README.md)
66

7-
一个将 [OpenCode](https://opencode.ai) 的 AI 能力接入你应用服务的 .NET SDK。无论是智能自动化、数据分析、决策支持,还是其他 AI 驱动的功能——用自然语言描述你的业务问题,让 OpenCode 来处理。NOpenCode 自动管理 `opencode serve` 进程,让你专注于业务逻辑
7+
一个将 [OpenCode](https://opencode.ai) 的 AI 能力接入你应用服务的 .NET SDK。用自然语言描述你的业务问题,让 AI 来处理。
88

99
## 功能特性
1010

src/NOpenCode/NOpenCode.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<PackageId>NOpenCode</PackageId>
66
<Version>0.1.0</Version>
77
<Authors>ylvict</Authors>
8-
<Description>A .NET SDK that brings OpenCode's AI capabilities into your
9-
application services — describe business problems in
10-
plain English and let AI handle them.</Description>
8+
<Description>A .NET SDK that brings OpenCode's AI capabilities into your application services. Describe business problems in plain English and let AI handle them.</Description>
119
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1210
<PackageProjectUrl>https://github.com/ylvict/NOpenCode</PackageProjectUrl>
1311
<RepositoryUrl>https://github.com/ylvict/NOpenCode.git</RepositoryUrl>

0 commit comments

Comments
 (0)