V3 Code v0.0.25 settings/auth/runtime update
·
25 commits
to main
since this release
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.