Skip to content

v0.2.4

Choose a tag to compare

@quickbeard quickbeard released this 11 May 07:11
· 172 commits to main since this release
61e578d

Upgrades

  • Add Codex (PR #57)
  • Add log exporter (PR #58)
  • Supabase integration (PR #65)
  • Reuse existing API key across installs (PR #66)
  • Upload with agents (PR #69)
  • Make SSO login mandatory in install flow (PR #75)
  • Keep CoDev config fresh across login and upload (PR #76)
  • Add "Skip configuration" auth option to install flow (PR #78)

Fixes

  • Add exceptions for empty API key return (PR #56)
  • Fix bun sqlite bug (PR #63)
  • Fetch Supabase config from codev-proxy (PR #70)
  • Drop better-sqlite3 in favor of built-in node:sqlite (PR #71)