JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"ai-sdk",
"developer-tools",
"llm",
"openrouter",
"typescript",
"vercel-ai-gateway"
],
"is_fork": false,
"size_kb": 1433,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/@howells/ai",
"languages": {
"CSS": 21154,
"PLpgSQL": 14841,
"JavaScript": 20217,
"TypeScript": 358680
},
"pushed_at": "2026-07-17T14:34:18Z",
"created_at": "2026-04-27T08:37:38Z",
"owner_type": "User",
"updated_at": "2026-07-17T14:35:05Z",
"description": "Unified TypeScript AI client with Vercel AI Gateway defaults, provider escape hatches, model tiers, and normalized generation options.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://www.danielhowells.com/",
"name": "Daniel Howells",
"type": "User",
"login": "howells",
"company": null,
"location": "London",
"followers": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/145849?v=4",
"created_at": "2009-10-28T16:03:29Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 6111
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-25T14:18:07Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-05-03T16:10:05Z"
}
],
"recent_commits": [
{
"oid": "e21e2fe98e9e32d3df6edd31cb2c3431cdeac450",
"body": "Republish 0.4.0 with pnpm so pnpm catalog: specifiers are rewritten to\nresolved semver ranges at pack time. The 0.4.0 tarball shipped raw\n\"catalog:\" specifiers for ai, @ai-sdk/react, @howells/envy, and zod because\nit was published with `npm publish`, breaking installs for external\nconsumers (ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER).\n\nClaude-Session: https://claude.ai/code/session_01RP4KykpjVswckRFctHuBLo",
"is_bot": false,
"headline": "chore(release): 0.4.1",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-07-17T14:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "885232c1839d691824d099e8223fc8ff97cc238f",
"body": "Claude-Session: https://claude.ai/code/session_01RP4KykpjVswckRFctHuBLo",
"is_bot": false,
"headline": "chore(release): 0.4.0",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-07-17T14:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e527c47a88a19b82c3506b934b4f8aec89dc75fe",
"body": "Bump ai to ^7, @ai-sdk/anthropic|gateway|google|openai and @ai-sdk/react to\ntheir v7-paired v4 majors, and @openrouter/ai-sdk-provider to ^3. Adapt to\nv7 breaking changes:\n\n- Rename the deprecated stepCountIs to isStepCount (import, stopWhen call in\n generation, and the ./index re-export).\n- Retype\n[…]\napper's timeout option to RequestOptions[\"timeout\"], since v7\n removed timeout from CallSettings (now a TimeoutConfiguration).\n\nClaude-Session: https://claude.ai/code/session_01RP4KykpjVswckRFctHuBLo",
"is_bot": false,
"headline": "feat: migrate to AI SDK v7",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-07-17T14:29:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90b4206d1657f9a6e39a8a0f356c6dbf9adcc8e6",
"body": "Overhaul the benchmark app: add login/logout auth routes with session\ncrypto and policy enforcement, Postgres-backed run persistence with\nmigrations (hardened benchmark schema + legacy history cleanup), and a\nPlaywright E2E suite guarding public route boundaries. Restructure the UI\ninto workspace/results/settings components, add error/loading/not-found\nboundaries, an explore route, and SSE streaming. Add a CI workflow.\n\nClaude-Session: https://claude.ai/code/session_01RP4KykpjVswckRFctHuBLo",
"is_bot": false,
"headline": "feat(benchmark): harden benchmark app with auth, DB persistence, and E2E",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-07-17T14:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c518bf5a29471d26004aa9f6b275a6f515715ee",
"body": "Introduce a credential-free provider registry (src/providers/registry.ts)\nand a server-only package surface (src/server.ts, ./server export) for\nresolving secret-bearing provider connections. Overhaul the client to use\nthe shared registry, slim down models.ts, rework types, and simplify the\nCLI and \n[…]\noptions / result-insights tests in favor of protocol,\nprovider-error, route-boundary, security, and provider-contract coverage.\n\nClaude-Session: https://claude.ai/code/session_01RP4KykpjVswckRFctHuBLo",
"is_bot": false,
"headline": "feat: provider registry, server module, and client overhaul",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-07-17T14:24:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06744c4bdf7ca1d80f0da6038d4b2a4b81d8fdcd",
"body": "Document communication expectations, editing constraints, and commands\nfor agents working in this package.",
"is_bot": false,
"headline": "Add AGENTS.md with operational agent instructions",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-30T20:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbf993f5e126f3c0697d6f7ffa5d225e1addbe0",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.2.0",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-25T14:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2721f506275f57cdf37b8381d550f2dc16161f4f",
"body": "Adds Claude Opus 4.8 (new reasoning flagship) and Fable 5; updates OpenAI\n(gpt-5.5), Google (flash-lite/embedding-2 GA), GLM (5.2), Kimi (k2.7-code),\nQwen (3.7-plus, VL-235B), DeepSeek (v4-pro), MiniMax (m3), StepFun (3.7-flash),\nXiaomi (MiMo v2.5), Nex-AGI (N2-pro), and Voyage (v4 family) across th\n[…]\nANGE: renames/removes superseded model constants (e.g.\nOPENAI_MODELS.GPT_5_3_CODEX, GLM_MODELS.GLM_5, KIMI_MODELS.KIMI_K2_6,\nDEEPSEEK_MODELS.DEEPSEEK_V3_2). Also removes an unused import in client.ts.",
"is_bot": false,
"headline": "feat(models): refresh model matrix to current June 2026 lineup",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-25T13:59:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6318fa0606528f5f3c64450b99c502a99238884e",
"body": "Bumps @ai-sdk/* providers, @openrouter/ai-sdk-provider, voyage-ai-provider\n(3->4), tsdown, and the workspace catalog (ai, @types/node 26, tailwind 4.3.1).",
"is_bot": false,
"headline": "chore(deps): update AI SDK providers, voyage v4, and tooling to latest",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-25T13:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9091689c602dc4c3e0ca1206111b79f78b450f8",
"body": null,
"is_bot": false,
"headline": "chore: update workspace lint configuration",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-13T18:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819fdc1c794292d9aa42a02489189ef23c2263f3",
"body": "Keyless provider for Ollama's OpenAI-compatible API. Base URL resolves\nfrom ollamaBaseURL config, then OLLAMA_BASE_URL, then localhost:11434/v1;\ncounts as configured off-Vercel only, so explicit requests in serverless\ndeployments fail fast instead of timing out against localhost.\n\nTier and task matr\n[…]\n). Image embeddings throw rather than silently\ndegrade to text-only vectors.\n\nSmoke-tested live against Ollama: tier text, task-routed coding,\nvision, AI SDK tool calling, embeddings, and modelConfig.",
"is_bot": false,
"headline": "feat(ai): add ollama provider route for local models",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-10T02:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f3af23ba4b16eaf4de27dad1f48da4fce5b880c",
"body": null,
"is_bot": false,
"headline": "chore: align pnpm to 11.5.2",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-09T23:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b9ce8c022eb550c17e7de61264e8187f027c0d",
"body": null,
"is_bot": false,
"headline": "chore: pin local Node to 24.15.0",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-09T23:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef5b2a2cbaed0cae316c1182c5846a45836d59ec",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare 0.1.20",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-06-05T17:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c2af366422dd30ae31f6f0bbab13f0685e30e30",
"body": null,
"is_bot": false,
"headline": "Merge branch 'codex/model-routing-benchmark-vision'",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-22T01:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dddd07ac3a623bb2d68dcf0c16e8729d0279ace6",
"body": null,
"is_bot": false,
"headline": "chore(arc): ignore activity log",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-22T01:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992cf6575c7f809a8f8ae6158e0c79e16174429f",
"body": null,
"is_bot": false,
"headline": "docs(ai): document benchmark model surfaces",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-22T01:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0ee1b8df1d569c009d5a8fc1e612924778f5fe",
"body": null,
"is_bot": false,
"headline": "feat(ai): add groq model sandbox",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-21T16:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1726f81f4e07497c81c8c84d54f5814baa905e5d",
"body": null,
"is_bot": false,
"headline": "chore(release): publish 0.1.18",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-19T19:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5d12d845f75513f0b9e993565d3e88f62d82e2",
"body": null,
"is_bot": false,
"headline": "chore(release): bump package to 0.1.17",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-19T19:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678c650fa736a176df5f71e6a7025943426c766b",
"body": null,
"is_bot": false,
"headline": "feat(ai): normalize routing and vision benchmarks",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-19T19:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56017fe05fe8d2dcf12ea50522ab1a82a807922",
"body": null,
"is_bot": false,
"headline": "feat(models): prefer premium defaults",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-16T17:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d00d5dccce7bd64a32973e143794883717e8a85",
"body": null,
"is_bot": false,
"headline": "Remove Arc planning docs",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-12T17:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e32644e493500726039d981fee8ca210ce1d87",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: release 0.1.15",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-04T01:51:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "82499b44670da77f39ecf5cfcef7ea3d7dbca904",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs(arc): add designer browse report and progress journal",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-04T01:48:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b394de391d88d017b1d35536558a0bd0cfc93963",
"body": "Lifts the sticky behaviour from individual table cells to the row so\nbody content no longer paints above the column header during scroll,\nand pins all provider columns to a uniform 110px so OpenRouter no\nlonger drifts wider than its peers. Tunes the .scroll-shadow-x stops\nto actually read on white a\n[…]\n and renders no-key cells\nas the amber pill from the legend so they read distinctly from\nno-route dashes. Keeps Select visible / Clear visible at 1024.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(benchmark): polish table, strip, and scroll affordances",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-04T01:48:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "368693d93ef1b4509aa64aaf7b430727aea28a0b",
"body": "…sights\n\nStores every benchmark run in Neon Postgres with prompt + options hashes,\nexposes a /api/benchmark/history endpoint that returns matched-model\nnormalized provider scores, and wires those insights through the page so\nthe strip and table tooltips show fastest route averages — current run\nwhen fresh, historical when stale or absent. Also rewrites the tooltip\nto render through a portal so popovers escape table overflow clipping.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(benchmark): persist runs and surface historical matched-model in…",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-04T01:47:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a9475cd3d3cf3d7b305aefa0e64cf0e4bdb5a48",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: use passing direct provider defaults",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T23:38:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "98873028e255328ed3dec64507d492929056aa20",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: use chat completions for compatible providers",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T23:04:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14c072f269f3aa7940d73fb77e43edfb3f3ef37e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(benchmark): include provider defaults",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T22:44:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2fd4cef0aff47475f7f0723090f2ce4ffff4b918",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(benchmark): show only offered registry models",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T19:26:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "175478385d0dd8ab022964628e2a1ba4909881dc",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: refresh model coverage from RouterBase",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T19:04:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d4b6ee9b2bf66fa89d85b6652a7a85387710f0c6",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: release 0.1.13",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T16:10:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a5ca569a55562b2b83f9250b2fde39a50f1a050",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(benchmark): expose normalized provider controls",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-03T16:08:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "911a32640eb5c764506d73c48f1778d1349f974d",
"body": "A sticky <td> is scoped to its parent <tbody>, so wrapping every\ngroup's header row in a shared tbody made the sticky range collapse\nto the header row itself. Each group now lives in its own <tbody>,\ngiving the sticky td a proper range covering the header plus all of\nits data rows.\n\nAlso raise the g\n[…]\n data rows. Both layers\nwere previously at z-10 and the later-in-DOM data cells were winning\nthe stacking, hiding the group label entirely mid-section.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(benchmark): pin group headers across the full group on scroll",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-02T20:38:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7c27e60044a621276963b865c955106c19291074",
"body": "Pin the column header to h-9 (36px) and offset the group header to\ntop-9, removing the 8px gap where rows were peeking through during\nscroll. Drop the group header's bg-canvas/95 + backdrop-blur for a\nfully opaque background so scrolling content cannot bleed through.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(benchmark): make sticky table headers flush and opaque",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-02T20:27:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be28218433e066ba850992a35d8e0a86edfe51c3",
"body": "Adds GLM, Kimi, Grok, Qwen, and DeepSeek providers via a generic\nOpenAI-compatible adapter; introduces a ModelTask dimension alongside\nModelTier so models can be picked by workload (text, vision, tools,\nreasoning); requires explicit provider-key handling so missing keys fail\nloudly rather than silen\n[…]\nth quiet text-only facet\nfilters. Removes a stray unlayered `font: inherit` rule that was\noverriding every Tailwind text-size utility on form elements.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: expand provider matrix and redesign benchmark UI",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-05-02T20:14:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d046942546cd15b04ab041d1614b2ea34d887b3",
"body": null,
"is_bot": false,
"headline": "chore: normalize cli bin paths",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T10:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d83c2bf097cb30cac0693ec4499c63d2a9a219",
"body": null,
"is_bot": false,
"headline": "feat: add ai cli",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T10:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddaa715d0c3b6af59735e3e968e6e2032b6be7c4",
"body": null,
"is_bot": false,
"headline": "feat: add provider-aware generation matrix",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T10:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f0b48580e86f932fd6b31bd9bec8b07560f8dc9",
"body": null,
"is_bot": false,
"headline": "feat: make model tiers capability-aware",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T09:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513ac09de4c93d24baac6b8abe8f98002b374e5b",
"body": null,
"is_bot": false,
"headline": "feat: add provider-aware model resolution",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T08:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5209750e5980aa117fcf04da843228e891b5dbec",
"body": null,
"is_bot": false,
"headline": "chore: extract @howells/ai package",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-27T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0afb66438632970474083b9742d3439dd2c9adf",
"body": null,
"is_bot": false,
"headline": "feat(ai): add neutral image embedding routing",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T18:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be9dcd4bb684e9dc0396cc43692ba71b516a627",
"body": null,
"is_bot": false,
"headline": "feat(ai): add Voyage 3.5 constants",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T04:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fec5240ccb68eb9483451fd6dbb9b6502ac81d9",
"body": null,
"is_bot": false,
"headline": "feat(ai): expose runtime provider configs",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T04:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7db8b40704c9dcf0d1ad573bea8d01809fbabe",
"body": null,
"is_bot": false,
"headline": "feat(ai): add voyage multimodal 3 constant",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T04:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22376199374bdb285d3d906825f1801f826921a2",
"body": null,
"is_bot": false,
"headline": "chore(ai): release 0.1.1",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T04:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b1047b91d7651c90090532f4f8af4f06998f4d4",
"body": null,
"is_bot": false,
"headline": "feat(ai): add provider model constants",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T04:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fb28bc4f075406c7fefb54ea538df7decd62ba",
"body": null,
"is_bot": false,
"headline": "fix(ai): align gateway provider contract",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T03:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51ac64eae4ed45d4596b109e4d34e1a420a9bc5",
"body": "Gateway is consistently fast across all models, auto-authenticates on\nVercel, and eliminates the OpenRouter proxy hop. Benchmark data showed\nGateway matching or beating OpenRouter on most models while providing\nbuilt-in observability through the Vercel dashboard.",
"is_bot": false,
"headline": "feat(ai): change default provider from OpenRouter to Vercel AI Gateway",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-25T00:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664f72e04a6b4df331db76f945585c1bf56b74bb",
"body": "Add direct Anthropic, OpenAI, Google, and Vercel AI Gateway providers\nto @howells/routerbase-ai alongside OpenRouter. Provider routing via\n`ai.model(\"fast\", { provider: \"anthropic\" })` — Approach A.\n\nNew /benchmark page fires the same prompt across all provider×model\ncombinations and displays result\n[…]\nls as rows,\nproviders as columns) with TTFT/tok-per-sec/total toggle. Includes\npresets for Anthropic showdown, OpenAI showdown, speed comparison,\nand full matrix (29 runs across 10 models × 5 routes).",
"is_bot": false,
"headline": "feat(ai,benchmark): multi-provider inference benchmark with matrix view",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-24T23:58:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c70d60598d89eccb9874a6134699999f46cfae4c",
"body": "Rename from @routerbase/ai, add files field, publishConfig, tsdown\nconfig, and fix exports to point at dist/ instead of src/ for npm\nconsumers. Published as @howells/routerbase-ai@0.1.0.",
"is_bot": false,
"headline": "feat(ai): rename to @howells/routerbase-ai and add publish config",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-20T00:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a944a694e99bd5ea3f9aad453a6e76229f842374",
"body": null,
"is_bot": false,
"headline": "docs: add README for @routerbase/ai package",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-19T13:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "681ce87b47bc96132fbadff43d923ee286e0b328",
"body": "Standardised AI client with an 11-slot configurable model matrix,\nreplacing 15-20 scattered provider init files across projects.\n\n- 7 language model slots (nano/fast/standard/powerful/reasoning/tools/vision)\n- 4 retrieval slots (embed/multimodalEmbed/googleEmbed/rerank)\n- 3 providers: OpenRouter, Voyage AI, Google Gemini\n- Instance-per-client architecture (no module-level singletons)\n- Per-app attribution headers for OpenRouter cost tracking\n- Agent tagging for usage attribution",
"is_bot": false,
"headline": "feat: add @routerbase/ai unified client package",
"author_name": "Daniel Howells",
"author_login": "howells",
"committed_at": "2026-04-19T12:55:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 55,
"latest_release_at": "2026-06-25T14:18:07Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 10,
"days_since_latest_release": 27,
"mean_days_between_releases": 52.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@howells/ai",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@howells/ai",
"is_deprecated": false,
"latest_version": "0.4.1",
"repository_url": "https://github.com/howells/ai",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2635,
"first_published_at": "2026-04-27T08:37:48.142000Z",
"latest_published_at": "2026-07-17T14:34:32.978000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"apps/benchmark/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 55049,
"source_files_sampled": 73,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 2274
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@ai-sdk/anthropic",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "@ai-sdk/gateway",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "@ai-sdk/google",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "@ai-sdk/openai",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "@ai-sdk/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@howells/envy",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "@openrouter/ai-sdk-provider",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "ai",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
},
{
"name": "voyage-ai-provider",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "catalog:"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "howells",
"commits": 55,
"avatar_url": "https://avatars.githubusercontent.com/u/145849?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "no 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e21e2fe98e9e32d3df6edd31cb2c3431cdeac450",
"ran_at": "2026-07-22T19:09:01Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T14:35:13Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/howells/ai",
"host": "github.com",
"name": "ai",
"owner": "howells"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 33,
"vitality": 67,
"community": 23,
"governance": 37,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 55,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "55 commits in the last year",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 55
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 80,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 27,
"mean_days_between_releases": 52.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 27 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 27
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52.9
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": 57,
"inputs": {
"packages": [
"@howells/ai"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2635
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,635 downloads/month across npm",
"points": 45.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2635,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 37,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"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": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 36,
"owner_type": "User",
"is_verified": null,
"owner_login": "howells",
"public_repos": 30,
"account_age_days": 6111
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "36 followers of howells",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 36,
"login": "howells"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~16 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@howells/ai"
],
"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": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ai-sdk",
"developer-tools",
"llm",
"openrouter",
"typescript",
"vercel-ai-gateway"
],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/@howells/ai",
"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://www.npmjs.com/package/@howells/ai",
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.964,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 2274
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "53 of 55 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 55
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"apps/benchmark/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.255,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "apps/benchmark/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "apps/benchmark/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "14 of the last 55 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 14,
"sampled": 55
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": 55049,
"source_files_sampled": 73,
"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/73 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 73,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@howells/ai@0.4.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:09:05.913579Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/howells/ai.svg",
"full_name": "howells/ai",
"license_state": "absent",
"license_spdx": null
}