Changelog

Every update, every fix, every new feature.

v0.5.0-beta.1 Beta April 25, 2026
"It Authenticates" + Binary Distribution

Full SaaS infrastructure. Real authentication, payment processing, and cross-platform binary releases.

  • newReal authentication with Supabase license validation
  • newCLI auth commands: lore auth login, status, logout
  • newLemon Squeezy payment integration with 3 subscription tiers
  • newWebhook handler for automatic license provisioning
  • newServer-side usage tracking per license tier
  • newGoReleaser + GitHub Actions for automated cross-platform builds
  • newBinaries for Windows, macOS, Linux (amd64 + arm64)
  • fixMonthly usage counters now auto-reset on month boundary
  • improvedAPI key moved from hardcoded config to Cloudflare encrypted secrets
  • improvedRemoved debug output from error messages
v0.4.0 Internal April 23, 2026
"It's Safe"

Complete safety layer: diff preview, rollback, self-check, and budget enforcement.

  • newDiff preview with visual line-by-line diffs before applying changes
  • newInteractive apply/preview/reject/teach options on every proposed change
  • newGit-based rollback with automatic snapshot commits
  • newlore history and lore rollback commands
  • newBudget hard caps with monthly enforcement and 80% warnings
  • newSelf-check: auto-runs build after applying changes, offers fix or undo on failure
  • newRobust JSON parser with character-walker for malformed model output
  • improvedCLI visual polish: ASCII cat logo, styled input box, color-coded token meter
v0.3.0 Internal April 22, 2026
"It Teaches"

Teach mode and learning document system with PDF export.

  • newTeach mode with 3 depth levels: brief, standard, deep
  • newAuto-saved learning docs in .lore/learnings/ with YAML front-matter
  • newPDF export with embedded fonts (Inter, JetBrains Mono), code blocks, TOC
  • newlore export-learning command (single or combined export)
  • fixShared CleanJSON utility for reliable parsing across all endpoints
v0.2.0 Internal April 22, 2026
"It Remembers"

The core wiki memory system. Project scanning, context loading, session compilation, and wiki commands.

  • newlore init: smart project scan with file structure analysis
  • newWiki context auto-loaded on REPL start (index + conventions + architecture)
  • newDynamic wikilink loading mid-session
  • newWiki compile on exit: conversation distilled into wiki updates
  • newWiki commands: /wiki status, search, read, lint
  • newStale page detection and wiki health indicators
v0.1.0 Internal April 21, 2026
"It Works"

First working prototype. CLI, proxy, and round-trip chat.

  • newCloudflare Worker API proxy deployed
  • newGo CLI with Cobra + Bubbletea + Lipgloss + Glamour
  • newInteractive REPL with chat, token meter, slash commands
  • newFull round-trip: CLI to proxy to OpenRouter to proxy to CLI
  • newSystem prompts for identity, teaching, wiki operations
  • newTOML config with environment variable support