Skip to content

Devcontainer / IDE updates#2208

Merged
juliusmarminge merged 3 commits intopingdotgg:mainfrom
Spitfire1900:devcontainer-use-oldest-supported-versions
Apr 20, 2026
Merged

Devcontainer / IDE updates#2208
juliusmarminge merged 3 commits intopingdotgg:mainfrom
Spitfire1900:devcontainer-use-oldest-supported-versions

Conversation

@Spitfire1900
Copy link
Copy Markdown
Contributor

@Spitfire1900 Spitfire1900 commented Apr 19, 2026

What Changed

  • Use the oldest supported version of tools that are supported by t3, maximizing reproducibility and avoiding using features not supported by the latest version.
  • Trailing commas are not part of devcontainer.json schema, do not add them when running oxfmt
  • typescript.tsdk is a deprecated setting for VSCode

Why

UI Changes

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Low Risk
Low risk: changes are limited to local dev tooling/config (devcontainer, formatter, VS Code) and do not affect runtime application logic.

Overview
Updates the devcontainer setup by adding the git feature, pinning bun to 1.3.11, tightening the node version to 24.13.1, and switching python to 3.10 with installTools: false, plus an explicit feature install order.

Adjusts oxfmt to avoid trailing commas specifically in .devcontainer/devcontainer.json, and updates VS Code settings to use the non-deprecated js/ts.tsdk.path key.

Reviewed by Cursor Bugbot for commit 6810f79. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Update devcontainer tool versions and VS Code TypeScript SDK config key

  • Pins bun to 1.3.11, updates Node.js to 24.13.1 (drops nodeGypDependencies), and downgrades Python from 3.12 to 3.10 (disables installTools) in devcontainer.json
  • Adds the git feature with an explicit install order (git before bun) via overrideFeatureInstallOrder
  • Replaces typescript.tsdk with js/ts.tsdk.path in settings.json to align with the current VS Code TypeScript SDK config key
  • Adds a formatter override in .oxfmtrc.json to suppress trailing commas in devcontainer.json

Macroscope summarized 6810f79.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 19, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: f26b87fc-9781-49d3-a7bf-e7c79ae6dc04

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions github-actions bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:S 10-29 changed lines (additions + deletions). labels Apr 19, 2026
@macroscopeapp
Copy link
Copy Markdown
Contributor

macroscopeapp bot commented Apr 19, 2026

Approvability

Verdict: Approved

Development environment configuration updates only - pins versions in devcontainer.json, updates formatter overrides, and fixes a VS Code settings key. No runtime code or application behavior is affected.

You can customize Macroscope's approvability policy. Learn more.

@juliusmarminge juliusmarminge merged commit 57b59b5 into pingdotgg:main Apr 20, 2026
11 of 12 checks passed
aaditagrawal added a commit to aaditagrawal/t3code that referenced this pull request Apr 20, 2026
Upstream additions:
- fix(web): restore manual sort drag and keep per-group expand state (pingdotgg#2221)
- fix: Change right panel sheet to be below title bar / action bar (pingdotgg#2224)
- Refactor OpenCode lifecycle and structured output handling (pingdotgg#2218)
- effect-codex-app-server (pingdotgg#1942)
- Redesign model picker with favorites and search (pingdotgg#2153)
- fix(server): prevent probeClaudeCapabilities from wasting API requests (pingdotgg#2192)
- fix(server): handle OpenCode text response format in commit message gen (pingdotgg#2202)
- Devcontainer / IDE updates (pingdotgg#2208)
- Expand leading ~ in Codex home paths before exporting CODEX_HOME (pingdotgg#2210)
- fix(release): use v<semver> tag format for nightly releases (pingdotgg#2186)

Fork adaptations:
- Took upstream's redesigned model picker with favorites and search
- Removed deleted codexAppServerManager (replaced by effect-codex-app-server)
- Stubbed fetchCodexUsage (manager-based readout no longer available)
- Extended PROVIDER_ICON_BY_PROVIDER for all 8 fork providers
- Extended modelOptionsByProvider test fixtures for all 8 providers
- Inline ClaudeSlashCommand type (not yet re-exported from SDK)
- Updated SettingsPanels imports for new picker module structure
- Preserved fork's CI customizations (ubuntu-24.04 not Blacksmith)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants