Skip to content

Releases: quickbeard/codev-hub

v0.3.15

Choose a tag to compare

@quickbeard quickbeard released this 06 Jul 07:02
5d27743

Upgrades

Fixes

  • Logs upload error: incorrect path on Windows (PR #166, #169, #182)

v0.3.7

Choose a tag to compare

@quickbeard quickbeard released this 13 Jun 03:51
ed6d81a

Upgrades

  • Integrate CodeGraph (PR #152)
  • Add the configuration logs (PR #160, #161)

v0.3.6

Choose a tag to compare

@quickbeard quickbeard released this 09 Jun 01:20
260b5df

Upgrades

  • Disable Claude Code VS Code extension login prompt on configure (PR #143)
  • Add manual paste-back channel to SSO login (PR #144, #145, #146, #147, #148, #150)

Fixes

  • Recover Claude Code's missing native binary at install and run time (PR #149)

v0.3.4

Choose a tag to compare

@quickbeard quickbeard released this 30 May 12:37
21349aa

Upgrades

  • Advance codev install with surviving tools on partial install failure (PR #126)
  • Add codev config command to point existing tools at the gateway (PR #131)
  • Install Claude Code from the stable npm dist-tag (PR #136)
  • Let users pick a custom proxy URL during install and config (PR #137)

Fixes

  • JetBrains extension auto-install (PR #125)

v0.3.0

Choose a tag to compare

@quickbeard quickbeard released this 26 May 13:45
5f15b89

Upgrades

  • Add codev login subcommand (PR #118)
  • Add Continue extension as a configurable tool (PR #119)
  • Add Claude Code extension (VS Code + JetBrains) as a configurable tool (PR #122)

v0.2.12

Choose a tag to compare

@quickbeard quickbeard released this 25 May 07:27
db43490

Upgrades

  • Add codev restore [agent] subcommand (PR #113)

Fixes

  • Minor bug fixes

v0.2.11

Choose a tag to compare

@quickbeard quickbeard released this 25 May 03:19
a2709e5

Upgrades

  • Add codev remove to revert to pre-CoDev state (PR #102)
  • Choose model from gateway during codev install (PR #105)
  • Configure all fetched models into AI tool configs (PR #106)
  • Remove the proxy URL choice step from install (PR #112)

Fixes

  • Force re-auth on next install after codev remove (PR #107)

v0.2.9

Choose a tag to compare

@quickbeard quickbeard released this 18 May 07:49
75935dc

Upgrades

  • Block direct claude/codex/opencode invocations via PATH shims (PR #89)
  • Let users pick a custom proxy URL during install (PR #96)

Fixes

  • Node flag warning (PR #94)
  • Pin claude-code to 2.1.141 on Windows installs (PR #95)
  • Resolve .cmd agent shims on Windows when spawning agents (PR #98)

v0.2.6

Choose a tag to compare

@quickbeard quickbeard released this 12 May 02:32
390e7c1

Refactors

  • Drop Bun for pnpm + tsx + vitest + esbuild (PR #83)

Fixes

  • Suppress node:sqlite ExperimentalWarning on Node 22 (PR #84)

v0.2.4

Choose a tag to compare

@quickbeard quickbeard released this 11 May 07:11
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)