chore(sight): release v0.10.0 - #2336
Conversation
Signed-off-by: liyuqing <liyuqing@alibaba-inc.com>
There was a problem hiding this comment.
[P2] CHANGELOG 顶部版本标题未更新到 0.10.0,容易让读者误解当前条目仍属于 0.9.1。建议按 diff 意图把首个版本标题改为 0.10.0,并将 0.9.1 内容下移保留历史。
🤖 Generated by Qoder • View workflow run
| # Changelog | ||
|
|
||
| ## 0.9.1 | ||
| ## 0.10.0 |
There was a problem hiding this comment.
[P2] CHANGELOG 标题版本缺失
src/agentsight/CHANGELOG.md:3 — 新增 0.10.0 版本内容,但标题仍为 ## 0.9.1,容易造成版本混淆。
建议:将行 3 标题改为 ## 0.10.0,并在其下保留 0.9.1 历史记录。
🤖 Generated by Qoder • Fix in Qoder
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 949531960d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [component] | ||
| name = "agentsight" | ||
| version = "0.9.1" | ||
| version = "0.10.0" |
There was a problem hiding this comment.
Publish the release through installer manifests
This bump makes the AgentSight package report 0.10.0, but the installer-facing metadata still advertises only the old release: src/anolisa/manifests/components/agentsight/component.toml remains at 0.8.0 and src/anolisa/manifests/components/index.toml:310-321 still resolves the raw artifact to 0.8.0. In the default anolisa install agentsight / update path, users will keep receiving the stale artifact despite this release commit, so the version-bearing manifests/index need to be updated atomically with the bump.
AGENTS.md reference: AGENTS.md:L371-L375
Useful? React with 👍 / 👎.
| # Changelog | ||
|
|
||
| ## 0.9.1 | ||
| ## 0.10.0 |
There was a problem hiding this comment.
Add the paired Chinese changelog
This release adds the 0.10.0 notes only to the English component changelog, but src/agentsight still has no CHANGELOG_zh.md, so the bilingual documentation/website changelog cannot expose equivalent release notes for Chinese readers. Please add or update the paired Chinese changelog entry with the same user-perceivable changes.
AGENTS.md reference: AGENTS.md:L320-L321
Useful? React with 👍 / 👎.
Description
Release AgentSight version 0.10.0.
Release Notes
Features
Fixes
Related Issue
no-issue: version release
Type of Change
Scope
sight(agentsight)Checklist
Cargo.toml,Cargo.lock,component.tomlupstream/main