Ping.gg Release Notes

Last updated: Apr 28, 2026

Get this feed:

Ping.gg Products

All Ping.gg Release Notes (36)

  • Apr 27, 2026
    • Date parsed from source:
      Apr 27, 2026
    • First seen by Releasebot:
      Apr 28, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.22-nightly.20260427.140 (dbebc387dd45)

    T3code fixes stale WebSocket lifecycle events after reconnect.

    What's Changed

    • Ignore stale WebSocket lifecycle events after reconnect by @juliusmarminge in #2372

    Full Changelog: v0.0.22-nightly.20260427.135...v0.0.22-nightly.20260427.140

    Original source
  • Apr 27, 2026
    • Date parsed from source:
      Apr 27, 2026
    • First seen by Releasebot:
      Apr 27, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.22-nightly.20260427.135 (5cf83ffe8f9d)

    T3code fixes smoke manifest merge to use the configured Node in this nightly release.

    What's Changed

    fix(release): use configured node for smoke manifest merge by @juliusmarminge in #2364

    Full Changelog: v0.0.22-nightly.20260423.108...v0.0.22-nightly.20260427.135

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Ping.gg and hundreds of other software products.

    Create account
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 24, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.22-nightly.20260423.108 (ada410bccff1)

    T3code adds a task sidebar auto-open setting.

    What's Changed

    Add task sidebar auto-open setting by @justsomelegs in #2314

    Full Changelog: v0.0.21-nightly.20260423.105...v0.0.22-nightly.20260423.108

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 24, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code v0.0.21

    T3code releases a broad update with new provider support, a redesigned model picker with favorites and search, and smoother terminal and session handling. It also adds Claude Opus 4.5, improves release workflows, and ships several Windows, web, and server fixes.

    What's Changed

    • try out blacksmith for releases by @juliusmarminge in #2101
    • Revert to Github Runner for Windows by @juliusmarminge in #2103
    • fix(server): honor gitignored files in workspace search by @nmharmon8 in #2078
    • Adopt Node-native TypeScript for desktop and server by @juliusmarminge in #2098
    • Update workflow to use ubuntu-24.04 runner by @juliusmarminge in #2110
    • Show thread status in command palette by @Noojuno in #2107
    • Fix Windows PATH hydration and repair by @Badbird5907 in #1729
    • Clean up invalid pending approval projections by @juliusmarminge in #2106
    • Modernize release workflow runners by @juliusmarminge in #2129
    • Extract backend startup readiness coordination by @juliusmarminge in #2133
    • Preserve provider bindings when stopping sessions by @HaukeSchnau in #2125
    • Throttle nightly release workflow to every 3 hours by @juliusmarminge in #2134
    • fix(web): bypass xterm for global terminal shortcuts by @AriajSarkar in #1580
    • feat: add opencode provider support by @nexxeln in #1758
    • fix: show restore defaults only on General settings by @UtkarshUsername in #1710
    • fix(web): allow deleting non-empty projects from the warning toast by @maria-rcks in #1264
    • Add Claude Opus 4.5 to built-in Claude models by @juliusmarminge in #2143
    • fix(web): use capture-phase keydown listener so CTRL+J toggles terminal from terminal focus on Windows (#2113) by @mvanhorn in #2142
    • Add ACP support with Cursor provider by @juliusmarminge in #1355
    • Guard release workflow jobs from upstream failures by @juliusmarminge in #2146
    • Guard release workflow jobs on upstream success by @juliusmarminge in #2147
    • Use GitHub App token for release uploads by @juliusmarminge in #2149
    • fix(release): use v tag format for nightly releases by @EfeDurmaz16 in #2186
    • Expand leading ~ in Codex home paths before exporting CODEX_HOME by @altjx in #2210
    • Devcontainer / IDE updates by @Spitfire1900 in #2208
    • fix(server): handle OpenCode text response format in commit message g… by @imabdulazeez in #2202
    • fix(server): prevent probeClaudeCapabilities from wasting API requests by @reasv in #2192
    • Redesign model picker with favorites and search by @Chrono-byte in #2153
    • effect-codex-app-server by @juliusmarminge in #1942
    • Refactor OpenCode lifecycle and structured output handling by @juliusmarminge in #2218
    • fix: Change right panel sheet to be below title bar / action bar by @CodeZeno in #2224
    • fix(web): restore manual sort drag and keep per-group expand state by @mwolson in #2221
    • chore(turbo): pass through PATHEXT by @adammansfield in #2184
    • fix(server): trim OpenCode provider model names by @adinschmidt in #2252
    • fix: enforce opencode >= 1.14.19 and reveal window on Wayland by @mwolson in #2262
    • Add close buttons to toasts by @noxire-dev in #2023
    • Refresh Codex protocol bindings to be75785504ff152fa6333e380a2d50642f42fba0 by @juliusmarminge in #2276
    • fix: increase Claude auth probe timeout to 10s by @Heinz-G in #2272
    • Fix provider cache atomic write temp path collisions by @juliusmarminge in #2291
    • fix(server): restore CODEX_HOME tilde expansion for Codex launches by @HaukeSchnau in #2255
    • Add IntelliJ project icon to the list of possible favicon paths by @basmilius in #1651
    • fix(server): detect localized Windows command errors by @raulpesilva in #2152
    • Refactor provider model selections to option arrays by @juliusmarminge in #2246
    • Exclude subscribe RPCs from latency tracking by @juliusmarminge in #2313
    • fix(request-permission): add dynamic_tool_call to command request by @th1m0 in #2311
    • fix(web): ignore stale runtime projection snapshots by @Pedro-Revez-Silva in #2301
    • Fix Claude session cwd resume drift by @juliusmarminge in #2292

    New Contributors

    • @nmharmon8 made their first contribution in #2078
    • @HaukeSchnau made their first contribution in #2125
    • @AriajSarkar made their first contribution in #1580
    • @nexxeln made their first contribution in #1758
    • @mvanhorn made their first contribution in #2142
    • @EfeDurmaz16 made their first contribution in #2186
    • @altjx made their first contribution in #2210
    • @imabdulazeez made their first contribution in #2202
    • @reasv made their first contribution in #2192
    • @adinschmidt made their first contribution in #2252
    • @Heinz-G made their first contribution in #2272
    • @basmilius made their first contribution in #1651
    • @raulpesilva made their first contribution in #2152
    • @th1m0 made their first contribution in #2311
    • @Pedro-Revez-Silva made their first contribution in #2301

    Full Changelog: v0.0.20...v0.0.21

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 24, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260423.105 (188df6da074b)

    T3code fixes request-permission and web bugs, plus Claude session cwd resume drift in this nightly release.

    What's Changed

    • fix(request-permission): add dynamic_tool_call to command request by @th1m0 in #2311
    • fix(web): ignore stale runtime projection snapshots by @Pedro-Revez-Silva in #2301
    • Fix Claude session cwd resume drift by @juliusmarminge in #2292

    New Contributors

    • @th1m0 made their first contribution in #2311
    • @Pedro-Revez-Silva made their first contribution in #2301

    Full Changelog: v0.0.21-nightly.20260423.104...v0.0.21-nightly.20260423.105

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 24, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260423.104 (d5b7690f9550)

    T3code refactors provider model selections into option arrays and excludes subscribe RPCs from latency tracking.

    What's Changed

    • Refactor provider model selections to option arrays by @juliusmarminge in #2246
    • Exclude subscribe RPCs from latency tracking by @juliusmarminge in #2313

    Full Changelog: v0.0.21-nightly.20260423.101...v0.0.21-nightly.20260423.104

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 23, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260423.101 (b0b7b38da1dc)

    T3code fixes cache writes and Windows launch issues while restoring CODEX_HOME expansion and adding IntelliJ favicon support.

    What's Changed

    • Fix provider cache atomic write temp path collisions by @juliusmarminge in #2291
    • fix(server): restore CODEX_HOME tilde expansion for Codex launches by @HaukeSchnau in #2255
    • Add IntelliJ project icon to the list of possible favicon paths by @basmilius in #1651
    • fix(server): detect localized Windows command errors by @raulpesilva in #2152

    New Contributors

    • @basmilius made their first contribution in #1651
    • @raulpesilva made their first contribution in #2152

    Full Changelog: v0.0.21-nightly.20260422.92...v0.0.21-nightly.20260423.101

    Original source
  • Apr 22, 2026
    • Date parsed from source:
      Apr 22, 2026
    • First seen by Releasebot:
      Apr 22, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260422.92 (b8305afa2930)

    T3code refreshes Codex protocol bindings and increases Claude auth probe timeout in its latest nightly update.

    What's Changed

    • Refresh Codex protocol bindings to be75785504ff152fa6333e380a2d50642f42fba0 by @juliusmarminge in #2276
    • fix: increase Claude auth probe timeout to 10s by @Heinz-G in #2272

    New Contributors

    • @Heinz-G made their first contribution in #2272

    Full Changelog: v0.0.21-nightly.20260421.88...v0.0.21-nightly.20260422.92

    Original source
  • Apr 21, 2026
    • Date parsed from source:
      Apr 21, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260421.88 (3a1daa87ac10)

    T3code fixes Wayland window behavior, adds toast close buttons, and enforces opencode 1.14.19 or newer.

    What's Changed

    fix: enforce opencode >= 1.14.19 and reveal window on Wayland by @mwolson in #2262

    Add close buttons to toasts by @noxire-dev in #2023

    Full Changelog: v0.0.21-nightly.20260421.84...v0.0.21-nightly.20260421.88

    Original source
  • Apr 21, 2026
    • Date parsed from source:
      Apr 21, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260421.84 (40b3a8003474)

    T3code fixes server model name trimming for OpenCode provider.

    What's Changed

    fix(server): trim OpenCode provider model names by @adinschmidt in #2252

    New Contributors

    @adinschmidt made their first contribution in #2252

    Full Changelog: v0.0.21-nightly.20260420.77...v0.0.21-nightly.20260421.84

    Original source
  • Apr 20, 2026
    • Date parsed from source:
      Apr 20, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260420.77 (f6978db60553)

    T3code ships a nightly update with OpenCode lifecycle and structured output handling refactors plus web and panel fixes.

    What's Changed

    • effect-codex-app-server by @juliusmarminge in #1942
    • Refactor OpenCode lifecycle and structured output handling by @juliusmarminge in #2218
    • fix: Change right panel sheet to be below title bar / action bar by @CodeZeno in #2224
    • fix(web): restore manual sort drag and keep per-group expand state by @mwolson in #2221
    • chore(turbo): pass through PATHEXT by @adammansfield in #2184

    Full Changelog: v0.0.21-nightly.20260420.75...v0.0.21-nightly.20260420.77

    Original source
  • Apr 20, 2026
    • Date parsed from source:
      Apr 20, 2026
    • First seen by Releasebot:
      Apr 20, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260420.75 (66c326b8c424)

    T3code releases a nightly update with Codex home path handling, devcontainer and IDE improvements, server fixes for commit message text responses and capability probing, plus a redesigned model picker with favorites and search.

    What's Changed

    • Expand leading ~ in Codex home paths before exporting CODEX_HOME by @altjx in #2210
    • Devcontainer / IDE updates by @Spitfire1900 in #2208
    • fix(server): handle OpenCode text response format in commit message g… by @imabdulazeez in #2202
    • fix(server): prevent probeClaudeCapabilities from wasting API requests by @reasv in #2192
    • Redesign model picker with favorites and search by @Chrono-byte in #2153

    New Contributors

    • @altjx made their first contribution in #2210
    • @imabdulazeez made their first contribution in #2202
    • @reasv made their first contribution in #2192

    Full Changelog: v0.0.21-nightly.20260419.73...v0.0.21-nightly.20260420.75

    Original source
  • Apr 19, 2026
    • Date parsed from source:
      Apr 19, 2026
    • First seen by Releasebot:
      Apr 20, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260419.73 (c83bc5d48a2b)

    T3code fixes nightly release v tag formatting for clearer changelogs.

    What's Changed

    • fix(release): use v tag format for nightly releases by @EfeDurmaz16 in #2186

    New Contributors

    • @EfeDurmaz16 made their first contribution in #2186

    Full Changelog

    nightly-v0.0.21-nightly.20260417.58...v0.0.21-nightly.20260419.73

    Original source
  • Apr 18, 2026
    • Date parsed from source:
      Apr 18, 2026
    • First seen by Releasebot:
      Apr 22, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260417.58 (9df3c640210f)

    T3code ships web fixes and workflow updates, adds Claude Opus 4.5 to built-in Claude models, introduces ACP support with Cursor provider, and improves terminal keyboard handling on Windows.

    What's Changed

    • fix(web): allow deleting non-empty projects from the warning toast by @maria-rcks in #1264
    • Add Claude Opus 4.5 to built-in Claude models by @juliusmarminge in #2143
    • fix(web): use capture-phase keydown listener so CTRL+J toggles terminal from terminal focus on Windows (#2113) by @mvanhorn in #2142
    • Add ACP support with Cursor provider by @juliusmarminge in #1355
    • Guard release workflow jobs from upstream failures by @juliusmarminge in #2146
    • Guard release workflow jobs on upstream success by @juliusmarminge in #2147
    • Use GitHub App token for release uploads by @juliusmarminge in #2149

    New Contributors

    • @mvanhorn made their first contribution in #2142

    Full Changelog: nightly-v0.0.21-nightly.20260417.55...nightly-v0.0.21-nightly.20260417.58

    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 22, 2026
    Ping.gg logo

    T3code by Ping.gg

    T3 Code Nightly 0.0.21-nightly.20260417.55 (60387f67e99d)

    T3code releases a nightly update with Claude Opus 4.7 in built-in models, configurable project grouping, opencode provider support, and several web, server, and Windows fixes. It also improves session handling, workspace search, and release workflows.

    What's Changed

    • feat: add Claude Opus 4.7 to built-in models by @Marve10s in #2072
    • fix(web): prevent composer controls overlap on narrow windows (make plan sidebar responsive) by @UtkarshUsername in #1198
    • fix(server): drop stale text generation options when resetting text-gen model selection by @UtkarshUsername in #2076
    • feat: configurable project grouping by @tlh38 in #2055
    • Fix Claude Process leak[MEMORY INTENSIVE], archiving, and stale claude session monitoring. by @crafael23 in #2042
    • fix(server): extend negative repository identity cache ttl by @m-mohamed in #2083
    • Build for Windows ARM by @Badbird5907 in #2080
    • [codex] Fix Windows release manifest publishing by @juliusmarminge in #2095
    • fix: guard against missing sidebarProjectGroupingOverrides in client settings by @juliusmarminge in #2099
    • ci(release): install deps before finalize version bump by @juliusmarminge in #2100
    • try out blacksmith for releases by @juliusmarminge in #2101
    • Revert to Github Runner for Windows by @juliusmarminge in #2103
    • fix(server): honor gitignored files in workspace search by @nmharmon8 in #2078
    • Adopt Node-native TypeScript for desktop and server by @juliusmarminge in #2098
    • Update workflow to use ubuntu-24.04 runner by @juliusmarminge in #2110
    • Show thread status in command palette by @Noojuno in #2107
    • Fix Windows PATH hydration and repair by @Badbird5907 in #1729
    • Clean up invalid pending approval projections by @juliusmarminge in #2106
    • Modernize release workflow runners by @juliusmarminge in #2129
    • Extract backend startup readiness coordination by @juliusmarminge in #2133
    • Preserve provider bindings when stopping sessions by @HaukeSchnau in #2125
    • Throttle nightly release workflow to every 3 hours by @juliusmarminge in #2134
    • fix(web): bypass xterm for global terminal shortcuts by @AriajSarkar in #1580
    • feat: add opencode provider support by @nexxeln in #1758
    • fix: show restore defaults only on General settings by @UtkarshUsername in #1710

    New Contributors

    • @tlh38 made their first contribution in #2055
    • @crafael23 made their first contribution in #2042
    • @m-mohamed made their first contribution in #2083
    • @Badbird5907 made their first contribution in #2080
    • @nmharmon8 made their first contribution in #2078
    • @HaukeSchnau made their first contribution in #2125
    • @AriajSarkar made their first contribution in #1580
    • @nexxeln made their first contribution in #1758

    Full Changelog: nightly-v0.0.18-nightly.20260416.46...nightly-v0.0.21-nightly.20260417.55

    Original source

Related vendors