chore: release v0.17.0#56
Merged
Merged
Conversation
Bundles the security + classifier-extensibility work landed since 0.16.0: - Configurable embedding backends for the centroid classifier (#50) - Production security hardening — CORS, auth, headers, bounds (#30) - Optional prompt-injection guard + PII redactor (#55) The #30 baseline is recommended for anyone exposing 'nadirclaw serve' beyond localhost; the new #55 modules are opt-in and disabled by default. Co-Authored-By: Claude Opus 4.7 <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.
Bundles the security + classifier-extensibility work landed since 0.16.0 (yesterday):
Why a release one day after 0.16.0
These three PRs all add user-visible knobs (
NADIRCLAW_EMBEDDING_BACKEND,NADIRCLAW_CORS_ORIGINS,NADIRCLAW_PROMPT_GUARD,NADIRCLAW_PII_REDACTION, etc.) that anyone runningnadirclaw serveexposed beyond localhost will want to pin to a versioned release. The security baseline in particular is recommended for anyone past pure-local use — better to give that a version number than leave it atHEAD.Diff
nadirclaw/__init__.py—__version__ = "0.17.0"CHANGELOG.md— new[0.17.0]block under### Addedand### SecurityVerification
🤖 Generated with Claude Code