NoWreck v0.11.1 — Bugfixed Release #2
AstralXVoid
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
NoWreck v0.11.1 — Bugfix Release
Date: August 2026
Type: Bugfix release (no new features)
What's Fixed
Critical (v0.11.0 post-ship)
_restore_from_patch()was a no-op stub; now callsSnapshotManager.restore()in afinallyblockverify_prompt()v10 pipelinerestore()return value is checked; warns with recovery instructions on failureAdapter Correctness
_auth_header()now acceptsproviderparameter;x-api-keyfor Anthropic,x-goog-api-keyfor Gemini even with custombase_urlstop_reason=max_tokensnow raises a clear errorprovider=cluadfail fast instead of silently falling back to OpenAIapi.anthropic.eunow selectsAnthropicAdapterbase_urlwith trailing/v1no longer produces/v1/v1/messages_AdapterErrorinstead of sending emptymessages/contentsto the APISecurity
config show— uses_mask_key()for displayos.fchmod()Patch Pipeline
_split_patch_sections()claims_to_changes()and_mask_messages()cleaned upVerification Architecture
Symbol.line_numberexcluded from__eq__/__hash__; pure line shifts no longer produce fake ADD/REMOVE pairsCALL_REMOVEDchange type added; vanished call sites produceCONTRADICTEDinstead ofUNVERIFIABLECode Quality
_discover_*_files()methods replaced with one shared_discover_files(*suffixes)assert error is not Nonereplaced withelif error is not None(safe underpython -O)except Exceptionin provider response parsing limited to(json.JSONDecodeError, ValueError, KeyError, IndexError, TypeError)_get_str_or,_get_float_or,_get_int_orlog debug on unexpected types instead of silently coercingDocumentation
adapters.pyandprovider.pydocument the single source of truth for auth headersUpgrade Notes
providerconfig key now correctly affects auth headers (previously ignored whenbase_urldidn't match)NoWreck v0.11.1 — August 2026
This discussion was created from the release NoWreck v0.11.1 — Bugfixed Release.
All reactions