-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: pingdotgg/t3code
base: v0.0.4
head repository: pingdotgg/t3code
compare: v0.0.5
- 9 commits
- 27 files changed
- 8 contributors
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f772720 - Browse repository at this point
Copy the full SHA f772720View commit details -
Handle prerelease tags in GitHub release publishing (#344)
* Handle prerelease tags when publishing GitHub releases - Derive `is_prerelease` and `make_latest` from the version format in preflight - Mark suffixed versions (for example `1.2.3-alpha.1`) as prereleases - Keep only plain `X.Y.Z` releases marked as latest - Document prerelease/latest behavior in `docs/release.md` * Force desktop auto-updates to stable latest channel - set Electron updater channel to `latest` - disable prerelease and downgrade updates regardless of app version
Configuration menu - View commit details
-
Copy full SHA for b74c7a7 - Browse repository at this point
Copy the full SHA b74c7a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b0527 - Browse repository at this point
Copy the full SHA 59b0527View commit details -
Enforce minimum Codex CLI version (≥0.37.0) before starting sessions (#…
…404) Add a pre-flight version check that runs `codex --version` and blocks session startup with a clear upgrade message when the installed CLI is below v0.37.0. The check runs both synchronously at session start (codexAppServerManager) and during provider health probes (ProviderHealth), so users get fast feedback in the UI. Introduces `codexCliVersion.ts` with semver parsing, comparison, and formatting helpers shared by both call sites.
Configuration menu - View commit details
-
Copy full SHA for c97c6b7 - Browse repository at this point
Copy the full SHA c97c6b7View commit details
Commits on Mar 8, 2026
-
Fix codex binary path setting having no effect (#493)
* refactor(contracts): export ProviderStartOptions schema * feat(contracts): add providerOptions to ThreadTurnStartCommand * feat(web): send codex binary/home path settings to server * feat(server): thread providerOptions through to session startup * fix(contracts): define ProviderStartOptions inline to avoid circular dep The import from provider.ts caused a ReferenceError at runtime because of module initialization order in the bundled output. * fix(server): preserve providerOptions across runtime mode changes and session recovery Runtime mode toggles and server restarts silently dropped the custom codex binary/home path, falling back to the default binary. Cache providerOptions per thread in ProviderCommandReactor and persist it in the session binding's runtimePayload so recovery can restore it. Closes #486
Configuration menu - View commit details
-
Copy full SHA for a7ec017 - Browse repository at this point
Copy the full SHA a7ec017View commit details -
Remove extra dot from working indicator (#481)
- Drop the redundant static bullet before the working status text in `MessagesTimeline` - Keep the animated dots indicator as the sole working-state visual cue
Configuration menu - View commit details
-
Copy full SHA for cba0f23 - Browse repository at this point
Copy the full SHA cba0f23View commit details -
Rename Open PR action label to View PR (#467)
- Update GitActionsControl quick/menu action text for existing pull requests - Align unavailable-state copy and tests with the new label
Configuration menu - View commit details
-
Copy full SHA for 40a7f4b - Browse repository at this point
Copy the full SHA 40a7f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57aa6bf - Browse repository at this point
Copy the full SHA 57aa6bfView commit details -
fix(web): use wss:// when page is served over HTTPS (#391)
When T3 Code web mode is accessed via HTTPS (e.g. through a reverse proxy or Tailscale Serve), the WebSocket connection must use wss:// instead of ws://. Browsers block mixed content — an insecure ws:// connection initiated from an HTTPS page. Fix: derive the WebSocket protocol from window.location.protocol. Co-authored-by: PatrickBauer <patrick@patrickbauer.dev>
Configuration menu - View commit details
-
Copy full SHA for 6271b98 - Browse repository at this point
Copy the full SHA 6271b98View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.4...v0.0.5