Skip to content

docs: correct provider defaults and add missing commands - #10

Merged
chrisschouk merged 1 commit into
mainfrom
docs/readme-refresh
Sep 5, 2026
Merged

docs: correct provider defaults and add missing commands#10
chrisschouk merged 1 commit into
mainfrom
docs/readme-refresh

Conversation

@chrisschouk

Copy link
Copy Markdown
Owner

The OpenRouter migration landed in #8, but the README was never updated to match.

What was out of date

  • Config example showed "provider": "anthropic" / "model": "claude-haiku-4-5-20251001". The actual defaults in src/config/index.ts are openrouter and deepseek/deepseek-v4-flash.
  • The AI Providers table had no OpenRouter row, despite OPENROUTER_API_KEY being wired up in src/ai/extractor.ts.
  • --provider <name> listed four providers; the CLI accepts five.
  • podflow ui and podflow import <path> are registered in src/cli.ts but 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. The Cost (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

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
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
podflow Ready Ready Preview Sep 4, 2026 9:49pm UTC

@chrisschouk
chrisschouk merged commit b746b3f into main Sep 5, 2026
5 checks passed
@chrisschouk
chrisschouk deleted the docs/readme-refresh branch September 5, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant