Releases: munimtechnologies/mtcode
Release list
MT Code 0.0.93
What's changed
- fix(web): size the Android fold model from the inner display (pingdotgg#13574)
- fix(clients): a preview app no longer knocks the desktop's own server offline (pingdotgg#13577)
- fix(web): keep nested task states out of parent bullets (pingdotgg#11477)
- feat(release): ship a Linux .deb that updates itself (pingdotgg#13575)
- perf(desktop): cache compiled JavaScript between launches (pingdotgg#13501)
- fix(dev): one t3.json setup action that works on every OS (pingdotgg#13589)
- fix(web): new worktree threads no longer say "checkout" during setup (pingdotgg#13590)
- fix(desktop):
t3 appkeeps working after a second desktop app quits (pingdotgg#13585) - fix(usage): price Claude fast-mode requests at the fast rate (pingdotgg#13599)
- fix: update OpenAI logo to current brand asset (pingdotgg#13611)
- fix(mobile): render assigned project icons in chat list (pingdotgg#12810)
- feat(usage): read cursor, opencode, and antigravity history (pingdotgg#10409)
- chore: snapshot download counts for 2026-09-25
- fix(sqlite): retry failed statement preparations (pingdotgg#10584)
- fix(mobile): scale Android controls with appearance text size (pingdotgg#13356)
- fix(web): return focus to the composer after saving a citation note (pingdotgg#13450)
- feat(observability): honor the standard OTLP endpoint, headers, and protocol variables (pingdotgg#13492)
- fix(terminal): settling a thread closes its idle shells (pingdotgg#13673)
- fix(server): load Cursor keyring with createRequire (pingdotgg#13678)
- perf(server): avoid rereading unchanged files in review previews (pingdotgg#13395)
- feat(desktop): honor the standard OTLP variables in the main process and WSL backends (pingdotgg#13641)
- fix(web): restore compact provider instance badges (pingdotgg#13700)
- merge: reconcile T3 Code updates with MT integrations
- merge: sync current T3 Code and validate MT release integration
- test(relay): provide environment links in activity route fixture
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: d6f2799980
MT Code 0.0.92
What's changed
- feat(mobile): capture Live Activities and agent notifications in showcase screenshots (pingdotgg#13316)
- feat(mobile): manage environment and provider updates (pingdotgg#13302)
- fix(ci): shard release tests like pull request CI (pingdotgg#13321)
- fix(web): show previous worktree branch on second line (pingdotgg#13314)
- fix(providers): restore compatibility ranges for every harness (pingdotgg#13328)
- fix(preview): use the visible browser for new agent sessions (pingdotgg#13064)
- fix(server): stop replaying old agent alerts on restart (pingdotgg#13340)
- fix(web): use a brain icon for the effort dropdown (pingdotgg#13309)
- fix(desktop): SnapShot shortcut helper no longer adds a Dock icon on macOS (pingdotgg#13286)
- fix(web): composer chip rings no longer clip at the editor edge (pingdotgg#13301)
- fix(web): switches announce their real state to screen readers (pingdotgg#11580)
- fix(shared): preserve final quoted empty CSV records (pingdotgg#11425)
- feat(web): add an interactive 3D device workspace (pingdotgg#12787)
- chore: add scratchyone to vouched list (pingdotgg#13353)
- feat(observability): honor the OpenTelemetry kill switch (pingdotgg#13355)
- fix(server): preserve racy edits in review diff previews (pingdotgg#12613)
- fix(web): show repository names on linked pull requests (pingdotgg#13061)
- lint/unknown and static (pingdotgg#13366)
- fix(web): web colors come from theme tokens (pingdotgg#13371)
- fix(web): appearance classes use theme tokens and scale values (pingdotgg#13397)
- merge origin/main: sync 20 upstream commits (f26ee08)
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: 2e90f52300
MT Code 0.0.91
What's changed
- fix(web): keep the shipped MT Code icon when the sky has nothing to show
- fix(fleet): force-stop leftover app processes after a soft quit
- chore: snapshot download counts for 2026-09-24
- fix(desktop): keep the renderer alive through the Clerk OAuth callback
- fix(fleet): find the installed app exe on Windows PowerShell 5.1
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: d6feeee4e8
MT Code 0.0.90
What's changed
- refactor(mobile): git sheets use uniwind platform variants instead of className ternaries (pingdotgg#13185)
- refactor(mobile): remaining className platform ternaries become class variants (pingdotgg#13188)
- fix(web): align provider emails without clipping (pingdotgg#13174)
- perf(mobile): recycle the default v2 home list and scope the snooze minute tick (pingdotgg#13149)
- refactor(mobile): retire the legacy grouped thread list (pingdotgg#13183)
- fix(server): background PR checks spend less GitHub quota (pingdotgg#13189)
- fix(server): background PR sync reads summaries in batches (pingdotgg#13198)
- fix(server): GitHub PR lookups stop probing owner-qualified heads (pingdotgg#13200)
- chore(mobile): clear the legacy-list deletion fallout (pingdotgg#13203)
- hatch/variant functions (pingdotgg#13191)
- refactor(web): context chips render through one ContextChip component (pingdotgg#13192)
- refactor(web): ui components drop their secondary className props (pingdotgg#13193)
- refactor(web): menu triggers and items stop restyling ui/menu (pingdotgg#13205)
- refactor(web): field controls stop restyling Input, Select, Combobox and Command (pingdotgg#13206)
- refactor(web): app code stops restyling sidebar, popover, table and misc ui exports (pingdotgg#13207)
- refactor(web): Button consumers outside the composer stop restyling it (pingdotgg#13208)
- refactor(web): composer controls own their look instead of restyling ui components (pingdotgg#13209)
- chore(web): no-restyle fails lint, and the ceiling gate goes (pingdotgg#13210)
- fix(mobile): recover from screen render errors (pingdotgg#13197)
- feat(web): navigate back and forward with mod+[ and mod+] (pingdotgg#13212)
- fix(web): sort title matches by recent activity (pingdotgg#13219)
- test(desktop): remove redundant keyring module-load test (pingdotgg#13220)
- chore(mobile): bump app version to 1.3.1
- chore: snapshot download counts for 2026-09-23
- merge: sync latest T3 Code and preserve MT integrations
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: 48c037c8f2
MT Code 0.0.89
What's changed
- refactor(web): mark the current menu value with MenuRadioGroup (pingdotgg#13022)
- refactor(web): add an active prop to CommandItem (pingdotgg#13023)
- chore(lint): exempt CollapsibleTrigger from no-restyle (pingdotgg#13024)
- refactor(web): use icon-xs where icon buttons were forced to size-6 (pingdotgg#13025)
- refactor(web): add radius="none" to ScrollArea (pingdotgg#13026)
- refactor(web): add font="mono" to Input (pingdotgg#13027)
- refactor(web): add SidebarInput (pingdotgg#13028)
- refactor(web): add a label variant to Badge (pingdotgg#13029)
- refactor(web): give Skeleton three shapes (pingdotgg#13030)
- refactor(web): one wrap width for tooltips, plus a code variant (pingdotgg#13031)
- refactor(web): one vertical rhythm for dialog bodies (pingdotgg#13032)
- refactor(web): ghost-muted icons follow the text; add ghost-destructive (pingdotgg#13033)
- refactor(web): InlineButton underlines on hover and takes a tone (pingdotgg#13034)
- refactor(web): one minimum width for menus, three widths for popovers (pingdotgg#13035)
- refactor(web): every textarea caps its growth; the diff comment box is a Textarea (pingdotgg#13036)
- refactor(web): stacked sidebar groups share one inset (pingdotgg#13037)
- refactor(web): Collapsible stays a plain container (pingdotgg#13038)
- refactor(web): show more / show less are ordinary sidebar sub-rows (pingdotgg#13039)
- refactor(web): Empty has three sizes (pingdotgg#13040)
- refactor(web): one row height for select, combobox and radio items (pingdotgg#13041)
- refactor(web): render menu and popover triggers through Button (pingdotgg#13042)
- refactor(web): sidebar alerts use the standard variants; one keycap (pingdotgg#13043)
- fix(server): bypass owned caches on explicit provider refresh (pingdotgg#13109)
- chore(devices): bump agent-device to 0.21.12 (pingdotgg#13124)
- merge origin/main: sync 52 upstream commits (d7819c1)
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: fdc88617a3
MT Code 0.0.88
What's changed
- chore: snapshot download counts for 2026-09-21
- chore: snapshot download counts for 2026-09-22
- Desktop control: munim-computer-use 0.4.3
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: 0b2abc5235
MT Code 0.0.87
What's changed
- fix(web): route keyboard submit through the primary worktree action (pingdotgg#12526)
- fix(web): skip image inline chip when composer is empty (pingdotgg#12528)
- fix(web): only show notice details when text is clipped (pingdotgg#12760)
- fix(devices): recover simulator streams after failures (pingdotgg#12639)
- chore(server): bump device tooling versions (pingdotgg#12809)
- fix: allow more attachments without raising the image payload budget (pingdotgg#12620)
- fix(web): device Reconnect starts one stream instead of two (pingdotgg#12808)
- fix(server): tolerate shutting down an iOS simulator that is already off (pingdotgg#12807)
- feat(web): use the linked pull request row layout on the pull requests page (pingdotgg#12536)
- fix(clients): keep backslashes in copied Codex citations (pingdotgg#12243)
- feat(web): truncate branch names and paths in the middle (pingdotgg#12805)
- fix(web): paste markdown with inline code inside bold, italic, or strikethrough (pingdotgg#12290)
- feat(web): show the pull request refresh spinning in the detail header (pingdotgg#12833)
- fix(web): dismiss composer suggestions with Escape (pingdotgg#12836)
- fix(mobile): keep the source worktree when starting a thread on a branch (pingdotgg#12623)
- fix(web): keep composer controls visible while they fit (pingdotgg#12837)
- feat(devices): show installed and running tool versions per host (pingdotgg#12816)
- feat(devices): show automatic update progress and host retry (pingdotgg#12817)
- feat(devices): add read-only update discovery and remote ownership (pingdotgg#12818)
- fix(devices): safely reclaim obsolete managed tool versions (pingdotgg#12819)
- fix(web): match thread notification icons to sidebar status (pingdotgg#12806)
- fix(web): move sidebar shelves as one block (pingdotgg#11772)
- fix(web): offer undo after unpinning a thread (pingdotgg#10744)
- feat(web): undo settle, snooze and archive, with a mod+z shortcut (pingdotgg#12848)
- merge origin/main: sync upstream (41 commits)
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: f9366f1801
MT Code 0.0.86
What's changed
- Sidebar: drop the conversation-import button from the thread header
- Publish: ship the Windows update feed, and fail if a feed is missing
- Add personal-mt-usage.sh: estimate running installs from feed poll rate
- Count app downloads, not updater polls, in the README badge
- Docs: drop three rows upstream now ships, lead with what changes the app
- Badge how many installs are running, alongside total and monthly downloads
- Docs: record that the download total is a floor
- Count updates: put the feed behind a Worker, not GitHub's blind counter
- Name the badges Total Downloads, Monthly Downloads, Daily Active Users
- Move the update feed to updates.mtcode.munimtech.com
- Lead the badges with Daily Active Users
- Drop the tilde from the Daily Active Users badge
- chore: snapshot download counts for 2026-09-20
- feat(voice): talk to the selected agent through your ChatGPT account
- feat(voice): voice now answers out loud, in a panel built for a call
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: a23d17dbdc
MT Code 0.0.85
What's changed
- Sidebar: drop the Plugins shortcut, keep it in Settings
- Sidebar: drop the conversation-import button from the thread header
- Publish: ship the Windows update feed, and fail if a feed is missing
- Add personal-mt-usage.sh: estimate running installs from feed poll rate
- Count app downloads, not updater polls, in the README badge
- Docs: drop three rows upstream now ships, lead with what changes the app
- Badge how many installs are running, alongside total and monthly downloads
- Docs: record that the download total is a floor
- Count updates: put the feed behind a Worker, not GitHub's blind counter
- Name the badges Total Downloads, Monthly Downloads, Daily Active Users
- Move the update feed to updates.mtcode.munimtech.com
- Lead the badges with Daily Active Users
- Drop the tilde from the Daily Active Users badge
- chore: snapshot download counts for 2026-09-20
- feat(voice): talk to the selected agent through your ChatGPT account
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: d71cd277fb
MT Code 0.0.84
What's changed
- fix(web): give every icon the tile's own glass edge
- fix(web): keep the sky clear of the mark's outline
- fix(web): measure the glass edge around the whole rim
- fix(web): keep the tile's own glass edge on every icon
- fix(web): repaint under the glass edge instead of over it
- Themes: lead the library with MT Code
- Merge remote-tracking branch 'origin/main'
- fix(web): map the tile's brightness straight, lift the mark clear of the sky
- fix(web): let the sky use its whole range again
- fix(web): give day's clouds their layers back, and hide its stars properly
- chore(artwork): add the icon sheets from the day and edge passes
- Themes: take MT Code's dark half from the palette you tuned
- Sidebar sky: make "Use my location" work, and ship it on
- Docs: the rows this fork grew
- Sidebar sky: don't hang the location fallback on one free tier
MT Code — public build from munimtechnologies/mtcode@main.
- App ID:
com.munim.mtcode - Downloads: https://munimtech.com/mt-code
- Updates come from this repository (not pingdotgg/t3code)
Commit: 1a50f1af91