Commit Graph

  • d792db9181 Checkpoint: 1cac55d7aac7 Manoj Bajaj 2026-05-18 13:43:32 +05:30
  • 07534a4cdc docs: add Roadmap, Contributing, and Links sections to README Manoj Bajaj 2026-05-18 13:43:23 +05:30
  • 7a00b3cad7 Merge pull request #278 from agentrhq/feat/skill-rewrite ngaurav 2026-05-18 12:33:52 +05:30
  • 0518a6e7ae refactor(evals): replace hardcoded interrupt detection with prose instruction #278 Nishant Gaurav 2026-05-18 12:25:51 +05:30
  • c4b2a9304a feat(evals): add expected_interrupt and next_turn_instruction eval fields Nishant Gaurav 2026-05-18 12:18:58 +05:30
  • 2583fa03c1 Merge pull request #277 from agentrhq/feat/skill-rewrite ngaurav 2026-05-18 11:36:39 +05:30
  • 5bb73ba509 feat(evals): move new evals schema to evals/evals.json, restore skills copy #277 nishant 2026-05-18 11:33:45 +05:30
  • 91711896fa chore: sync uv.lock with pyproject.toml changes nishant 2026-05-18 11:30:11 +05:30
  • 8dfea6db3c Merge pull request #275 from agentrhq/feat/skill-rewrite ngaurav 2026-05-18 11:15:04 +05:30
  • f68fbd8f5b chore: clean up branch for PR #275 nishant 2026-05-18 10:56:48 +05:30
  • cce757052c chore: stage remaining branch changes nishant 2026-05-18 10:23:07 +05:30
  • 68ae0ed68b docs(evals): add skip handling and per-eval max_turns config nishant 2026-05-18 10:22:24 +05:30
  • fa85d5fe55 Merge remote-tracking branch 'origin/main' into feat/skill-rewrite nishant 2026-05-18 09:11:08 +05:30
  • 21e74cd99a Merge branch 'main' into 260-feat-configurable-proxy-mode-intercept-scope-unmatched-policy rishabhraj36 2026-05-18 02:30:53 +05:30
  • 1b28f5ab4f feat(evals): capture real claude transcripts via stream-json subprocess nishant 2026-05-17 19:36:08 +05:30
  • 2558f5c0de docs(evals): update design spec and plan to reflect as-built state Nishant Gaurav 2026-05-17 18:22:36 +05:30
  • bc4ef3917d docs(evals): add hermes smoke test to pre-session setup Nishant Gaurav 2026-05-17 17:58:48 +05:30
  • 33ab5258b8 docs(evals): remove profile creation from run-evals command Nishant Gaurav 2026-05-17 17:55:05 +05:30
  • 072836f2d8 docs(evals): merge setup.md into run-evals command, delete setup.md Nishant Gaurav 2026-05-17 17:52:30 +05:30
  • bdeae583a2 feat(evals): /run-evals command + profile/run-dir flags Nishant Gaurav 2026-05-17 17:39:48 +05:30
  • 73d3e70b18 feat(evals): profile isolation + authsome state check per eval Nishant Gaurav 2026-05-17 17:21:08 +05:30
  • 1157837e4b fix(evals): use hermes as LLM judge instead of claude -p Nishant Gaurav 2026-05-17 17:15:26 +05:30
  • b790c63298 fix(evals): use claude --system-prompt for judge, grade on rate limit Nishant Gaurav 2026-05-17 17:06:44 +05:30
  • b69bfa83a7 Merge pull request #273 from agentrhq/release-please--branches--main--components--authsome authsome-v0.3.1 Manoj Bajaj 2026-05-17 16:47:36 +05:30
  • 1312d20022 chore(main): release authsome 0.3.1 #273 github-actions[bot] 2026-05-17 11:14:43 +00:00
  • dd9cad326c Merge pull request #274 from agentrhq/bugfix/cli-three-fixes Manoj Bajaj 2026-05-17 16:44:27 +05:30
  • 19ab7bc605 Finalize transcript for Checkpoint: 12f601dab847 Manoj Bajaj 2026-05-17 16:43:45 +05:30
  • a7ad6f5669 Checkpoint: 12f601dab847 Manoj Bajaj 2026-05-17 16:42:28 +05:30
  • bdf659ffff docs(cli): sync reference and manual-testing guide with 0.3.0 implementation #274 Manoj Bajaj 2026-05-17 16:42:24 +05:30
  • 9c70ba85e4 Finalize transcript for Checkpoint: e28262984429 Manoj Bajaj 2026-05-17 16:33:48 +05:30
  • 1fbd7eab8b Checkpoint: e28262984429 Manoj Bajaj 2026-05-17 16:33:30 +05:30
  • 3b990e3cae fix(cli): resolve three CLI bugs and improve audit log command Manoj Bajaj 2026-05-17 16:33:26 +05:30
  • bcae3af59b Merge pull request #203 from agentrhq/release-please--branches--main--components--authsome authsome-v0.3.0 Manoj Bajaj 2026-05-17 15:47:09 +05:30
  • b8ea9526fd Merge pull request #272 from zriyansh/fix/docs-source-of-truth Manoj Bajaj 2026-05-17 15:46:23 +05:30
  • d64524eecf feat(evals): complete eval runner pipeline, smoke-tested with eval 1 Nishant Gaurav 2026-05-17 14:23:57 +05:30
  • 6ad8b66a75 feat(evals): add generate_report.py — HTML eval report generator Nishant Gaurav 2026-05-17 14:22:35 +05:30
  • b77985512b feat(evals): add run_evals.py — agent runner and LLM judge Nishant Gaurav 2026-05-17 14:21:49 +05:30
  • 689d33e2ed chore(evals): add evals directory and anthropic dev dep Nishant Gaurav 2026-05-17 14:20:56 +05:30
  • af9789299e feat(evals): rewrite evals.json with new 7-test schema Nishant Gaurav 2026-05-17 14:19:42 +05:30
  • d91b34e6b6 docs(evals): add setup.md — pre-run fresh install guide Nishant Gaurav 2026-05-17 14:18:50 +05:30
  • 98e3a9ecea refactor(proxy): move proxy.mode from ServerConfig to ClientConfig rishabhraj36 2026-05-16 11:34:43 +05:30
  • cdf3de8456 fix(docs): align README, plugin, and docs with source-of-truth #272 Priyansh Khodiyar 2026-05-15 19:23:13 +05:30
  • 2104480e98 chore(main): release authsome 0.3.0 #203 github-actions[bot] 2026-05-15 13:52:59 +00:00
  • f2646960a8 Merge pull request #257 from agentrhq/feature/uv-tool-install-recommendation Manoj Bajaj 2026-05-15 19:21:33 +05:30
  • 4f83696d6c Merge branch 'main' into feature/uv-tool-install-recommendation #257 Manoj Bajaj 2026-05-15 19:21:25 +05:30
  • 3929b86ea9 Merge pull request #269 from agentrhq/ui/fix Manoj Bajaj 2026-05-15 19:08:29 +05:30
  • 459259ea8e Merge pull request #271 from zriyansh/fix/docs-canonical-domain Manoj Bajaj 2026-05-15 19:06:48 +05:30
  • 3a2a8eebf9 Merge pull request #270 from agentrhq/refactoring-providers.json Manoj Bajaj 2026-05-15 19:05:24 +05:30
  • c97c1afb5f fix(docs): repoint canonical to authsome.ai and drop dead links #271 Priyansh Khodiyar 2026-05-15 18:57:08 +05:30
  • da185352b2 refactor: rename provider host_url configuration field to api_url throughout codebase and documentation #270 Ankit Ranjan 2026-05-15 19:01:55 +05:30
  • 95611099da refactor: rename host_url to api_url across provider definitions and related internal logic Ankit Ranjan 2026-05-15 18:56:14 +05:30
  • e3a4939136 fix: client secret field made default #269 rishabhraj36 2026-05-15 18:53:40 +05:30
  • 8268d6a89d fix: client secret field made default rishabhraj36 2026-05-15 18:47:19 +05:30
  • b29f30b6a9 fix(proxy): restore structured audit events on deny rishabhraj36 2026-05-15 16:18:42 +05:30
  • a929bea966 fix(proxy): use load_server_config after LocalAppStore.get_config removal rishabhraj36 2026-05-15 16:12:23 +05:30
  • d17139c792 chore: rename GitHub environment variable keys to GH_TOKEN and GH_REFRESH_TOKEN Ankit Ranjan 2026-05-15 15:48:03 +05:30
  • be4b3626a9 fix: ruff check rishabhraj36 2026-05-15 15:47:12 +05:30
  • 08a29fffa7 fix: ruff check rishabhraj36 2026-05-15 15:43:18 +05:30
  • 240180f6e4 fix: replaced audit for logger rishabhraj36 2026-05-15 15:41:39 +05:30
  • 61025fc659 Merge branch 'main' into 260-feat-configurable-proxy-mode-intercept-scope-unmatched-policy rishabhraj36 2026-05-15 15:40:13 +05:30
  • 98ee7efb36 docs: remove restrictive constraints on CLI tool usage from SKILL.md Ankit Ranjan 2026-05-15 15:31:15 +05:30
  • ec061812d2 Merge pull request #265 from agentrhq/feat/server-store-cleanup Manoj Bajaj 2026-05-15 15:14:08 +05:30
  • 5f52807b68 fix: save library version in client config #265 beubax 2026-05-15 14:16:34 +05:30
  • 8313a270e2 docs: add API call constraints and troubleshooting guide to SKILL.md Ankit Ranjan 2026-05-15 14:10:58 +05:30
  • 378fa68a42 refactor: replace remote audit logging with local file-based audit and simplify daemon configuration management beubax 2026-05-15 13:53:24 +05:30
  • d7e1772c75 Merge pull request #268 from zriyansh/chore/claude-plugin-marketplace Manoj Bajaj 2026-05-15 13:31:13 +05:30
  • ae0291b0ca feat(proxy): include provider name and dashboard URL in 403 deny body rishabhraj36 2026-05-15 11:02:00 +05:30
  • 2ac324d5ac chore(plugin): add Claude Code marketplace manifest #268 Priyansh Khodiyar 2026-05-15 10:54:07 +05:30
  • 3009e9505b Merge pull request #267 from zriyansh/docs/readme-overhaul Manoj Bajaj 2026-05-14 20:06:38 +05:30
  • 38b3704a3e Merge pull request #266 from zriyansh/docs/navbar-branding Manoj Bajaj 2026-05-14 20:06:26 +05:30
  • 373a4a80e9 docs(readme): add codecov badge and star history chart #267 Priyansh Khodiyar 2026-05-14 19:49:18 +05:30
  • 2135499d1a docs(readme): overhaul with logo, community, security, and integrations Priyansh Khodiyar 2026-05-14 19:46:27 +05:30
  • bccf288447 docs(site): add logo wordmark, Discord link, and navbar icons #266 Priyansh Khodiyar 2026-05-14 19:37:00 +05:30
  • 72260f9929 fix: ruff check rishabhraj36 2026-05-14 19:03:58 +05:30
  • 255a2db2e3 feat(proxy): configurable mode CLI + provider hint in deny body rishabhraj36 2026-05-14 19:01:00 +05:30
  • baca62491f refactor: remove local audit logging beubax 2026-05-14 18:33:47 +05:30
  • 7e4d02197e tests: fix hosted deployment tests beubax 2026-05-14 18:26:36 +05:30
  • 1ddb61a9b2 Merge branch 'main' into feat/server-store-cleanup beubax 2026-05-14 18:13:17 +05:30
  • 5c98ea5412 refactor: transition to persistent storage backend for sessions, identities, and audit events with async support beubax 2026-05-14 18:04:16 +05:30
  • 82f00c43d9 Update checkpoint summary for 9a9b52f23cf9 Manoj Bajaj 2026-05-14 17:40:35 +05:30
  • 7ebfd87f3f Checkpoint: 9a9b52f23cf9 Manoj Bajaj 2026-05-14 17:40:35 +05:30
  • a0bc1671ca Checkpoint: 9a9b52f23cf9 Manoj Bajaj 2026-05-14 17:40:35 +05:30
  • 9878be8994 feat(proxy): configurable intercept scope and unmatched policy rishabhraj36 2026-05-14 16:33:15 +05:30
  • aa6aa56cfc Merge pull request #261 from agentrhq/feat/global-client-credentials Tejas 2026-05-14 13:46:26 +05:30
  • c482817343 Merge pull request #259 from agentrhq/feat/multi-tenant-ui #261 Manoj Bajaj 2026-05-14 12:34:27 +05:30
  • 747b48f276 Merge pull request #258 from agentrhq/feat/global-client-credentials Manoj Bajaj 2026-05-14 12:34:19 +05:30
  • d7ddb2ee33 fix: modify return type of _request function in cli client #259 beubax 2026-05-14 01:01:52 +05:30
  • 9ed0714455 feat: implement hosted UI session management and multitenant provider visibility policy beubax 2026-05-14 00:51:33 +05:30
  • b69c2713d7 Merge branch 'main' into feat/global-client-credentials #258 beubax 2026-05-13 23:22:52 +05:30
  • be78393d23 feat: make provider client credentials a global property of hosted deployment beubax 2026-05-13 23:22:31 +05:30
  • 7f512fac49 Merge pull request #255 from agentrhq/refactor--persist-CA-in-macOS Manoj Bajaj 2026-05-13 18:08:31 +05:30
  • 2ea68d8986 Finalize transcript for Checkpoint: e5daa4c86e5a Manoj Bajaj 2026-05-13 18:03:10 +05:30
  • a1cd9e2b42 Checkpoint: e5daa4c86e5a Manoj Bajaj 2026-05-13 18:02:44 +05:30
  • 70c95ffd82 docs(skill): bump to 0.1.5, soften CRITICAL RULE, clean up examples Manoj Bajaj 2026-05-13 18:02:41 +05:30
  • 2cac02986d Finalize transcript for Checkpoint: a5f1485552cd Manoj Bajaj 2026-05-13 17:54:17 +05:30
  • 35ef5b82d1 Checkpoint: a5f1485552cd Manoj Bajaj 2026-05-13 17:54:04 +05:30
  • 7ca72a53ae docs(skill): add proxy mental model to Usage section Manoj Bajaj 2026-05-13 17:53:55 +05:30
  • bc7ead1366 Finalize transcript for Checkpoint: a5a78d400a38 Manoj Bajaj 2026-05-13 17:52:12 +05:30
  • 51f03ce09d Checkpoint: a5a78d400a38 Manoj Bajaj 2026-05-13 17:51:58 +05:30
  • d52244cbb9 docs(skill): fix repo refs, sharpen description, move CRITICAL RULE to body Manoj Bajaj 2026-05-13 17:51:49 +05:30