docs: correct provider defaults and add missing commands - #10
Merged
Conversation
The OpenRouter migration landed in #8 but the README still documented Anthropic as the default provider and model. Config example, provider table, and the --provider flag list now match src/config/index.ts and src/ai/extractor.ts. Adds the ui and import commands and the --rss flag, which were registered in the CLI but absent from the docs. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P6r6zJqVcZR61FeWH7ZvGi
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The OpenRouter migration landed in #8, but the README was never updated to match.
What was out of date
"provider": "anthropic"/"model": "claude-haiku-4-5-20251001". The actual defaults insrc/config/index.tsareopenrouteranddeepseek/deepseek-v4-flash.OPENROUTER_API_KEYbeing wired up insrc/ai/extractor.ts.--provider <name>listed four providers; the CLI accepts five.podflow uiandpodflow import <path>are registered insrc/cli.tsbut were missing from the commands table.--rss <url>was missing from the global flags list.Cost figures for the new OpenRouter row are taken from the rate table in
src/ai/extractor.ts, not invented. TheCost (Haiku)table further down is left as-is since it is explicitly labelled.Docs only, no code changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_01P6r6zJqVcZR61FeWH7ZvGi