chore: release v0.35.0#240
Merged
Nathan Schram (nathanschram) merged 4 commits intodevfrom Mar 29, 2026
Merged
Conversation
… chat IDs (#231, #232, #233, #238) - Strip non-JSON prefixes from JSONL stdout lines in decode_jsonl() — fixes Gemini CLI "MCP issues detected" warning corrupting the first event (#231) - Change ask mode toggle default from False to True to match display default, fixing inverted button state in /config (#232) - Only strip approval buttons from progress when current action is a DiscussApproval (outline flow), not for regular tool approvals — fixes diff preview buttons disappearing after plan outline (#233) - Update integration test chat IDs from stale ut-dev: to ut-dev-hf: (#238) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Backfill changelog entries for fixes #32, #33, #59, #60, #62, #115, #134, #152, #166 and changes #36, #38 - Update contrib/untether.service KillMode from process to mixed (#166) - Update CLAUDE.md test counts (1818 tests) - Update docs (config, operations, troubleshooting, first-run) - Sync .claude/rules with current conventions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Bump version from 0.35.0rc14 to 0.35.0 - Set changelog date to 2026-03-29 - Remove non-standard ### ci changelog section (internal repo infra) - Sync lockfile Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
- Bump requests 2.32.5 -> 2.33.0 to fix CVE-2026-25645 - Ignore CVE-2026-4539 in pip-audit (pygments 2.19.2, no fix available) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
/configdoes not reflect project-leveldefault_engine, shows wrong buttons for non-Claude engines #60, Non-Claude runners missing model name in footer #62, Liveness watchdog false positive auto-cancel on long-running sessions #115, Reply-to resume fails — emoji prefix breaks engine regex extraction #134, bug: /config sub-pages show "default" instead of resolved on/off values #152, fix: KillMode=control-group bypasses drain and causes 150s restart delay #166 and changes Show cost tracking for non-Claude engines #36, Include CLI versions in startup diagnostics message #38contrib/untether.serviceKillMode fromprocesstomixed(fix: KillMode=control-group bypasses drain and causes 150s restart delay #166)0.35.0rc14to0.35.0### cichangelog section (internal repo infra, not user-facing)Test plan
validate_release.pypasses (changelog format, issue links, date)🤖 Generated with Claude Code