Skip to content

v0.1.7

Latest

Choose a tag to compare

@yashdev9274 yashdev9274 released this 19 Jun 06:57
· 5 commits to main since this release
548335a

Docs

  • README rewritten with new branding ("AI-Powered SWE Agent"), updated app/package table, Terminal Stack architecture section, and new badges (Next.js 16, License).
  • CONTRIBUTING rewritten from scratch: Bun-first setup, both database setup steps (dashboard + terminal CLI), expanded project tree, full command reference, code style guidelines, CLI pattern doc, DB migration workflows.
  • Config documentation updated with production URL guidance for OAuth setup — thanks @aviisharma238 (https://github.com/aviisharma238)!

CLI / TUI

  • Phosphor CRT terminal theme — green phosphor on black, amber accent for cursor/badges, green glow highlights. New pixelWordmark() renders "SUPERCODE" as ASCII pixel art.
  • Main screen redesigned with sectionHeader, cardStack, rowCard, keyValue, statusBar utilities — centered pixel wordmark, system HUD panel, command card stack, and a footer status bar.
  • Chat startup overhauled: pixel wordmark header, status bar with mode/model info, /model / /help / Tab quick-start row.
  • Framed "goodbye" message on exit instead of a single line.
  • Animated thinking spinner with live tool call and reasoning updates (existing, refined).
  • 1,048 insertions across 7 files — the TUI is now the primary surface identity.