Skip to content

Releases: agentrhq/authsome

authsome: v0.6.4

09 Jun 14:31
1a92665

Choose a tag to compare

0.6.4 (2026-06-09)

Bug Fixes

  • keep dashboard sidebar fixed in providers page (168c51f)

authsome: v0.6.2

06 Jun 08:41
4a2c33b

Choose a tag to compare

0.6.2 (2026-06-06)

Features

  • Change default url to hosted server, api.authsome (16417dc)

Bug Fixes

authsome: v0.6.1

06 Jun 04:30
30c8c7b

Choose a tag to compare

0.6.1 (2026-06-06)

Bug Fixes

authsome: v0.6.0

06 Jun 04:21
d84934b

Choose a tag to compare

0.6.0 (2026-06-06)

⚠ BREAKING CHANGES

  • Cleaner architechture, multi server compatible identities and cleaner ui

feature

  • Cleaner architechture, multi server compatible identities and cleaner ui (f661d8d)

Features

  • add Dockerfile, docker-compose, and self-hosting guide (c7455c0)
  • add Dockerfile, docker-compose, and self-hosting guide (6231674), closes #366
  • Add logos and description for all bundled providers (33e13f9)
  • add provider dashboard metadata (635285a)
  • add static Next.js dashboard (7c46cd8)
  • add static Next.js dashboard (e0a2cd9)
  • Build dependencies (2705e8e)
  • improve scan to cover all typical env file locations (364f3e5)
  • improve scan to cover all typical env file locations (96fd514)
  • replace Python dashboard fallback with built Next.js static UI (98a3351)
  • Simplify identity portability (ad23d60)
  • ui: redirect to connections view after successful provider login (19bdf05)
  • ui: redirect to connections view after successful provider login (60931a0), closes #355
  • Update docs (07dbb87)

Bug Fixes

  • allow explicit authsome config home (7faf61f)
  • cache identity registration per daemon (668f91a)
  • Cleaner design (301d353)
  • docs: remove all broken links to missing pages (cac5f9f)
  • inherit ServerConfig from AuthsomeConfig for consistent home resolution (cf95c6c)
  • install pnpm before setup-node to fix CI cache resolution (0dd5291)
  • move dashboard auth flow to Next routes (52fe7dc)
  • remove populate_by_name and redundant validation_alias from settings (9ee46a6)
  • Remove type checking hacks (10f6e8a)
  • resolve pre-commit failures (b96d593)
  • ui: replace setState-in-effect with lazy useState initializers (ff592fd)

Documentation

  • remove stale authsome skill commands (fc51d29)
  • Update context on design philosophy behind authsome (5933be4)
  • Update documentation (d76304a)
  • Update documentation (30ec8d4)
  • Update documentation to correctly reference current authsome state (54d7c3a)

authsome: v0.5.0

29 May 10:03
d29d1da

Choose a tag to compare

0.5.0 (2026-05-29)

⚠ BREAKING CHANGES

  • existing local installs have an unclaimed identity under local@authsome.internal and are rejected until the user registers a principal (email+password) and claims the identity.
  • existing Fernet-encrypted vaults cannot be read back; migration requires re-importing credentials.
  • mount dashboard at / instead of /ui

Features

  • add admin audit dashboard (1bc5044)
  • add Anthropic and Gemini bundled providers (1e47c48)
  • add Anthropic and Gemini bundled providers (e788328)
  • add browser SSO via Chrome cookie reading (browser-cookie3) (aeb4263)
  • Add docs for design of principal roles and audit (de33f8a)
  • add principal_role parameter to AuthService and dependency injection routes (7d43b56)
  • browser SSO via Chrome cookie reading (browser-cookie3) (7607600)
  • implement audit events and principal roles (9503710)
  • implement audit events and principal roles (0ed077b)
  • move daemon management commands from admin module to main CLI (397a8e8)
  • move daemon management commands from admin module to main CLI (af356d5)
  • replace flat master-key vault encryption with Argon2id KEK/DEK model (b76903d)
  • respect AUTHSOME_DAEMON_URL in all daemon control paths (fa23037)
  • respect AUTHSOME_DAEMON_URL in all daemon control paths (1ba904b)
  • server store refactor (acb2013)

Bug Fixes

  • added support for cookie expiry date (5ea8aa9)
  • Fix incorrect posthog key and remove unnecessary tests (77c7bb7)
  • Fix incorrect posthog key and remove unnecessary tests (8f8d9b9)
  • refresh DCR provider client on replace (9af604d)
  • refresh DCR provider client on replace (595de28)
  • remove extraneous admin command argument from daemon subprocess invocation (2c43de6)
  • ruff check (6dbef78)

Reverts

  • display input fields for dcr providers (6c108cb)

Documentation

  • correct manual testing guide against the current CLI surface (0a7c379)
  • update manual testing guide for the unified claim flow (70e5539)

Code Refactoring

  • mount dashboard at / instead of /ui (f8cf936)
  • unify local and hosted into a single deployment flow (63bd4c9)

authsome: v0.4.2

25 May 13:33
f507292

Choose a tag to compare

0.4.2 (2026-05-25)

Features

  • add device flow verification fields to auth schemas and CLI JSON output (c24779c)
  • auto-create env handle identities (72e1b35)
  • env backed identity design (e1662b5)
  • improve copy-to-clipboard functionality with browser fallback and UI feedback (02daa81)
  • restructure CLI commands under provider and admin namespaces (7b4b31a)
  • restructure CLI commands under provider and admin namespaces (a326e3f)
  • simplify Client ID label and implement robust cross-browser copy-to-clipboard logic (d763f7f)

Bug Fixes

  • expose actionable session details in login --json (87ae0b7)
  • normalize cli error handling for json output (fb2754b)
  • update daemon process command to include admin subcommand (7855c77)

