Skip to content

fix(t3): accept T3 Code 0.0.29 and matching nightlies - #81

Merged
DevVig merged 1 commit into
mainfrom
fix/t3-contract-0.0.29
Jul 21, 2026
Merged

fix(t3): accept T3 Code 0.0.29 and matching nightlies#81
DevVig merged 1 commit into
mainfrom
fix/t3-contract-0.0.29

Conversation

@DevVig

@DevVig DevVig commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Accept T3 Code server bases 0.0.28 and 0.0.29, including *-nightly.… builds of those bases
  • Refresh the pinned upstream contract commit to the verified shell/dispatch surface
  • Update adapter docs and unit tests so Nightly 0.0.29-nightly.20260720.859 can reconnect

Test plan

  • cargo test -p microbridged t3code
  • cargo clippy -p microbridged --all-targets -- -D warnings
  • After merge + release: enable T3 Code Nightly in Microbridge Integrations and confirm Connected (not Incompatible)

Made with Cursor

Nightly 0.0.29-nightly.* shares the verified shell/dispatch contract; widen
the pin so Microbridge no longer blocks reconnect after T3 auto-updates.
Copilot AI review requested due to automatic review settings July 21, 2026 01:04
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5e48278c-c376-4c88-b91b-5a7b79f34bab

📥 Commits

Reviewing files that changed from the base of the PR and between db38ce8 and 9202692.

📒 Files selected for processing (2)
  • adapters/t3code/README.md
  • crates/microbridged/src/t3code.rs

Comment @coderabbitai help to get the list of available commands.

@DevVig
DevVig merged commit eeff857 into main Jul 21, 2026
7 of 8 checks passed
@DevVig
DevVig deleted the fix/t3-contract-0.0.29 branch July 21, 2026 01:05
@DevVig DevVig mentioned this pull request Jul 21, 2026
3 tasks

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.28 and 0.0.29 bases, 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.

DevVig added a commit that referenced this pull request Jul 21, 2026
## 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants