Commit Graph

908 Commits

Author SHA1 Message Date
Manoj Bajaj 0a5126cc0f merge: resolve origin/main into docs-site cleanup branch
Keep v0.7 Mintlify refresh while adopting onboard/init renames and onboard
flow updates from main.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 13:10:02 -07:00
Manoj Bajaj 61515356a2 docs: refresh Mintlify site for v0.7 and remove stale profile/library references
Align public docs with Principal/Vault/Identity terminology, current daemon API paths, and the CLI/proxy/export integration surface instead of the removed AuthService library API.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 13:02:11 -07:00
Manoj Bajaj 9253aa8d97 Merge pull request #437 from agentrhq/417-comparison-with-one-cli-secrets-manager
docs: updated broker credentials comparison
2026-06-16 21:33:52 +05:30
Manoj Bajaj e341d4ed3b Merge pull request #438 from agentrhq/feature/authsome-onboard
feat!: Add authsome onboard, remove init and scan
2026-06-16 21:33:28 +05:30
Manoj Bajaj 8dbf579e21 Merge pull request #436 from agentrhq/feature/issue-414-custom-providers-ui
feat: implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form.
2026-06-16 21:32:46 +05:30
Manoj Bajaj 0890c0bc61 Merge pull request #435 from agentrhq/426-feat-simplify-agent-identity-to-a-single-private-key-environment-variable
feat: derive agent identity from a single private-key env var
2026-06-16 21:20:20 +05:30
Manoj Bajaj 3a9f17e9bc fix: recover from 409 when concurrent agents register the same DID
When two processes with the same private key race to register, the loser
gets a 409 from the identity server. Re-resolve the handle by DID and
continue instead of failing startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 08:50:01 -07:00
Ankit Ranjan 54ba7b23e2 feat: implement tooltip help text and collapsible advanced sections in custom provider form 2026-06-16 17:11:05 +05:30
rishabhraj36 44b37bf6f0 docs: refine credential broker comparison 2026-06-16 15:42:52 +05:30
Manoj Bajaj d9936d5699 feat!: replace init and scan with authsome onboard
Unifies first-run setup into a single idempotent command that registers
identity, completes claim, and imports API keys from env. Persists
--base-url in client config for remote daemon connections.

