Skip to content

Releases: jterrazz/spwn

v1.0.0-rc1

v1.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:26
b525faa

Changelog

  • 859601e fix(observatory): browser QA fixes
  • 0c07627 improve: add hint message when dream skips due to no journal entries

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:21
b525faa

Changelog

  • 859601e fix(observatory): browser QA fixes
  • 0c07627 improve: add hint message when dream skips due to no journal entries

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:18
b525faa

Changelog

  • 859601e fix(observatory): browser QA fixes
  • 0c07627 improve: add hint message when dream skips due to no journal entries

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:07
b525faa

Changelog

  • c871227 fix: zero-friction UX — auto-start architect, blueprint registered, error hints

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 01 May 16:56
a877468

Changelog

  • 69a2a89 chore(make): clean up Makefile + drop dead aggregate targets
  • f1bedf1 docs(readme): move project tree to end of Quickstart
  • a877468 feat(commands): add command/ as the 4th local-ref scheme
  • 4c95fbb refactor(tests, hooks, api): test architecture overhaul + per-file hooks + repo cleanup

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 22:51
5533a3f

Changelog

  • 535ad1a Merge branch 'feat/auth-mcp-token-refresh'
  • eaf704b docs(cookie-sync): rewrite README for the no-secret flow + popup screenshot
  • d988f56 docs(readme): add spwn.yaml + tool.yaml primitives, hoist Primitive reference
  • 470faf6 docs(readme): flag gate + hooks as experimental
  • 9d9c5f8 docs(readme): move Primitive reference above How spwn works
  • 2da9b15 docs(readme): use spwn init shorthand
  • 818ec9d feat(architect): bind-mount tool-cred caches; drop env passthrough
  • 71fb13e feat(auth): add mcp + gh credential subpackages with login/logout/dashboard
  • 5533a3f feat(auth): hard-fail spawn on missing creds + sync ~/.claude/.credentials.json
  • 06f22cc feat(auth/daemon): cross-platform background MCP token refresher
  • b464ddd feat(auth/google): BYO-GCP wizard + OAuth installed-app flow; gate routes via google.AccessToken
  • 3d30eb6 feat(auth/mcp): auto-refresh OAuth tokens during SyncCredentials
  • 66867e9 feat(auth/world): name auto-workspaces by path basename instead of workspace
  • 79655fd feat(catalog): add gh, mcp2cli, notion bundles with one-auth wrappers
  • 013c564 feat(gate): X element via twscrape, cookies from spwn-cookie-sync
  • 1726d3e feat(gate): hand-rolled MCP server + gmail/gcal elements backed by gws
  • 546204a feat(gate): host-side credential broker + element bridge (replaces kardianos refresh daemon)
  • 9222ca0 feat(gate, cookie-sync): browser extension auto-syncs session cookies to gate
  • 1bfa96a fix(catalog/gh): bake gh as git's credential helper into /etc/gitconfig
  • cdbbf1f fix(gate, auth): rw bind for credential broker; google in logout + provider errors
  • 1384988 refactor(architect): drop legacy /credentials/mcp rw bind + MCP2CLI_CACHE_DIR from world spawn
  • a7bedc2 refactor(cookie-sync): drop pairing secret; element-driven providers; popup is pure status
  • 4e8051c refactor(gate): generalize NotionElement → ProxyElement; auto-register every mcp.Registry provider
  • 637d2f2 refactor(gate): generic catalog-tool runtime — X moves from core to catalog/
  • d4afeb9 refactor(refs): split source from type — local refs use path form
  • 2c6c866 test(check): refresh check goldens for path-style ref grammar
  • b2247c8 test(cli/auth): cover MCP + CLI tool branches in dashboard + login

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 24 Apr 23:27
5d4532c

Changelog

  • 5d4532c fix(codex): interactive mode rejects --skip-git-repo-check

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 22:51
7af8f69

Changelog

  • 7af8f69 fix(codex): pin version + detect runtime drift on spwn up

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 22:19
bb455f7

Changelog

  • bb455f7 feat(auth): replace status/check/token with live dashboard (BREAKING)

v0.17.5

Choose a tag to compare

@github-actions github-actions released this 24 Apr 21:52
d9a4f03

Changelog

  • d9a4f03 fix(version-check): compare semver, not strings; invalidate cache on upgrade