Skip to content

Releases: arjun-vegeta/loopCode

v2.0.0 — Hybrid TUI, In-TUI Auth, Antigravity Proxy & Security Hardening

Choose a tag to compare

@arjun-vegeta arjun-vegeta released this 27 Jul 18:59

Highlights & Features

  • Transcript-First Inline TUI: Ink <Static> committed transcript rendering, multiline prompt composer, command palette (/), and modal overlays (Tasks, Verification, Budget, Sessions, Help, Proxy).
  • In-TUI Provider Authentication: API key entry with masked key display, OAuth loopback server (127.0.0.1), and token-gated web onboarding page.
  • Antigravity Proxy Integration: Local proxy daemon management (start, stop, health), opt-in risk consent tracking, and quota telemetry.
  • Sessions & Resume UX: Linked sessions.goal_id FK, non-throwing task lookup on resume(id), session filtering, and confirmed row deletion.
  • Security Hardening: Central event boundary redaction (EventBus.emit), DB persistence secret scrubbing, warning directories (~/Desktop, ~/Documents, ~/Downloads), and exact dependency pinning.
  • Correctness & Safety: Embedded DDL SCHEMA_SQL source of truth, BudgetExceededError (exit code 77), and automatic package manager command resolution.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:30
Release v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:25
Release v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:54
test(opencode): resolve mock leakage and test runner issues under Bun