authsome: v0.4.1

25 May 10:30
5406763

Choose a tag to compare

0.4.1 (2026-05-25)

Features

  • enable provider configuration management for hosted admins with required credential inputs and scope persistence (e26d584)
  • enable provider configuration management for hosted admins with… (30b2f8a)

Bug Fixes

  • rename AUTHSOME_ADMIN_PRINCIPLES environment variable to fix typo (10f17f4)

authsome: v0.4.0

25 May 05:47
65c7456

Choose a tag to compare

0.4.0 (2026-05-25)

⚠ BREAKING CHANGES

  • Create version 0.4 which adds support for principal, identity, vault key loading precedence and many more fixes

Features

  • ClaimStatus lifecycle, vault_id gating, ADR 0003 alignment (d8553ba)
  • Cleanup server routes (225d7fd)
  • disable analytics automatically when running under pytest and add verification tests (d1abc48)
  • implement HostedAccountService for email/password authentication and JWT session management (c161ab9)
  • implement master key rotation via rekey command and API endpoint (f78f872)
  • implement opt-out telemetry support via environment variables and add associated documentation and tests (9d7c88f)
  • implement opt-out telemetry support via environment variables and add associated tests (1c1554c)
  • implement vault rekey functionality with encryption source validation and add corresponding API and unit tests. (e7f4187)
  • login flow (e0ea86d)
  • scope connections to vault, add claim flow and principal concept (d3f2006)

Bug Fixes

  • correct import path and test fixture for ready endpoint (3951af8)
  • deduplicate error class name in daemon responses and stop orphaned daemon (76e2320)
  • improve whoami robustness by handling connection failures gracefully and isolating keyring tests (83709f4)

Documentation

  • add dedicated Hermes Agent integration page, drop stale Hermes refs (b7297dd)
  • add dedicated Hermes Agent integration page, drop stale Hermes refs (e12082f)
  • add hosted UI auth and identity claim design spec (e552805)
  • fix CONTEXT.md dependency graph and direction (17fff13)
  • make auth/ a leaf module, move AuthService to server/ (d92611c)
  • resolve merge conflicts in UBIQUITOUS_LANGUAGE.md (48229eb)
  • rewrite CONTEXT.md with module boundaries, create TODOS.md (c7a1629)
  • rewrite login and proxy sections in manual-testing guide (3719d13)
  • update architecture language, retire Profile, add Principal/Vault/Claim terms (8dc663e)

Code Refactoring

  • Create version 0.4 which adds support for principal, identity, vault key loading precedence and many more fixes (bb5a2a6)

authsome: v0.3.2

20 May 13:24
eaaceb5

Choose a tag to compare

0.3.2 (2026-05-20)

Features

  • Add posthog telemetry events (575a464)
  • Add posthog telemetry events (8797a94)
  • evals: /run-evals command + profile/run-dir flags (bdeae58)
  • evals: add expected_interrupt and next_turn_instruction eval fields (c4b2a93)
  • evals: capture real claude transcripts via stream-json subprocess (1b28f5a)
  • evals: move new evals schema to evals/evals.json, restore skills copy (5bb73ba)
  • evals: profile isolation + authsome state check per eval (73d3e70)
  • proxy: configurable intercept scope and unmatched policy (987e312)
  • update health check to validate connections based on active identity and add test coverage (9290169)
  • update health check to validate connections based on active identity and add test coverage (3fa9f97)

Bug Fixes

  • copy full skill folder in evals and fix login flow links in authsome skill (e8918a9)
  • evals: use claude --system-prompt for judge, grade on rate limit (b790c63)
  • evals: use hermes as LLM judge instead of claude -p (1157837)
  • marketplace: point plugin homepage to authsome.ai (11ffd80)
  • marketplace: point plugin homepage to authsome.ai (a767cbc)
  • proxy: address PR review feedback on mode validation and route defaults (83ab469)

Documentation

  • add GitHub OAuth app setup walkthrough to quickstart (f45d9c9)
  • add Roadmap, Contributing, and Links sections to README (07534a4)
  • add Roadmap, Contributing, and Links sections; rewrite roadmap.mdx (03990b2)
  • correct roadmap against changelog as source of truth (eec08e3)
  • evals: add hermes smoke test to pre-session setup (bc4ef39)
  • evals: add skip handling and per-eval max_turns config (68ae0ed)
  • evals: merge setup.md into run-evals command, delete setup.md (072836f)
  • evals: remove profile creation from run-evals command (33ab525)
  • evals: update design spec and plan to reflect as-built state (2558f5c)
  • mark policy layer and firewall rules as shipped, add multi-user to coming next (b1487e8)
  • quickstart: add provider tabs and a runnable agent example (7c577ab)
  • quickstart: GitHub OAuth setup walkthrough and provider tabs (63ffdec)
  • reframe roadmap as end-user capabilities, not implementation work (0740764)
  • rewrite profile storage model to match current architecture (457d1b2)
  • rewrite profile storage model to match current architecture (773323a)
  • rewrite roadmap.mdx, remove ROADMAP.md, link README to docs (a165d37)
  • simplify hosted daemon mode description in roadmap (5458bf6)
  • site: adopt skill-driven CLI conventions across the docs (8ba6967)
  • site: adopt skill-driven CLI conventions across the docs (71b89fd)

authsome: v0.3.1

17 May 11:17
b69bfa8

Choose a tag to compare

0.3.1 (2026-05-17)

Bug Fixes

  • cli: resolve three CLI bugs and improve audit log command (3b990e3)
  • cli: resolve three CLI bugs, improve audit log, and sync docs (dd9cad3)

Documentation

  • cli: sync reference and manual-testing guide with 0.3.0 implementation (bdf659f)