Skip to content

fix(docs): correct README doc links and release notes URLs#2099

Merged
oss-maintainer merged 1 commit into
mainfrom
fix/readme-links
Jul 10, 2026
Merged

fix(docs): correct README doc links and release notes URLs#2099
oss-maintainer merged 1 commit into
mainfrom
fix/readme-links

Conversation

@chickenlj

Copy link
Copy Markdown
Collaborator

Summary

  • Add missing /v2 prefix to all documentation links in both README.md and README_zh.md (e.g. java.agentscope.io/en/docs/...java.agentscope.io/v2/en/docs/...)
  • Replace release notes links from docs site (java.agentscope.io/.../release-notes.html) with version-specific GitHub release URLs (github.com/agentscope-ai/agentscope-java/releases/tag/v...)

Test plan

  • Verify all doc links in README.md resolve correctly
  • Verify all doc links in README_zh.md resolve correctly
  • Verify all GitHub release notes links point to valid releases

@chickenlj chickenlj requested review from a team and Copilot July 10, 2026 04:26
@oss-maintainer oss-maintainer merged commit f82e787 into main Jul 10, 2026
11 checks passed
@oss-maintainer oss-maintainer deleted the fix/readme-links branch July 10, 2026 04:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project READMEs to point documentation links at the v2 docs site and to replace “release notes” links with version-specific GitHub release URLs.

Changes:

  • Add missing /v2 prefix to documentation URLs in README.md and README_zh.md.
  • Replace docs-site release notes URLs with GitHub releases/tag/... links for each listed version.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
README.md Updates docs links to /v2/... and switches release notes links to GitHub release tags.
README_zh.md Same as above for the Chinese README.

Comment thread README.md
- **[2026-06] `v2.0.0-RC2`:** Fully stateless agent; one-line DistributedBackend; subagent event forwarding; Channel module (DingTalk, Feishu, WeCom); A2A / AG-UI protocol support. [Release Notes](https://java.agentscope.io/en/docs/others/release-notes.html)
- **[2026-05] `v2.0.0-RC1`:** First 2.0 RC — harness engineering, enterprise distributed deployment, event stream / message model / middleware / HITL full redesign. [Release Notes](https://java.agentscope.io/en/docs/others/release-notes.html)
- **[2026-05] `v1.1.0`:** Introduced `agentscope-harness` and `HarnessAgent`; Workspace (persona / memory / skills / subagents); pluggable filesystem (local / shared store / sandbox); session persistence with cross-process resume; layered memory and context compaction; declarative subagent orchestration.
- **[2026-07] `v2.0.0 GA`:** First production-ready release! Dual-layer agent architecture, event stream, permission system, middleware, workspace sandbox, multi-agent orchestration, and distributed deployment all ready. [Docs](https://java.agentscope.io/) | [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0)
Comment thread README.md
- **[2026-06] `v2.0.0-RC3`:** Unified `call()` / `streamEvents()` execution core; `AgentResultEvent`, `CustomEvent`, `HintBlockEvent` new event types. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC3)
- **[2026-06] `v2.0.0-RC2`:** Fully stateless agent; one-line DistributedBackend; subagent event forwarding; Channel module (DingTalk, Feishu, WeCom); A2A / AG-UI protocol support. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC2)
- **[2026-05] `v2.0.0-RC1`:** First 2.0 RC — harness engineering, enterprise distributed deployment, event stream / message model / middleware / HITL full redesign. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC1)
- **[2026-05] `v1.1.0`:** Introduced `agentscope-harness` and `HarnessAgent`; Workspace (persona / memory / skills / subagents); pluggable filesystem (local / shared store / sandbox); session persistence with cross-process resume; layered memory and context compaction; declarative subagent orchestration. [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v1.1.0-RC1)
Comment thread README_zh.md
- **[2026-06] `v2.0.0-RC2`:** Agent 完全无状态改造;DistributedBackend 一键配置;子 agent 事件流转发;Channel 模块(钉钉、飞书、企业微信);A2A / AG-UI 协议支持。 [Release Notes](https://java.agentscope.io/zh/docs/others/release-notes.html)
- **[2026-05] `v2.0.0-RC1`:** 首个 2.0 RC 版本,包含 Harness 工程化、企业级分布式部署、事件流 / 消息模型 / Middleware / HITL 全面重构。 [Release Notes](https://java.agentscope.io/zh/docs/others/release-notes.html)
- **[2026-05] `v1.1.0`:** 引入 `agentscope-harness` 与 `HarnessAgent`;Workspace 工作区(人格 / 记忆 / 技能 / 子 agent);可插拔文件系统(本地 / 共享存储 / 沙箱);Session 持久化与跨进程恢复;分层记忆与上下文压缩;声明式子 agent 编排。
- **[2026-07] `v2.0.0 GA`:** 首个正式版本发布!双层 Agent 架构、事件流、权限系统、Middleware、Workspace 沙箱、多智能体编排、分布式部署全面就绪。 [文档](https://java.agentscope.io/) | [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0)
Comment thread README_zh.md
- **[2026-06] `v2.0.0-RC3`:** `call()` / `streamEvents()` 共享执行核心;`AgentResultEvent`、`CustomEvent`、`HintBlockEvent` 新事件类型。 [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC3)
- **[2026-06] `v2.0.0-RC2`:** Agent 完全无状态改造;DistributedBackend 一键配置;子 agent 事件流转发;Channel 模块(钉钉、飞书、企业微信);A2A / AG-UI 协议支持。 [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC2)
- **[2026-05] `v2.0.0-RC1`:** 首个 2.0 RC 版本,包含 Harness 工程化、企业级分布式部署、事件流 / 消息模型 / Middleware / HITL 全面重构。 [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v2.0.0-RC1)
- **[2026-05] `v1.1.0`:** 引入 `agentscope-harness` 与 `HarnessAgent`;Workspace 工作区(人格 / 记忆 / 技能 / 子 agent);可插拔文件系统(本地 / 共享存储 / 沙箱);Session 持久化与跨进程恢复;分层记忆与上下文压缩;声明式子 agent 编排。 [Release Notes](https://github.com/agentscope-ai/agentscope-java/releases/tag/v1.1.0-RC1)
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants