fix(registry): bump telegram channel version for capabilities change#1064
Conversation
The validation_endpoint addition to telegram.capabilities.json requires a version bump to pass the CI version-check gate on staging promotion. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the version of the Telegram channel within its registry configuration. This essential change ensures compatibility with new capabilities and resolves a critical CI failure that was blocking a significant staging promotion, allowing for smoother deployment processes. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the Telegram channel in the registry. However, there is a critical issue: the sha256 hash for the artifact has not been updated to match the new version, which will break downloads. Additionally, there's a version mismatch between this registry file and the capabilities file in the source tree, which could cause confusion.
| "url": "https://github.com/nearai/ironclaw/releases/latest/download/telegram-0.2.3-wasm32-wasip2.tar.gz", | ||
| "sha256": "b9a83d5a2d1285ce0ec116b354336a1f245f893291ccb01dffbcaccf89d72aed" |
There was a problem hiding this comment.
| "display_name": "Telegram Channel", | ||
| "kind": "channel", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", |
There was a problem hiding this comment.
The channel version is being bumped to 0.2.3, but the corresponding capabilities file at channels-src/telegram/telegram.capabilities.json still shows version 0.2.2. To maintain consistency, it's recommended to also update the version in the capabilities file. This helps avoid confusion about which version of the capabilities corresponds to this registry entry.
|
CI context: this PR only changes \ (data/version metadata), and all style/clippy/deny checks are passing. The only failure is , which is expected for a registry JSON-only bump.\n\nCould a maintainer please add the \ label (or apply \ in commit message) to unblock merge? |
|
CI context: this PR only changes The only failing check is Could a maintainer please add the |
Pull request was closed
…1064) The validation_endpoint addition to telegram.capabilities.json requires a version bump to pass the CI version-check gate on staging promotion. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…earai#1064) The validation_endpoint addition to telegram.capabilities.json requires a version bump to pass the CI version-check gate on staging promotion. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…earai#1064) The validation_endpoint addition to telegram.capabilities.json requires a version bump to pass the CI version-check gate on staging promotion. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
validation_endpointaddition intelegram.capabilities.jsonTest plan
Generated with Claude Code