Skip to content

docs(faq): #477 — fix auto_cancel config key typo#535

Open
Nathan Schram (nathanschram) wants to merge 1 commit into
devfrom
feature/fix-477-faq-auto-cancel-key
Open

docs(faq): #477 — fix auto_cancel config key typo#535
Nathan Schram (nathanschram) wants to merge 1 commit into
devfrom
feature/fix-477-faq-auto-cancel-key

Conversation

@nathanschram
Copy link
Copy Markdown
Member

Summary

  • docs/faq/faq.md cost-budget example referenced a non-existent key auto_cancel_on_exceed
  • The canonical key is auto_cancel (verified against settings.py:222 and docs/how-to/cost-budgets.md)
  • Users copy-pasting the FAQ snippet would hit a Pydantic extra="forbid" parse error

This is the last Untether-side gap on #477 before closing it.

Test plan

  • Verified key against CostBudgetSettings in src/untether/settings.py
  • Verified against canonical docs/how-to/cost-budgets.md snippet
  • No other files in the repo reference auto_cancel_on_exceed

🤖 Generated with Claude Code

The FAQ's cost-budget snippet referenced a non-existent config key
auto_cancel_on_exceed. Canonical key is auto_cancel (verified against
src/untether/settings.py:222 CostBudgetSettings.auto_cancel and the
docs/how-to/cost-budgets.md table). Users copy-pasting the FAQ snippet
into untether.toml would hit a parse error from extra="forbid".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 42d89ddc-7b09-44cd-98a2-d51555d683fb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/fix-477-faq-auto-cancel-key

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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