Skip to content

feat: v0.33.0 — effort control, model versions, Claude Code rename, error hints#82

Merged
Nathan Schram (nathanschram) merged 3 commits intomasterfrom
feat/v0.33.0
Mar 6, 2026
Merged

feat: v0.33.0 — effort control, model versions, Claude Code rename, error hints#82
Nathan Schram (nathanschram) merged 3 commits intomasterfrom
feat/v0.33.0

Conversation

@nathanschram
Copy link
Copy Markdown
Member

Summary

Test plan

  • All 1392 tests pass (80.39% coverage)
  • ruff format + ruff check clean
  • ty type checking passes
  • uv build (wheel + sdist)
  • uv lock --check (lockfile in sync)
  • Clean wheel install + smoke imports
  • pip-audit (no vulnerabilities)
  • bandit SAST (0 issues)
  • Docs build (zensical)
  • Dev bot tested via @untether_dev_bot

Closes #80, closes #81

🤖 Generated with Claude Code

…nd error hint improvements (#80, #81)

- Add effort control for Claude Code (--effort flag, /reasoning, /config)
- Show model version numbers in footer (e.g. opus 4.6 instead of opus)
- Show effort level in meta line (e.g. opus 4.6 · medium · plan)
- Rename all user-facing "Claude" to "Claude Code" for product clarity
- Make signal error hints engine-agnostic (remove hardcoded /claude)
- Add error hints for process/session errors across all 6 engines
- Add descriptive HTTP error messages to /usage command
- Update 27 documentation files with Claude Code naming
- Bump version to v0.33.0

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Python 3.14 no longer bundles pip in venvs by default.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Python 3.14 no longer bundles pip in venvs; use uv pip instead.
Fix stale smoke-test import: load_config → load_settings.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@nathanschram Nathan Schram (nathanschram) merged commit 3f25002 into master Mar 6, 2026
17 checks passed
@nathanschram Nathan Schram (nathanschram) deleted the feat/v0.33.0 branch March 6, 2026 05:11
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.

Rename user-facing 'Claude' to 'Claude Code' and improve error hints feat: effort control for Claude Code and model version numbers in footer

1 participant