Closes #434

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 02:22:10 -07:00
rishabhraj36 6c0fd60664 Merge branch 'main' into 417-comparison-with-one-cli-secrets-manager 2026-06-16 14:36:35 +05:30
Ankit Ranjan 8f4029ec7e feat: implement custom provider management with CRUD support, registration schema updates, and a dedicated UI form. 2026-06-16 14:06:11 +05:30
rishabhraj36 8d94e4d37f fix: ruff check 2026-06-16 13:35:29 +05:30
rishabhraj36 d9d2c60563 feat: derive agent identity from a single private-key env var 2026-06-16 13:32:04 +05:30
rishabhraj36 4c79bb0a59 feat: added support for agents 2026-06-16 11:49:02 +05:30
Tejas 87eed80d77 Merge pull request #433 from agentrhq/feature/expand-settings-page
refactor: rename identity to agent throughout CLI and UI for improved terminology consistency
2026-06-15 18:33:50 +05:30
Ankit Ranjan 6645d7ef21 Merge branch 'main' into feature/expand-settings-page 2026-06-15 18:29:07 +05:30
Ankit Ranjan 151e0afa18 Merge pull request #431 from agentrhq/feature/user-scoped-audit-log
feat: user scoped audit log
2026-06-15 18:28:27 +05:30
beubax de814ee15e fix: restore logo dev token 2026-06-15 18:26:14 +05:30
beubax cfc14a354a Merge branch 'main' into feature/user-scoped-audit-log
# Conflicts:
#	ui/src/components/authsome-dashboard.tsx
2026-06-15 18:22:16 +05:30
beubax 71d52ad0f8 refactor: remove audit event filters 2026-06-15 18:06:50 +05:30
Ankit Ranjan e33fc3c18e fix: remove blocking future result call in audit event persistence to prevent thread deadlock 2026-06-15 17:52:35 +05:30
beubax 2a296e33a3 refactor: simplify audit query filters 2026-06-15 17:49:29 +05:30
Ankit Ranjan ea2d9ccce5 refactor: remove trailing whitespace from health route tests 2026-06-15 17:45:22 +05:30
Ankit Ranjan 211751edc7 test: remove redundant test case for api health route registration 2026-06-15 17:44:56 +05:30
Ankit Ranjan 972e00c575 refactor: rename identity to agent throughout CLI and UI for improved terminology consistency 2026-06-15 17:27:10 +05:30
beubax 0433db633c test: verify health route via openapi 2026-06-15 17:04:43 +05:30
Tejas f4017b20bc Merge pull request #432 from agentrhq/chore/dashboard-ui-consistency
chore: dashboard UI consistency
2026-06-15 16:30:38 +05:30
Ankit Ranjan d884d4842a style: update dashboard navigation buttons to use outline variant 2026-06-15 14:50:02 +05:30
beubax a034e0781b test: count nested health routes 2026-06-15 14:49:21 +05:30
Ankit Ranjan c84b90bfb1 refactor: remove interactive links from dashboard tables and adjust border styling for interactive components 2026-06-15 14:43:52 +05:30
beubax 4e7d31a748 test: isolate server storage env 2026-06-15 14:26:23 +05:30
beubax 3a94665041 Merge branch 'main' into feature/user-scoped-audit-log 2026-06-15 14:21:05 +05:30
beubax 711b8509aa chore: remove obsolete implementation plans and design specifications 2026-06-15 14:18:07 +05:30
Ankit Ranjan 7b2f4cea61 refactor: modularize the dashboard component structure by migrating features into dedicated UI components and domain-specific modules. 2026-06-15 14:17:02 +05:30
beubax d54c4159ba fix: avoid audit shutdown deadlock 2026-06-15 14:15:25 +05:30
beubax 80cb249984 docs: describe scoped audit log access 2026-06-15 14:07:51 +05:30
beubax 0b8d752392 feat: show scoped audit log in dashboard 2026-06-15 14:05:08 +05:30
beubax 08446d1e28 feat: enforce role-aware audit event queries 2026-06-15 13:43:24 +05:30
beubax 3a1a564673 feat: add paged audit event queries 2026-06-15 13:38:36 +05:30
beubax e52edc1293 test: cover user-scoped audit queries 2026-06-15 13:32:50 +05:30
ngaurav 976d4a59f4 Fix: 'broker' to 'gateway' in README 2026-06-15 13:28:28 +05:30
beubax 32a7275b0c docs: plan user-scoped audit log 2026-06-15 13:09:35 +05:30
beubax 224be18855 docs: design user-scoped audit log 2026-06-15 12:56:42 +05:30
ngaurav 841c0d698b docs: unified messaging
Using "Credential Gateway" Everywhere
2026-06-15 09:52:45 +05:30
Manoj Bajaj cb594f2bea Merge pull request #420 from agentrhq/dependabot/github_actions/docker/setup-buildx-action-4
chore(deps): bump docker/setup-buildx-action from 3 to 4
2026-06-15 00:36:28 +05:30
Manoj Bajaj 79337105f7 Merge pull request #419 from agentrhq/dependabot/github_actions/codecov/codecov-action-7
chore(deps): bump codecov/codecov-action from 6 to 7
2026-06-15 00:36:17 +05:30
Manoj Bajaj 617c84a298 Merge pull request #421 from agentrhq/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2026-06-15 00:36:01 +05:30
Manoj Bajaj cef42ebf7e Merge pull request #422 from agentrhq/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2026-06-15 00:35:01 +05:30
dependabot[bot] 8e984bb82e chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-12 23:13:50 +00:00