JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"acp",
"agent",
"axon",
"claude",
"runloop",
"sdk",
"typescript"
],
"is_fork": false,
"size_kb": 1414,
"has_wiki": false,
"homepage": "https://runloopai.github.io/remote-agents-sdk/",
"languages": {
"JavaScript": 1517,
"TypeScript": 845982
},
"pushed_at": "2026-07-17T17:29:44Z",
"created_at": "2026-04-02T05:25:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T17:27:30Z",
"description": "Axon-backed ACP and Claude agent clients for Runloop broker agents",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://runloop.ai",
"name": "Runloop AI",
"type": "Organization",
"login": "runloopai",
"company": null,
"location": "United States of America",
"followers": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/151565390?v=4",
"created_at": "2023-11-20T18:03:07Z",
"is_verified": null,
"public_repos": 61,
"account_age_days": 975
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "remote-agents-sdk-v0.4.7",
"kind": "other",
"published_at": "2026-07-17T17:27:36Z"
},
{
"tag": "remote-agents-sdk-v0.4.6",
"kind": "other",
"published_at": "2026-07-17T13:50:49Z"
},
{
"tag": "remote-agents-sdk-v0.4.5",
"kind": "other",
"published_at": "2026-07-15T17:32:57Z"
},
{
"tag": "remote-agents-sdk-v0.4.4",
"kind": "other",
"published_at": "2026-06-29T22:23:34Z"
},
{
"tag": "agent-axon-client-v0.4.2",
"kind": "other",
"published_at": "2026-04-16T01:51:44Z"
},
{
"tag": "agent-axon-client-v0.4.1",
"kind": "other",
"published_at": "2026-04-15T03:00:11Z"
},
{
"tag": "agent-axon-client-v0.4.0",
"kind": "other",
"published_at": "2026-04-13T21:17:37Z"
},
{
"tag": "agent-axon-client-v0.3.0",
"kind": "other",
"published_at": "2026-04-07T06:27:27Z"
},
{
"tag": "agent-axon-client-v0.2.0",
"kind": "other",
"published_at": "2026-04-03T22:50:23Z"
},
{
"tag": "agent-axon-client-v0.1.2",
"kind": "other",
"published_at": "2026-04-02T21:29:34Z"
},
{
"tag": "agent-axon-client-v0.1.1",
"kind": "other",
"published_at": "2026-04-02T05:59:30Z"
}
],
"recent_commits": [
{
"oid": "1dd28f22afbcc63193de99d38b92ff9feb6fcf2d",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.7](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.6...remote-agents-sdk-v0.4.7)\n(2026-07-17)\n\n\n### Bug Fixes\n\n* **sdk:** send thread and turn ids with codex turn/interrupt\n([#149](https://github.com/runloopai\n[…]\naa53b6191b8c21408613))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release remote-agents-sdk 0.4.7 (#150)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-07-17T17:27:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "746b888f556e8830f434aa53b6191b8c21408613",
"body": "## Summary\n\n`CodexAxonConnection.interrupt()` sent `turn/interrupt` with empty\nparams, which the Codex app-server rejects with `-32600 Invalid request:\nmissing field \\`threadId\\`` — so interrupts never worked against the\nreal app-server.\n\n- Track the in-flight turn id from `turn/started` / `turn/com\n[…]\n.\n- `bun run typecheck`, `bun run test` (584 passed), `bun run check` all\ngreen.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(sdk): send thread and turn ids with codex turn/interrupt (#149)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-17T17:16:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e988258e793a3509c4f9c311dddd05197f20d9ec",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.6](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.5...remote-agents-sdk-v0.4.6)\n(2026-07-17)\n\n\n### Features\n\n* **sdk:** codex read/maintenance RPC wrappers (status, usage, mcp,\nskills, rename)\n([#146](https:/\n[…]\n55ea67becdbdae07b3a7))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release remote-agents-sdk 0.4.6 (#148)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-07-17T13:50:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8c0c09078877525d2d255ea67becdbdae07b3a7",
"body": "## Summary\n- Follow-up to #146: adds `setThreadGoal()`, `getThreadGoal()`, and\n`clearThreadGoal()` to `CodexAxonConnection`, wrapping\n`thread/goal/set`, `thread/goal/get`, and `thread/goal/clear`.\n- Same explicit-wrapper shape as the #146 methods; thread-scoped with\nthe standard `not_connected` guar\n[…]\nnnected` rejection tests. Full suite: 579\ntests pass; typecheck and biome clean.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): codex thread-goal wrappers (thread/goal/set|get|clear) (#147)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-17T00:22:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c4ed6dda45fe89c0d414fd570f5f09966e15721e",
"body": "…kills, rename) (#146)\n\n## Summary\n- Adds six public wrappers to `CodexAxonConnection` over\nalready-vendored app-server protocol types, following the existing\n`readConfig`/`compactThread` pattern:\n - `getAccountRateLimits()` → `account/rateLimits/read`\n - `getAccountTokenUsage()` → `account/usage/\n[…]\nl suite: 579 tests pass; `npm run typecheck` and `biome check`\nclean.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): codex read/maintenance RPC wrappers (status, usage, mcp, s…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-16T23:29:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "941398f2a748c03b0d27669c733fe6a58e5c15b7",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.5](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.4...remote-agents-sdk-v0.4.5)\n(2026-07-15)\n\n\n### Features\n\n* **examples:** support Codex question tool (item/tool/requestUserInput)\nin combined-app\n([#142](ht\n[…]\n4f6058c6837ead28d7a2))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release remote-agents-sdk 0.4.5 (#140)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-07-15T17:32:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8286128eec7c72e02a667246fc27a2839e542b65",
"body": "…ut) in combined-app (#142)\n\n## Summary\n\n- **Support the Codex question tool end to end in the combined-app.**\n`item/tool/requestUserInput` (the agent asking the user something\nmid-turn) was already routable in the SDK but the app silently answered\nit with empty answers. Now:\n- `codex-manager` regis\n[…]\nswer via option / Other text, confirm\nthe turn continues with the chosen answer.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(examples): support Codex question tool (item/tool/requestUserInp…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-15T16:48:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff9b3e477c1f21f2c7e3a12e6b3f5ded312367ef",
"body": "…rap, full-auto launch, send resilience (#139)\n\nStacked on #-/feat/codex-examples-docs. Fixes found while testing the\ncodex path in the combined-app.\n\n## SDK\n- **`CodexAxonConnection.initialize()`** — the `codex_json` broker mount\ndoes not perform the app-server handshake, so all requests failed wit\n[…]\n---\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>\nCo-authored-by: Reflex <reflex@runloop.ai>\nCo-authored-by: OpenAI Codex <noreply@openai.com>\nCo-authored-by: OpenAI Codex <codex@openai.com>",
"is_bot": false,
"headline": "chore(sdk): Codex: client-side initialize handshake, auth.json bootst…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-15T15:18:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4ee5230ed041ec50e34cc91c8c86fe6927d2b598",
"body": "Third and final PR of the codex-native stack (PLAN Step 3), stacked on\n#135 (`feat/codex-connection`), which is stacked on #134. See\n`sdk/src/codex/PLAN.md`.\n\n## Examples\n\n- **`feature-examples/src/agents.ts`**: adds a native `codex` agent\n(`broker_mount: { protocol: \"codex\", agent_binary: \"codex\" }\n[…]\n---\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>\nCo-authored-by: Reflex <reflex@runloop.ai>\nCo-authored-by: OpenAI Codex <noreply@openai.com>\nCo-authored-by: OpenAI Codex <codex@openai.com>",
"is_bot": false,
"headline": "docs(sdk): codex examples, compatibility matrix, and module docs (#137)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-15T14:36:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "201da907e04ceacf0507ca913e0b40bc0910d170",
"body": "## Summary\n- adds native Codex whole-frame JSON-RPC transport and\n`CodexAxonConnection`\n- introduces shared connection infrastructure under `sdk/src/shared/`:\n`AsyncMessageQueue<T>`, `PendingRequestMap<Id, Value>`,\n`AxonFrameTransport<TFrame>`, and `runConnectionReadLoop()`\n- adds method-correct app\n[…]\n---\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>\nCo-authored-by: Reflex <reflex@runloop.ai>\nCo-authored-by: OpenAI Codex <noreply@openai.com>\nCo-authored-by: OpenAI Codex <codex@openai.com>",
"is_bot": false,
"headline": "feat(sdk): add CodexAxonConnection and transport (#135)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-15T02:14:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1fc97c4269bafa6f2fa54f6058c6837ead28d7a2",
"body": "…ation (#134)\n\n## Summary\n- vendor the complete Codex app-server TypeScript protocol bindings\nunder `sdk/src/codex/protocol/generated/`\n- add Codex protocol method constants and classified timeline event\ntypes\n- add `createClassifier`-based Axon event classification and\nCodex-specific timeline guard\n[…]\nated when the pinned CLI/schema changes.\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>\nCo-authored-by: Reflex <reflex@runloop.ai>\nCo-authored-by: OpenAI Codex <noreply@openai.com>",
"is_bot": false,
"headline": "feat(sdk): vendor codex app-server protocol types and event classific…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-07-14T23:35:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3064afee4aa713143bd9e22b339fe8bb4d03c7f",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.4](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.3...remote-agents-sdk-v0.4.4)\n(2026-06-26)\n\n\n### Features\n\n* **sdk:** make the published event `source` configurable\n([#131](https://github.com/runloopai/remo\n[…]\nf7111f9dd80e387eddca))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release remote-agents-sdk 0.4.4 (#114)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-06-29T22:23:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9ca06a97a18fa30bab4ed5056e094ea344de0fd",
"body": "Bumps\n[codecov/codecov-action](https://github.com/codecov/codecov-action) from\n5 to 7.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/codecov/codecov-action/releases\">codecov/codecov-action's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v7.0.0</h2>\n<p>⚠️ Due to\n[…]\n: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump codecov/codecov-action from 5 to 7 (#125)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T22:44:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb549f0a4b3445d49b10788f0ea59681036c4bb1",
"body": "Bumps\n[googleapis/release-please-action](https://github.com/googleapis/release-please-action)\nfrom 4 to 5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/googleapis/release-please-action/releases\">googleapis/release-please-action's\nreleases</a>.</em></p>\n<\n[…]\n/compare/v4...v5\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump googleapis/release-please-action from 4 to 5 (#109)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T21:02:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83f974c162caf14b7e3dd4fd7540f0bee51da5cb",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to\n7.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/checkout/releases\">actions/checkout's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v7.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>blo\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/checkout from 4 to 7 (#128)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T21:01:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89e56146f266c27d812bf7111f9dd80e387eddca",
"body": "## Problem\n\nThe SDK transports hardcoded the `source` field when publishing user\nprompts to the Axon API:\n\n- `sdk/src/claude/transport.ts` → `\"claude-sdk-client\"`\n- `sdk/src/acp/axon-stream.ts` → `\"acp-sdk-client\"`\n\nCallers had no way to override it, so events from different integrations\nwriting to \n[…]\n, and `vitest` (512 tests)\nall pass.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Reflex <reflex@runloop.ai>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): make the published event `source` configurable (#131)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-06-26T21:00:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d4edbca8978ca73d589701fe7e2bff7ea8b1b0cd",
"body": "…#127)\n\n## Summary\n\nThe combined-app required **two terminals** to run in dev: `bun run dev`\n(Express server, port 3003) and `bun run dev:client` (Vite, port 5176).\nThis makes `bun run dev` start **both** with a single command.\n\n- Add `concurrently` devDependency and rewire scripts:\n- `dev` → runs b\n[…]\nined-app\n- [x] `dev:server` / `dev:client` still work individually\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(examples): run combined-app server and client with one command (…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-06-17T23:40:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ef9ed7d4fdd199a8e01255afac7dc41d199544bc",
"body": "## Summary\n\nAdds a new `turn.failed` SystemEvent variant alongside the existing\n`turn.started` / `turn.completed` / `broker.error` events, with parsing,\ntyped timeline guards, and ACP stream-level handling.\n\n- **shared**: new `SystemEvent` variant `turn.failed`, raw-event helper\n`isTurnFailedAxonEve\n[…]\nection, raw-payload fallback,\nstream-stays-alive after failure, and the no-op-when-no-pending case.\n\n\nMade with [Cursor](https://cursor.com)\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(sdk): add turn.failed system event support (#119)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-05-06T23:23:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d04cd962ccef6201257aed292d344c0492b83ef",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(project): update smoke test pkg name (#118)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-05-05T21:19:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91174e4682270b1f20d5a8b2a05c205905b82aae",
"body": "## What\n\n<!-- Brief description of the changes -->\nI noticed the readme was stale.\n\nThis removes the `alpha` warning and updates a few planned things with\naccurate status\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(project): updated readme to reflect latest updates (#117)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-05-05T20:41:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c50b85af139f2ba9ba11141ff88f12099cfd13ae",
"body": "## What\n\n<!-- Brief description of the changes -->\nRename this project (and publish targets) to Remote Agents SDK (npm:\n`@runloop/remote-agents-sdk`; github: `runloopai/remote-agents-sdk`)\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: \n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(sdk): rename project to Remote Agents SDK (#113)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-29T00:14:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4ad944bb498cbaa6b533efbb4163110e13dde42",
"body": "## What\n\n<!-- Brief description of the changes -->\nAdds additional type guards\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(sdk): type guard all the things! (#108)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-22T16:23:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f8825b1bb9b0e2be85790f0c991798e7d6cfdf6",
"body": "## What\n- adds support for gemini\n- exclude qwen, gemini & future acp agents from the agent-on-blueprint\napproach since the pattern is well established and we don't get anything\nout of repeatedly building blueprints for this test case\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!-\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(acp): add support for gemini (#107)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-21T23:12:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "435235f1988a5d743f489297c8af9e8c0e5175af",
"body": "## What\n\n<!-- Brief description of the changes -->\n- Adds support for `qwen` and an onboarding script to make it faster and\neasier to do this in the future\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nT\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(acp): add qwen to supported acp agents (#106)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-21T18:52:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17f9425c3e89bd579e513c063f1e8da8b7ea6009",
"body": "## What\n\n<!-- Brief description of the changes -->\n- Adds `codex-acp` support and adds a blueprint to the example builds\n- Switches existing demos to use `agent_mounts` instead of blueprints\nfor every example.\n- A few extra type guards and minor fixes\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR \n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes\n- [x] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(acp): added codex-acp support (#105)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-20T22:41:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "443d927360b7849a47566512eaecf7919799924f",
"body": "## What\n\n- add agent log event for agent stderr log emissions\n\n## Why\n- debugging, usabililty, etc\n\n## PR title format\n\n## Checklist\n\n- [ ] PR title follows `<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(sdk): add agent log event for agent stderr log emissions (#103)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-16T23:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "729f70da92b6cf88fc74c0364d2035fe42ef24f0",
"body": "Bumps [actions/github-script](https://github.com/actions/github-script)\nfrom 7 to 9.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/github-script/releases\">actions/github-script's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v9.0.0</h2>\n<p><strong>New f\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci(deps): bump actions/github-script from 7 to 9 (#95)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T01:52:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e53e1645fcc8693c8508cee29aab1d7da24e6b5a",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.2](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.4.1...agent-axon-client-v0.4.2)\n(2026-04-16)\n\n\n### Features\n\n* **sdk:** add typed runloop system events\n([#98](https://github.com/runloopai/agent-axon-client\n[…]\ndc27646c7d398b143a47))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release agent-axon-client 0.4.2 (#99)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-16T01:51:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be15ce9cc6b036d6823bdc27646c7d398b143a47",
"body": "## What\n- add working dir, suspend resume to example app\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n## Checklist\n\n- [ ] PR title follows `<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)\n\n---------\n\nCo-authored-by: Alexander Dines <alex@runloop.ai>",
"is_bot": false,
"headline": "feat(sdk): add working dir, suspend resume to example app (#100)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-16T01:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7763c9969023fcc4e72bdf55e03e1f3de66cb3c2",
"body": "## What\n\n- Add typed system events for `DevboxLifecycle`, `AgentError`\n\n## Why\n- Tracking devbox lifecycle via system event\n- Observing any issues with agent\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(sdk): add typed runloop system events (#98)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-15T21:45:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "caf239e43f2f26348dea7071b11afbd6e73da136",
"body": "… (#97)\n\n## What\n\n<!-- Brief description of the changes -->\nEnhance scaffolding to compatibility matrix generator for coverage of\nother agents\n\n## Why\n\n<!-- Motivation and context -->\nLay groundwork for `codex-acp`\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>)\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(examples): add scaffolding support for other agents that use acp…",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-15T18:16:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2987e371521472680e8dc48956ae54ba040e8fb3",
"body": "…(#93)\n\n## What\n- remove standalone example apps in favor of combined\n\n## Why\n- simplify / focus on combined app\n\n## Checklist\n\n- [ ] PR title follows `<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(examples): remove standalone example apps in favor of combined …",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-15T18:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80064dfb9dbeba28a97583906ad5e97d3e31736a",
"body": "## What\n- chore(sdk): upgrade runloop-api-client to 1.20 for workdir, lifecycle\n\n## Why\n- workdir, lifecycle\n\n## Checklist\n\n- [ ] PR title follows `<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(sdk): upgrade runloop-api-client to 1.20 (#92)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-15T16:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad7d52dc7b55fb3194ca258726e0bd911877c60",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.1](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.4.0...agent-axon-client-v0.4.1)\n(2026-04-15)\n\n\n### Features\n\n* **examples:** add agent examples and compatability matrix generator\n([#88](https://github.com/\n[…]\n1b21895a9e1883349082))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release agent-axon-client 0.4.1 (#90)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-15T03:00:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6544b01b6dc63e6d65e378b81027159118e1090a",
"body": "## What\n- combined example app is re-showing a user question after navigating to\nanother tab, then re-viewing\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | p\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(examples): re-prompt of claude question tool after replay (#89)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-15T02:58:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3d431fbec53b82d61d2d10731bfccd0e209e06d9",
"body": "## What\n\n<!-- Brief description of the changes -->\ntrivial change to add links from npm (update the package.json homepage)\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style |\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(sdk): add link to docs from package & readme (#91)",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-15T00:39:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52c86ba54a3e99b273765e30cd89120e6022780d",
"body": "… (#88)\n\n## What\n\n<!-- Brief description of the changes -->\nAdds agent examples and uses them to generate a compatibility matrix\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | s\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(examples): add agent examples and compatability matrix generator…",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-14T23:27:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "883cef3b452a4e3d69531b21895a9e1883349082",
"body": "… (#87)\n\n## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes:\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(project): update readme to reflect bugs fixed and new sdk support…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T22:05:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0ee7ba99f43ed21b856134f93f1a0c1ff89249e",
"body": "… after turn end (#86)\n\n## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | r\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(examples): acp-hello-world example needs to wait for the updates…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T21:21:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55663f32c6bd6f4e2ea69001e7ed5c7791275740",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.4.0](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.3.0...agent-axon-client-v0.4.0)\n(2026-04-13)\n\n\n### ⚠ BREAKING CHANGES\n\n* **sdk:** unified timeline event stream, replay support, and\nmulti-agent combined-app\n[…]\n1a4e831e5455191c413b))\n\n---\nThis PR was generated with [Release\nPlease](https://github.com/googleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).",
"is_bot": false,
"headline": "chore(main): release agent-axon-client 0.4.0 (#60)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T21:17:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f8752d2a48eaf1b0ef903e340f52c76f64502ca",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "ci(project): smoke-test permissions (#85)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T20:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af8ef66f100cb17bb958ace20e4e2732ab954ae8",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "ci(project): allow smoketests to run and report status to releases (#84)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T20:47:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f9ac2579cdd1d4fb2ade9c95fe3e94fd93cb991",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(project): update dependabot pr title (#83)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T20:26:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ac33baf638dc50b80c71a4e831e5455191c413b",
"body": "…agent combined-app (#65)\n\n## What\n\n### SDK: Timeline Event Stream\n- Add `TimelineEvent` unified event stream to both ACP and Claude\nmodules — every Axon event is classified into\n`acp_protocol`/`claude_protocol`, `system`, or `unknown` and emitted via\n`onTimelineEvent()` / `receiveTimelineEvents()`\n\n[…]\ntests, 14 files)\n- [x] SDK documentation updated (AGENTS.md, README.md)\n- [ ] Replay buffer duplication addressed\n- [ ] WsEvent type coverage restored\n- [ ] Non-null assertion cleanup in server routes",
"is_bot": false,
"headline": "feat(sdk)!: unified timeline event stream, replay support, and multi-…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-13T20:24:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4cf62b806e09af11caf1dffe635f4e3fe01bf16",
"body": "…ul (#62)\n\n## What\n\n<!-- Brief description of the changes -->\nAdds a bit of error handling to cover the case when the agent binary\ncan't be found. Also added handling to the examples for both claude and\nacp.\n\n## Why\n<!-- Motivation and context -->\nShow how to use the project in a conventional way\n\n#\n[…]\nrmat)\n- [x] `bun run build` passes\n- [x] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)\n\n---------\n\nCo-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>",
"is_bot": false,
"headline": "docs(examples): added error handling to example to make it more helpf…",
"author_name": "james-rl",
"author_login": "james-rl",
"committed_at": "2026-04-10T19:18:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4463fc0c209fc66afbb13da93d36915d49cabb8a",
"body": "…#76)\n\n## What\n\n- move claude to --dangerously-skip-permissions or not, prepare for\nremoval of auto approve\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | per\n[…]\nrmat)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)\n\n---------\n\nCo-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(examples): move claude to --dangerously-skip-permissions or not (…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-10T03:07:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0183b061c0e71d6261ed5ba3a6be46d6fc9c8f1e",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(examples): add event payload view to axon display of examples (#64)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-08T18:47:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c17840822e333fe052d8b60e58753607378b67db",
"body": "## What\n- allow preconfiguration of permissions in claude / combined app \n\n## Why\n\n- allows testing setup with correct permissiosn\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build |\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(examples): allow preconfiguration of permissions (#63)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-08T03:06:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dfe0fb2257465e0e0f81d042c05b5ea2727d9aa1",
"body": "…bles, and system init block (#61)\n\n## What\n- Wire up slash commands for both Claude and ACP agents — Claude slash\ncommands are now converted to `AvailableCommand` objects and surfaced in\nthe command picker; commands without input auto-send on selection\n- Add markdown table styles (`.text-block tabl\n[…]\nle follows `<type>(<scope>): <description>` format\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [x] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(examples): enhance combined app with slash commands, markdown ta…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-08T00:18:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05ed8991c67ed831464453f4c88fe6e3dceabce6",
"body": "## What\n- Add `examples/combined-app` — a unified full-stack demo (Express +\nReact) that can launch and interact with both **Claude Code** and\n**ACP** agents from a single codebase\n- Define a common `TurnBlock` data model that normalizes events from\nboth protocols into a shared rendering pipeline\n- \n[…]\nle follows `<type>(<scope>): <description>` format\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(examples): add combined-app demo with Claude + ACP support (#59)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-07T22:06:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "63ad036c03745cfae47c6ebcaabcf71bc00ae307",
"body": "…ress, and slash commands (#57)\n\n## What\n- Add user attachment rendering (images and files) in chat messages for\nboth ACP and Claude demo apps\n- Add real-time connection progress indicators during sandbox\nprovisioning and agent connection\n- Add slash command picker with keyboard navigation in the Cl\n[…]\nle follows `<type>(<scope>): <description>` format\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(examples): improve demo app UX with attachments, connection prog…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-07T20:55:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ee19d236afb3bdddfe70ed51060da139990f76a2",
"body": "…l request handler (#58)\n\n## What\n\ndescribe permissions requirement when overriding control request handler\n\n## Why\n\nensure permissions are handled\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs(claude): describe permissions requirement when overriding contro…",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-07T18:37:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "38f8487cf9f4442d5d5b7ca8680e8f5526437a84",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.3.0](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.2.0...agent-axon-client-v0.3.0)\n(2026-04-07)\n\n\n### ⚠ BREAKING CHANGES\n\n* **sdk:** homogenize ACP and Claude connection APIs\n([#48](https://github.com/runloop\n[…]\nlease-please#release-please).\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release agent-axon-client 0.3.0 (#49)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-07T06:27:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d59ca9731d6892bc8a4941db664b94e9a8af965b",
"body": "## What\n- Add drag-and-drop, paste, and file-picker support for attaching images\nand text files to chat messages in both ACP and Claude example apps\n- Each app has its own `useAttachments` hook, `AttachmentBar` component,\nand `types.ts` — no shared cross-example dependencies\n- Server-side mapping of\n[…]\nle follows `<type>(<scope>): <description>` format\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(examples): add file and image attachment support to chat apps (#54)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-07T03:17:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03cbb45ee2c68204061f26d57b92dd5df8560baf",
"body": "…ent (#55)\n\n## What\n- Track the last seen Axon event `sequence` number in both ACP and\nClaude SSE read loops\n- Pass `{ after_sequence }` to `subscribeSse()` on reconnect so the\nserver replays only missed events instead of the entire stream\n\n## Why\nBoth the ACP (`axon-stream.ts`) and Claude (`transpo\n[…]\nle follows `<type>(<scope>): <description>` format\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes\n- [x] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(sdk): pass after_sequence on SSE reconnect to resume from last ev…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-07T01:24:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8bf38b0aefbbe04d3bf363472e090817dec675f7",
"body": "…#53)\n\n## What\n- Extract duplicated logic from ACP and Claude connection classes into a\nnew `sdk/src/shared/` module: `ListenerSet` (error-isolated fan-out),\n`makeLogger`/`makeDefaultOnError` (logging), `runDisconnectHook`\n(lifecycle), `BaseConnectionOptions` and `AxonEventListener` (shared\ntypes)\n-\n[…]\nle follows `<type>(<scope>): <description>` format\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes\n- [x] `bun run test` passes\n- [x] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "refactor(sdk): extract shared utilities and export Claude SDK types (…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-07T00:35:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09e5ba59b7cb250ad1e20b0016f585cce865dcdd",
"body": "## What\n\n- Add autoapprove permissions, examples in example apps\n\n## Why\n\n- granular permissions controls\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Sc\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(examples): permissions / auto approve permissions testing (#52)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-06T20:38:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eda5c634186b62903a5ecb8a6d8dbeb2682230df",
"body": "…up (#50)\n\n## What\n- Fix broken reconnect path by resetting\n`readLoopRunning`/`streamAborted` flags when the Claude read loop exits\n- Prevent data loss on concurrent same-method ACP calls by throwing\ninstead of silently overwriting pending requests\n- Clean up `pendingRequests`/`pendingClientRequests\n[…]\n<type>(<scope>): <description>` format\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes\n- [x] `bun run test` passes (162 tests)\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(sdk): harden error handling, lifecycle guards, and resource clean…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-06T19:36:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9ae2521410e3e43db542547891a04475f759c27",
"body": "…oker-transport` (#51)\n\n## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | r\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix(acp): update event source for acp to be `acp-sdk-client` from `br…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-06T19:30:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf3bfbfa5fd19f8dd228b72a7f645f10ccd77722",
"body": "## Summary\n\n**BREAKING CHANGE:** `ClaudeAxonConnection.connect()` has been renamed\nto `initialize()` to match the ACP module's API.\n\n- Rename `connect()` → `initialize()` on `ClaudeAxonConnection` (aligns\nwith `ACPAxonConnection.initialize()`)\n- Add `readonly axonId: string` to `ClaudeAxonConnection\n[…]\nendSystemPrompt` option tests\n- [x] ACP: idempotent disconnect, proxied agent method delegation tests\n- [x] All 160 tests pass\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes",
"is_bot": false,
"headline": "feat(sdk)!: homogenize ACP and Claude connection APIs (#48)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-06T19:08:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e9c45c8a3d308839ae51cd16a46054df0c01e01b",
"body": "…lities (#47)\n\n## What\n\n- Extract duplicated mock helpers (`createControllableStream`,\n`createMockAxon`, `makeAgentEvent`, `makeUserEvent`, `drain`) into a\nshared `__test-utils__/mock-axon.ts` module\n- Add new tests for `ClaudeAxonConnection`: `onControlRequest()` handler\nregistration/replacement/er\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "test(sdk): add connection tests and extract shared mock-axon test uti…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-06T18:31:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc5f9b55937291812516c698d1b0f1cc1773280e",
"body": "## What\n\nBetter jsdocs for the SDK to improve readability\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: s\n[…]\nn test` passes\n- [ ] SDK documentation updated (if applicable)\n\n---------\n\nCo-authored-by: Siddarth Chalasani <siddarth@runloop.ai>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(sdk): fix jsdocs for sdk (#46)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-06T18:29:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "846a948f97460e0373d33733aa95972e9f88423c",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.2.0](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.1.2...agent-axon-client-v0.2.0)\n(2026-04-03)\n\n\n### ⚠ BREAKING CHANGES\n\n* **sdk:** Connection constructor signatures and callback names changed.\n\n### Features\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release agent-axon-client 0.2.0 (#36)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-03T22:50:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44f39b8b64eb1ca2a80029dd833b0706f04071da",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## PR title format\n\n<!--\nPR titles must follow Conventional Commits: <type>(<scope>):\n<description>\n\nTypes: feat | fix | docs | style | refactor | perf | test | build | ci |\nchore | revert\n Scopes: sdk | ac\n[…]\n<type>(<scope>): <description>` format (see\nabove)\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "ci(project): fix conventional commit to not change major version (#45)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T22:49:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a978c65bb29670d80307932730e331ffc933f784",
"body": "BREAKING CHANGE: Connection constructor signatures and callback names\nchanged.\n\n## What\n\n### Connection constructor refactor\n- **Positional params** for both `ACPAxonConnection` and\n`ClaudeAxonConnection`: `new ACPAxonConnection(axon, devboxId,\noptions?)` / `new ClaudeAxonConnection(axon, devboxId, \n[…]\nst\n\n- [x] PR title follows `<type>(<scope>): <description>` format\n- [x] `bun run check` passes (lint + format)\n- [x] `bun run build` passes\n- [x] `bun run test` passes\n- [x] SDK documentation updated",
"is_bot": false,
"headline": "feat(sdk): align ACP and Claude connection APIs (#44)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T22:41:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed11a754af72241633317472e6e6071db3853966",
"body": "Bumps\n[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)\nfrom 4.7.0 to 6.0.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/vitejs/vite-plugin-react/releases\"><code>@vitejs/plugin-react</code>'s\nreleases</\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump @vitejs/plugin-react from 4.7.0 to 6.0.1 (#43)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T21:07:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20f680f51f5f7da42b897cf29ba89b6e782e90ca",
"body": "Bumps\n[@types/diff](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff)\nfrom 7.0.2 to 8.0.0.\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a\nhref=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump @types/diff from 7.0.2 to 8.0.0 (#40)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T21:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa3997b75732eb2617e970c4a3398a6abfa0007",
"body": "Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)\nfrom 6.4.1 to 8.0.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/vitejs/vite/releases\">vite's\nreleases</a>.</em></p>\n<blockquote>\n<h2>create-vite@8.0.3</h2>\n<p>Please refer to <a\nhref=\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump vite from 6.4.1 to 8.0.3 (#41)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T21:03:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80b371fbeb84521dd2d7af3b4e4d38715a71c368",
"body": "Bumps\n[@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript)\nfrom 0.2.90 to 0.2.91.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/anthropics/claude-agent-sdk-typescript/releases\"><code>@anthropic-ai/claude-agent-sdk</\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump @anthropic-ai/claude-agent-sdk from 0.2.90 to 0.2.91 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T21:02:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c380733d77a55dd956efbb818e9aac0b776bb376",
"body": "…#38)\n\n## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs: improved and organized docs with a GH action to push to pages (…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T21:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102793f9451b23d5768cd00121ce301ad57cfeb4",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs: fix spelling mistakes (shame) (#37)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T20:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f1e35dc0d27139f1ebe3e3e4f6565524fe873d",
"body": "…flow (#35)\n\n## What\n- add control request handler for mid turn agent control flow\n- hook up question / answer in claude example\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [x] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n[…]\n(https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "feat(claude): add control request handler for mid turn agent control …",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-03T18:59:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68de905affa06276953470ef76f322499c690239",
"body": "Updates the CI, npm, codecov, and license badges to use proper\nshields.io image badges instead of plain text links.\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix README badges to use shields.io images (#33)",
"author_name": "tode-rl",
"author_login": "tode-rl",
"committed_at": "2026-04-03T03:13:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d8a56f1c8b931d836c422617d1dfaed9a49e644",
"body": "…t sent in env + other small example fixes (#32)\n\n## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes\n[…]\n(https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs: claude hello world example now will prompt for an api key if no…",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T03:11:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "597f96a3ea7009f8fb67ba045d93d3886384a6d8",
"body": "## What\n\nUpdate example naming, make it nice\n\n---------\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>\nCo-authored-by: Alexander Dines <160077924+dines-rl@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: update examples to have matching devbox names (#25)",
"author_name": "tode-rl",
"author_login": "tode-rl",
"committed_at": "2026-04-03T02:51:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6774980d3bb5b4215e837479323ccf3dd8f3c227",
"body": "## What\n\nImproving demos and CI functionality\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "docs: updating examples and a few CI improvements (#27)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T02:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20db1a40482eaf23fb14463540c10f86999cdf3b",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "chore: update examples, docs, and CI configuration (#25)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-03T02:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276b9654e86a4030b5a75c8379c2efcae3610d02",
"body": "Add comprehensive explanations based on dogfooding feedback:\n\n- Add \"Key Concepts\" section explaining Runloop, Devbox, Axon, and\nBroker Mount\n- Add detailed \"Prerequisites\" section with step-by-step API key setup\n - Include links to platform.runloop.ai and console.anthropic.com\n - Clarify ANTHROPI\n[…]\nk` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)\n\n---------\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: improve README with core concepts and setup guide (#24)",
"author_name": "tode-rl",
"author_login": "tode-rl",
"committed_at": "2026-04-03T01:30:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "67215f3b10fd388fd7c225cb579c83ffd4679ff2",
"body": ":robot: I have created a release *beep* *boop*\n---\n\n\n##\n[0.1.2](https://github.com/runloopai/agent-axon-client-ts/compare/agent-axon-client-v0.1.1...agent-axon-client-v0.1.2)\n(2026-04-02)\n\n\n### Bug Fixes\n\n* remove helper method for now\n([#22](https://github.com/runloopai/agent-axon-client-ts/issues/\n[…]\nogleapis/release-please). See\n[documentation](https://github.com/googleapis/release-please#release-please).\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release agent-axon-client 0.1.2 (#23)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-02T21:29:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89e85f90273be0d822261d0528e7e291b5238d0e",
"body": "## What\n- remove agent / devbox ACP helper method for now\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [x] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix: remove helper method for now (#22)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-02T21:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc0cdfcb0d9dbf5051b0835623fd7a3e891d120",
"body": "## What\n\n<!-- Brief description of the changes -->\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "fix: update demos to use latest agent-axon-client-ts (#21)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T21:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b63900e9317c40453528af3668eea3ecd8c40a77",
"body": "## What\n- ClaudeSDKConnection -> ClaudeAxonConnection rename\n\n## Why\n- Consistency and clairty\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [x] Breaking change\n- [ ] Documentation update\n- [ ] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes follow [conventional\ncommit](https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(claude): claudeSDKConnection -> ClaudeAxonConnection rename (#19)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-02T20:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c0424ef215a3c754adeb3537640f3c6dfe12a2e",
"body": "## What\n\n- move examples to blueprint by name, useful for environment consistency\nof blueprint used\n\n## Why\n\n<!-- Motivation and context -->\n\n## Type of change\n\n- [ ] Bug fix\n- [ ] New feature\n- [ ] Breaking change\n- [ ] Documentation update\n- [x] Refactor / maintenance\n\n## Checklist\n\n- [ ] Changes \n[…]\n(https://www.conventionalcommits.org/) conventions\n- [ ] `bun run check` passes (lint + format)\n- [ ] `bun run build` passes\n- [ ] `bun run test` passes\n- [ ] SDK documentation updated (if applicable)",
"is_bot": false,
"headline": "chore(examples): move examples to blueprint by name (#20)",
"author_name": "ross",
"author_login": "ross-rl",
"committed_at": "2026-04-02T19:24:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6a596a604d29ef9995738500be6187fdef1b88e",
"body": "Node 22 bundles npm 10.9.x but OIDC trusted publishing requires\nnpm >= 11.5.1. Switch to Node 24 which ships with npm 11.x.\n\nAdd --ignore-scripts to npm publish to prevent prepublishOnly from\ndeleting and rebuilding dist/ (already built by bun run build).\n\nMade-with: Cursor",
"is_bot": false,
"headline": "ci: use Node 24 for npm OIDC and skip prepublishOnly (#17)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T06:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba39ac124e1e7e7ad0bb08de69e6b698d398df2",
"body": "Remove NPM_TOKEN and registry-url in favor of npm's native OIDC\ntrusted publishing. The package already has a trusted publisher\nconfigured on npmjs.com, so the npm CLI authenticates automatically\nwhen id-token: write is set. The explicit token was unset and\nblocking OIDC auto-detection, causing ENEEDAUTH on publish.\n\nProvenance is generated automatically by npm when publishing via\nOIDC from a public repo, so the --provenance flag is also removed.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "ci: use OIDC trusted publishing for npm publish (#16)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T06:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9b85c316108425d725983763727dcf864cf5a4",
"body": null,
"is_bot": false,
"headline": "ci: add manual trigger of publish (#15)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T06:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0cc3b2509713c05ce60ed001327de4407624ad",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release agent-axon-client 0.1.1 (#13)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-02T05:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a389183f4886774850931ea7e465258679ca3a37",
"body": "Enable OIDC token generation at the workflow level so GitHub Actions\ncan request identity tokens for npm provenance and other trust-based\nintegrations.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "ci: add workflow-level id-token permission for OIDC (#14)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T05:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e1496147188a6eea5127b1378fb51b11c62638",
"body": "* feat: initial release of @runloop/agent-axon-client SDK\n\nAxon-backed TypeScript client for connecting to coding agents (Claude Code,\nOpenCode, etc.) running inside Runloop devboxes. Supports both the ACP and\nClaude native protocols via subpath exports.\n\nAlso marks the monorepo root as private to prevent accidental publishes.\n\nMade-with: Cursor\n\n* cp dines",
"is_bot": false,
"headline": "fix: correct package.json for releasing NPM package (#12)",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T05:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d0eaca1833580e2ea7b81a4257e95833e2f5a9",
"body": "* deps: bump typescript from 5.8.3 to 6.0.2 in /examples/claude-app\n\nBumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.2.\n- [Release notes](https://github.com/microsoft/TypeScript/releases)\n- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v6.0.2)\n\n---\n\n[…]\nor\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Alexander Dines <alex@runloop.ai>",
"is_bot": true,
"headline": "deps: bump typescript from 5.8.3 to 6.0.2 in /examples/claude-app (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-02T05:41:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d41bcd599a68e13adbe2c5370d913f6d7e63e6b",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "docs: fix \"demos\" -> \"examples\" terminology in CONTRIBUTING",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T05:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339d15e9b1f76656d3067505aa7f9a752bc9de24",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "Initial commit",
"author_name": "Alexander Dines",
"author_login": "dines-rl",
"committed_at": "2026-04-02T05:25:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 92,
"latest_release_at": "2026-07-17T17:27:36Z",
"latest_release_tag": "remote-agents-sdk-v0.4.7",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 9,
"days_since_latest_release": 5,
"mean_days_between_releases": 11.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@runloop/remote-agents-sdk",
"exists": true,
"license": "MIT",
"keywords": [
"runloop",
"remote-agents",
"axon",
"acp",
"claude",
"agent",
"sdk"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@runloop/remote-agents-sdk",
"is_deprecated": false,
"latest_version": "0.4.7",
"repository_url": "https://github.com/runloopai/remote-agents-sdk",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 5437,
"first_published_at": "2026-04-28T23:38:38.217000Z",
"latest_published_at": "2026-07-17T17:28:04.637000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/acp-cli/tsconfig.json",
"examples/acp-hello-world/tsconfig.json",
"examples/claude-cli/tsconfig.json",
"examples/claude-hello-world/tsconfig.json",
"examples/combined-app/tsconfig.json",
"examples/feature-examples/tsconfig.json",
"examples/tools/tsconfig.json",
"sdk/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 56696,
"source_files_sampled": 145,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"sdk/AGENTS.md"
],
"agent_instruction_max_bytes": 16015
},
"dependencies": {
"manifests": [
"package.json",
"sdk/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 26,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@agentclientprotocol/sdk",
"manifest": "sdk/package.json",
"ecosystem": "npm",
"version_constraint": "0.18.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@agentclientprotocol/sdk",
"direct": true,
"version": "0.18.0",
"ecosystem": "npm"
},
{
"name": "@anthropic-ai/claude-agent-sdk",
"direct": false,
"version": "0.2.91",
"ecosystem": "npm"
},
{
"name": "@anthropic-ai/claude-agent-sdk",
"direct": false,
"version": "^0.2.91",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "^2.4.10",
"ecosystem": "npm"
},
{
"name": "@openai/codex",
"direct": false,
"version": "0.144.1",
"ecosystem": "npm"
},
{
"name": "@runloop/api-client",
"direct": false,
"version": "^1.20.0",
"ecosystem": "npm"
},
{
"name": "@types/diff",
"direct": false,
"version": "^8.0.0",
"ecosystem": "npm"
},
{
"name": "@types/express",
"direct": false,
"version": "^5.0.6",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "^19.2.14",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "^19.2.3",
"ecosystem": "npm"
},
{
"name": "@types/react-syntax-highlighter",
"direct": false,
"version": "^15.5.13",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "^8.18.1",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "^6.0.1",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "^4.1.2",
"ecosystem": "npm"
},
{
"name": "concurrently",
"direct": false,
"version": "^9.2.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "^8.0.4",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "^5.2.1",
"ecosystem": "npm"
},
{
"name": "husky",
"direct": false,
"version": "^9.1.7",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "^19.2.4",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": false,
"version": "^19.2.0",
"ecosystem": "npm"
},
{
"name": "react-dropzone",
"direct": false,
"version": "^15.0.0",
"ecosystem": "npm"
},
{
"name": "react-markdown",
"direct": false,
"version": "^10.1.0",
"ecosystem": "npm"
},
{
"name": "react-syntax-highlighter",
"direct": false,
"version": "^16.1.1",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "^0.28.18",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.8.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.8.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "^8.0.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^4.1.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "^8.18.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 29,
"direct_count": 1,
"indirect_count": 28
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 90,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 51
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "dines-rl",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/160077924?v=4"
},
{
"type": "User",
"login": "ross-rl",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/151584650?v=4"
},
{
"type": "User",
"login": "james-rl",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/202834706?v=4"
},
{
"type": "User",
"login": "tode-rl",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/209012302?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.532
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml",
"pr-title.yml",
"release.yml",
"smoke-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 18/26 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "55 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1dd28f22afbcc63193de99d38b92ff9feb6fcf2d",
"ran_at": "2026-07-23T00:53:03Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T17:30:13Z",
"oldest_open_prs": [
{
"number": 101,
"created_at": "2026-04-15T23:34:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2026-04-23T20:46:48Z",
"last_comment_at": "2026-07-09T20:43:56Z",
"last_comment_author": "dependabot"
},
{
"number": 115,
"created_at": "2026-04-30T20:46:57Z",
"last_comment_at": "2026-05-07T20:47:56Z",
"last_comment_author": "dependabot"
},
{
"number": 116,
"created_at": "2026-04-30T20:47:16Z",
"last_comment_at": "2026-05-14T20:47:36Z",
"last_comment_author": "dependabot"
},
{
"number": 120,
"created_at": "2026-05-06T22:48:17Z",
"last_comment_at": "2026-05-07T01:11:16Z",
"last_comment_author": "james-rl"
},
{
"number": 122,
"created_at": "2026-05-27T21:32:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 143,
"created_at": "2026-07-16T20:43:53Z",
"last_comment_at": "2026-07-16T20:43:54Z",
"last_comment_author": "dependabot"
},
{
"number": 144,
"created_at": "2026-07-16T20:44:20Z",
"last_comment_at": "2026-07-16T20:44:20Z",
"last_comment_author": "dependabot"
},
{
"number": 145,
"created_at": "2026-07-16T20:44:26Z",
"last_comment_at": "2026-07-16T20:44:27Z",
"last_comment_author": "dependabot"
}
],
"last_merged_pr_at": "2026-07-17T17:27:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/runloopai/remote-agents-sdk",
"host": "github.com",
"name": "remote-agents-sdk",
"owner": "runloopai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 65,
"vitality": 82,
"community": 48,
"governance": 59,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 92,
"human_commit_share": 0.859,
"days_since_last_push": 5,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "92 commits in the last year",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 92
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 11,
"latest_release_tag": "remote-agents-sdk-v0.4.7",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 11.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~11.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 11.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"@runloop/remote-agents-sdk"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5437
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,437 downloads/month across npm",
"points": 49.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5437,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.532
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 53% of commits",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 53
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"merged_prs": 90,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 51
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "90/141 decided PRs merged",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 90,
"decided": 141
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/26 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 30,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "runloopai",
"public_repos": 61,
"account_age_days": 975
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "30 followers of runloopai",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 30,
"login": "runloopai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "61 public repos, account ~2 yr old",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 61
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@runloop/remote-agents-sdk"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"acp",
"agent",
"axon",
"claude",
"runloop",
"sdk",
"typescript"
],
"has_wiki": false,
"homepage": "https://runloopai.github.io/remote-agents-sdk/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://runloopai.github.io/remote-agents-sdk/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 18/26 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "55 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 3 resolved dependencies against OSV; 26 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 3
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 26
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 26,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 80,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.987,
"agent_instruction_files": [
"AGENTS.md",
"sdk/AGENTS.md"
],
"agent_instruction_max_bytes": 16015
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, sdk/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, sdk/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "78 of 79 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 78,
"sampled": 79
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"examples/acp-cli/tsconfig.json",
"examples/acp-hello-world/tsconfig.json",
"examples/claude-cli/tsconfig.json",
"examples/claude-hello-world/tsconfig.json",
"examples/combined-app/tsconfig.json",
"examples/feature-examples/tsconfig.json",
"examples/tools/tsconfig.json",
"sdk/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.163,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.098
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "examples/acp-cli/tsconfig.json, examples/acp-hello-world/tsconfig.json, examples/claude-cli/tsconfig.json, examples/claude-hello-world/tsconfig.json, examples/combined-app/tsconfig.json, examples/feature-examples/tsconfig.json, examples/tools/tsconfig.json, sdk/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/acp-cli/tsconfig.json, examples/acp-hello-world/tsconfig.json, examples/claude-cli/tsconfig.json, examples/claude-hello-world/tsconfig.json, examples/combined-app/tsconfig.json, examples/feature-examples/tsconfig.json, examples/tools/tsconfig.json, sdk/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "15 of the last 92 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 15,
"sampled": 92
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "9 of the last 92 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 9,
"sampled": 92
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 56696,
"source_files_sampled": 145,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/145 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 145,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index npm:@runloop/remote-agents-sdk@0.4.7; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:53:21.516525Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/runloopai/remote-agents-sdk.svg",
"full_name": "runloopai/remote-agents-sdk",
"license_state": "standard",
"license_spdx": "MIT"
}