Skip to content

Releases: aGamingGod1234/v3code

V3 Code v0.0.25 orchestrator audit update

Choose a tag to compare

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.exe
  • V3-Code-0.0.25-v3.20260511.orchestrator-audit-x64.exe.blockmap
  • latest.yml

Validation

  • bun fmt
  • bun lint
  • TURBO_DAEMON=false bun typecheck
  • focused server tests
  • apps/web production 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)

Choose a tag to compare

What's Changed

Full Changelog: v0.0.25-v3.20260511.orchestrator-audit...nightly-v0.0.26-nightly.20260511.160

V3 Code v0.0.25 UI/import/GitHub/fallback fixes

Choose a tag to compare

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

Choose a tag to compare

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
  • base64urlDecode round-trip guard in GitHub OAuth envelope
  • turbo.json globalEnv extended so OAuth env vars actually reach child processes
  • .env.example with 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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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:

V3 Code v0.0.25

Choose a tag to compare

@aGamingGod1234 aGamingGod1234 released this 29 Apr 06:52

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

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:37

What's Changed

Full Changelog: v0.0.22...v0.0.24

What's Changed

Full Changelog: v0.0.22...v0.0.24