docs: update release note for 1.0.20.1 in idmp official docs - #521
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the release notes for version 1.0.20.0 in both Chinese and English, detailing ACP initialization fault tolerance, API Key renaming, and AI visualization routing fixes. The review feedback highlights an inconsistency where the 'Highlight' section was removed from the English version but kept in the Chinese version. Additionally, it identifies typos ('compnent' and 'Relaese') and suggests grammatical improvements for several English release note entries.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
I am having trouble creating individual review comments. Click here to see my feedback.
i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md (8-12)
The 'Highlight' section has been removed from the English version of the release notes, but it remains in the Chinese version (docs/21-release-history/1.0.20.0.md). This creates an inconsistency between the two languages. Please restore the 'Highlight' section in the English documentation.
i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md (14)
There is a typo in this line: 'compnent' should be 'component'.
1. Show panel component directly in AI chat.
i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md (32)
There is a typo in this line: 'Relaese' should be 'Release'.
1. Release IDMP cli skills and claude code plugin.
i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md (45)
Improve the grammar in this line by changing 'config/ImportError cause' to 'config errors and ImportError cause' or 'config/ImportError causes'.
1. ACP init fault tolerance — split app/__init__.py try/except into two levels: config errors and ImportError cause startup failure (hard error), MCP init exceptions only trigger downgrade warning (soft degradation), preventing single MCP failure from crashing the entire AI service.
i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md (52)
Improve the phrasing of the last clause to make it more grammatically natural.
1. Route AI visualization requests to create_panel instead of execute_code/matplotlib, supporting start_time/end_time time windows for panels.
There was a problem hiding this comment.
Pull request overview
Updates the release-history documentation for version 1.0.20.0 in both the English (i18n) and Chinese (docs) doc trees, reflecting additional improvements and bug fixes.
Changes:
- English release note: modifies feature/improvement/bug-fix bullet lists (and currently drops the release header sections).
- Chinese release note: refines the ACP init fault-tolerance bullet and adds new improvement/bug-fix bullets.
- Adds/adjusts AI-related release-note items (ACP init tolerance, API Key naming, visualization routing/time window support).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| i18n/en/docusaurus-plugin-content-docs/current/21-release-history/1.0.20.0.md | Updates EN 1.0.20.0 release note content; introduces a couple typos and removes the standard header sections. |
| docs/21-release-history/1.0.20.0.md | Updates ZH 1.0.20.0 release note content with additional improvement/fix bullets and refined wording. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update release note for 1.0.20.1