fix(t3): accept T3 Code 0.0.29 and matching nightlies - #81
Conversation
Nightly 0.0.29-nightly.* shares the verified shell/dispatch contract; widen the pin so Microbridge no longer blocks reconnect after T3 auto-updates.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates the T3 Code adapter’s compatibility gating to recognize the 0.0.29 server base (and its nightlies) and aligns the pinned upstream contract commit and docs accordingly, enabling reconnects for the referenced 0.0.29-nightly.* builds.
Changes:
- Expands supported T3 Code server versions from a single pinned version to the
0.0.28and0.0.29bases, including-nightly.*variants. - Refreshes the pinned upstream contract commit hash used for compatibility messaging and verification.
- Updates adapter documentation and unit tests to reflect the new supported bases and nightly acceptance.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/microbridged/src/t3code.rs | Accepts 0.0.28/0.0.29 bases plus -nightly.*, updates pinned contract commit, and adjusts error messaging + tests. |
| adapters/t3code/README.md | Documents the new supported server bases/nightlies and the updated pinned contract commit/date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
## Summary - Align versions at `0.3.6` - Release notes for T3 Code `0.0.29` / nightly contract acceptance (#81) ## Test plan - [ ] CI green → squash-merge → tag `v0.3.6` - [ ] Signed/notarized DMG publishes with `update.json` - [ ] Install and confirm T3 Code Nightly reconnects (not Incompatible) Made with [Cursor](https://cursor.com)
Summary
0.0.28and0.0.29, including*-nightly.…builds of those bases0.0.29-nightly.20260720.859can reconnectTest plan
cargo test -p microbridged t3codecargo clippy -p microbridged --all-targets -- -D warningsMade with Cursor