Skip to content

V3 Code v0.0.25

Choose a tag to compare

@aGamingGod1234 aGamingGod1234 released this 29 Apr 06:52
· 27 commits to main since this release

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.