docs: add v1.0.1 changelog#150
Conversation
Change-Id: Ie4751db5ae19689c49deac69007516bf381233b3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughA new release version Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR adds a Key changes documented in v1.0.1:
Minor observations:
Confidence Score: 5/5Documentation-only change with no code impact; safe to merge. This is a pure documentation PR that only adds a changelog entry. There is no executable code changed, no risk of regressions, and the changelog content is well-structured. The two P2 style suggestions are non-blocking. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CHANGELOG.md] --> B[v1.0.1 - 2026-03-31]
A --> C[v1.0.0 - 2026-03-28]
B --> D[Features]
B --> E[Bug Fixes]
B --> F[Documentation]
B --> G[CI]
D --> D1["Auto CLI update detection (#144)"]
D --> D2["npm publish workflow (#145)"]
D --> D3["Auto extension for downloads (#16)"]
D --> D4["Remove useless files (#131)"]
D --> D5["Markdown message normalization (#28)"]
D --> D6["Auto-pagination for message search (#30)"]
E --> E1["Base history read scope fix (#96)"]
E --> E2["Remove sensitive send scope (#92)"]
E --> E3["Silent failure fix in lark-cli api (#85)"]
F --> F1["Multiple docs improvements (#11, #12, #19, #23, #26, #61, #90, #103)"]
F --> F2["Clarify install methods (no ref)"]
G --> G1["golangci-lint + CI workflows (#71)"]
Reviews (1): Last reviewed commit: "docs: add v1.0.1 changelog" | Re-trigger Greptile |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
CHANGELOG.md (1)
32-32: Optional consistency pass for tracker references.Line 32 is the only bullet in this block without a
(#...)reference. If intentional, OK; otherwise consider adding one for consistency/auditability.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@CHANGELOG.md` at line 32, The changelog entry "- Clarify install methods as alternatives and add source build steps" is missing a tracker reference like the other bullets; update that bullet to include the appropriate issue/PR reference in the form "(`#1234`)" to match the rest of the block for consistency and auditability, e.g., append the correct "(#...)" identifier for the issue or PR that introduced this change.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@CHANGELOG.md`:
- Line 32: The changelog entry "- Clarify install methods as alternatives and
add source build steps" is missing a tracker reference like the other bullets;
update that bullet to include the appropriate issue/PR reference in the form
"(`#1234`)" to match the rest of the block for consistency and auditability, e.g.,
append the correct "(#...)" identifier for the issue or PR that introduced this
change.
Change-Id: Ie4751db5ae19689c49deac69007516bf381233b3 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change-Id: Ie4751db5ae19689c49deac69007516bf381233b3
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
CI