-
Notifications
You must be signed in to change notification settings - Fork 649
chore(brand): refresh the snapshot — the markers were rendering a stale catalog #359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "@blockrun/clawrouter", | ||
| "version": "0.12.278", | ||
| "description": "Smart LLM router — save 84% on inference costs. 76 models (7 free). Pay by credit card (API key) or USDC (x402 wallet).", | ||
| "description": "Smart LLM router — save 84% on inference costs. 78 models (6 free). Pay by credit card (API key) or USDC (x402 wallet).", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Synchronize the free-model count in the skill metadata.
🤖 Prompt for AI Agents |
||
| "type": "module", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Refresh hard-coded counts outside
br:markers.The catalog refresh changed marker values, but hard-coded counts in both documents still describe older snapshots.
docs/9-free-ai-models-zero-cost-blockrun.md#L26-L26: make the lineup, model commands, and “five of the seven” / “two of the seven” text agree with the canonical six-model tier.docs/anthropic-cost-savings.md#L53-L53: change41+ AI ModelsandFREE (9 free)to the current 78 visible and 6 free counts.📍 Affects 2 files
docs/9-free-ai-models-zero-cost-blockrun.md#L26-L26(this comment)docs/anthropic-cost-savings.md#L53-L53🤖 Prompt for AI Agents