Skip to content

Releases: ExordexLabs/khaos-sdk

Better Trace Results

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 02 Mar 21:07
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

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 02 Mar 01:22
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

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 02 Mar 00:35
v1.0.9

v1.0.9: fix R2 trace uploads

Playground integration

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 28 Feb 17:11
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

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 27 Feb 00:36
v1.0.7

v1.0.7: fix dashboard URL generation (owner slug + shorter paths)

fixing auth / project flow

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 27 Feb 01:05
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

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 26 Feb 23:31
fix API URL: api.exordex.com → api.khaos.exordex.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Khaos Login / CLI Updates

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 21 Feb 01:05
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

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 14 Feb 00:35

Updated README to help onboarding.

small dashboard link update

Choose a tag to compare

@Robbyswimmer Robbyswimmer released this 13 Feb 02:07

small dashboard link update