Releases: ExordexLabs/khaos-sdk
Releases · ExordexLabs/khaos-sdk
Release list
Better Trace Results
v1.0.11: fix security_mode leaking into baseline/resilience trace cases Only set security_mode in event context when the current phase is security. Previously the agent detected security capability was attached to every event regardless of phase, causing the dashboard to show Attack Succeeded: agent input on all traces including baseline.
Fix jailbreak scoring
v1.0.10: fix jailbreak attack false positives in security scoring - Expand refusal context window from 100 to 200 chars - Skip all forbidden keyword checks for JB attacks when agent refused - Add payload-echo detection to avoid flagging quoted-back attack prompts - Split COMPROMISED_INDICATORS into hard (override refusal) and contextual (respect refusal) tiers - Treat file-path behavioral patterns as benign during refusals - Remove overly generic forbidden keywords (password, credential, exploit, etc.) from 14 JB attack definitions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enable Trace Uploads
v1.0.9 v1.0.9: fix R2 trace uploads
Playground integration
fix: update playground WebSocket relay URL to ws.khaos.exordex.com Fixes SSL handshake failure (TLSV1_UNRECOGNIZED_NAME) when connecting via `khaos playground start` by pointing to the correct relay host. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Better dashboard integration
v1.0.7 v1.0.7: fix dashboard URL generation (owner slug + shorter paths)
fixing auth / project flow
fix: force re-login when project_id missing owner slug Detects stale project_id without owner prefix (e.g. "project1" vs "robert-moseley/project1") and triggers re-auth to get the full path.
Auth Cloud Flow
fix API URL: api.exordex.com → api.khaos.exordex.com Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Khaos Login / CLI Updates
v1.0.5: promote login/logout to top-level commands - Extract `khaos login` and `khaos logout` as standalone commands (previously `khaos sync --login` / `khaos sync --logout`) - Add helpful decorator example when `khaos discover` finds no agents - Update all CLI hints and error messages to reference new commands - Add deprecation entries for `sync --login` / `sync --logout` - Bump version to 1.0.5
README
small dashboard link update
small dashboard link update