Releases: aGamingGod1234/v3code
Release list
V3 Code v0.0.25 orchestrator audit update
Summary
- Adds the new orchestrator system foundation, including contracts, agent harness package, server orchestration lifecycle/events, chat provider selection, in-chat orchestrated session lanes, and Settings > Orchestrator.
- Includes audit fixes for orchestrated runtime correctness and performance: deterministic lane/task activities, provider-change restarts, lane chunk coalescing, task failure cleanup, atomic settings persistence, and safer migrations.
- Ships the Windows x64 installer for the orchestrator audit branch.
Assets
V3-Code-0.0.25-v3.20260511.orchestrator-audit-x64.exeV3-Code-0.0.25-v3.20260511.orchestrator-audit-x64.exe.blockmaplatest.yml
Validation
bun fmtbun lintTURBO_DAEMON=false bun typecheck- focused server tests
apps/webproduction build- Windows x64 desktop artifact build
Note: this is an unsigned local Windows build, consistent with the current local release artifact flow.
T3 Code Nightly 0.0.26-nightly.20260511.160 (287af6b43001)
What's Changed
- [codex] Add orchestrator system and audit fixes by @aGamingGod1234 in #24
- [codex] Revert orchestrator audit merge by @aGamingGod1234 in #25
- feat: add orchestrated sessions by @aGamingGod1234 in #26
Full Changelog: v0.0.25-v3.20260511.orchestrator-audit...nightly-v0.0.26-nightly.20260511.160
V3 Code v0.0.25 GitHub OAuth/settings search update
Summary
- Fixes Settings > Git GitHub sign-in to use the OAuth redirect / desktop loopback flow.
- Adds highlighted settings search in the sidebar.
- Updates Codex-like appearance preview and Ctrl+Enter composer setting copy.
- Includes the Windows x64 installer built from
codex/ui-import-github-fallback-fixescommit1e12e979.
Assets
V3-Code-0.0.25-v3.20260507.settings-github-oauth-search-x64.exeV3-Code-0.0.25-v3.20260507.settings-github-oauth-search-x64.exe.blockmaplatest.yml
Validation
bun fmtbun lintbun typecheck- Windows x64 NSIS artifact build
V3 Code v0.0.25 UI/import/GitHub/fallback fixes
Changes
- Fixes boot/banner layout, Windows titlebar spacing, settings control consistency, and Codex neutral theme accents.
- Reworks chat import around provider-specific scans and safer parser gating.
- Fixes GitHub device-flow client-id handling without committing a real client id.
- Adds provider usage snapshots, conservative auto fallback, and Usage CSV message export.
- Fixes Cursor ACP Windows test spawning and improves ACP process-exit diagnostics.
Verification
- bun fmt
- bun fmt:check
- bun lint
- bun typecheck
- bun run test
Windows Installer
Attached: V3-Code-0.0.25-v3.20260506.ui-import-github-fallback-x64.exe.
V3 Code v0.0.25 auth security patch
Built from PR #22 (auth-rate-limit-and-ws-origin).
Security & operational fixes
- Bootstrap rate-limit (10 req/min/IP, 429 on excess)
- Audit log on owner-role denials
- WebSocket Upgrade same-origin defence
base64urlDecoderound-trip guard in GitHub OAuth envelopeturbo.json globalEnvextended so OAuth env vars actually reach child processes.env.examplewith full operator-facing env doc
Asset
V3-Code-0.0.25-x64.exe— Windows NSIS installer, x64, 115 MB
🤖 Generated with Claude Code
V3 Code v0.0.25 auth redirect patch
Patch release for the settings/auth/runtime update. Adds server-node /pair -> /login redirect so the public website uses Google OAuth only, includes rebuilt Windows installer/update metadata, and keeps the Mini PC deployment aligned with main commit d71936b.
V3 Code v0.0.25 settings/auth/runtime update
Updated systems
- Settings cleanup: unified scroll-safe tabs, removed duplicate GitHub sign-in, removed visible stub/Coming soon surfaces.
- OAuth repair: Google web login remains on /api/auth/google/authorize + /callback; GitHub now prefers account-scoped server OAuth with desktop Device Flow as local-only fallback.
- Runtime settings: Codex reasoning, approval policy, sandbox mode, network/workspace defaults, and plan mode flow into thread/session startup.
- Interface profiles: V3, Codex-like, Claude-like, Cursor-like, and Windsurf-like profile styling hooks.
- Control Center: /control route and responsive live chat/device admin surface.
- Windows release: rebuilt NSIS installer from commit 5f6aca6.
Assets
- V3-Code-0.0.25-x64.exe
- latest.yml
- V3-Code-0.0.25-x64.exe.blockmap
- builder-debug.yml
Verification
- bun fmt
- bun lint (0 errors; existing warnings remain)
- bun typecheck
- bun run test
- bun run build
- bun run build:desktop -- --force
- bun run dist:desktop:win
- bun run assert:active-tree
Note: release:smoke still fails on this Windows profile during Bun temp workspace symlinking, after Bun is placed on PATH. The installer build itself succeeds.
V3 Code v0.0.25 multi-agent cloud update
V3 Code multi-agent cloud update
- Adds the multi-chat workspace with single, left/right, up/down, and four-quarter layouts.
- Adds the Google OAuth login surface and cloud/server-node admin controls for live chats and devices.
- Deploys the Mini PC server-node web surface and fixes Windows cloud build portability.
- Rebuilds the Windows NSIS installer from this commit.
Verification:
- bun fmt
- bun lint
- bun typecheck
- bun run test
- bun run build
- bun run build:web-cloud
- bun run build:desktop
- bun run dist:desktop:win
- Browser DOM checks against https://v3.agaminggod.com/login and https://v3.agaminggod.com/app/admin
V3 Code v0.0.25
V3 Code v0.0.25
Windows x64 desktop release.
Highlights
- Added session-scoped local chat import for Codex and Claude transcripts with opaque transcript IDs, bounded scans, lazy previews, manual folder import, and scanned-root diagnostics.
- Added GitHub Device Flow sign-in through the Electron main process with secure local token storage and renderer-safe IPC.
- Added the folder-aware Home Composer for starting a run from a selected workspace.
- Added named themes, accent override, Appearance/Configuration/Personalization/Git settings panels, and stub tabs for upcoming areas.
- Added runtime spawn discovery for available shells/environments.
- Added stale outer-tree guard and pre-commit hook.
Installer
- Asset: V3-Code-0.0.25-x64.exe
- Build: Windows x64 NSIS installer
- Note: this local artifact is unsigned.
Verification
- bun fmt
- bun fmt:check
- bun lint (passes with existing warnings)
- bun typecheck
- bun run build
- focused Vitest suites for artifact builder, active-tree guard, chat import, and affected web flows
Known: the full bun run test suite is not green on this Windows machine because existing server tests depend on Unix-only tools/paths and platform-specific behavior.
T3 Code v0.0.24
What's Changed
- fix(v3): server-node setup wizard polish + dialog modal stacking + v0.0.23 by @aGamingGod1234 in #12
- Claude/frosty keller 347706 by @aGamingGod1234 in #11
- feat: full UX/audit pass — onboarding tour, chat import, settings polish by @aGamingGod1234 in #13
Full Changelog: v0.0.22...v0.0.24
What's Changed
- fix(v3): server-node setup wizard polish + dialog modal stacking + v0.0.23 by @aGamingGod1234 in #12
- Claude/frosty keller 347706 by @aGamingGod1234 in #11
- feat: full UX/audit pass — onboarding tour, chat import, settings polish by @aGamingGod1234 in #13
Full Changelog: v0.0.22...v0.0.24