v1.0.1
KAME v1.0.1 β reliability fixes, log levels, config declutter
Additive release. The proven selection/rotation engine is unchanged β with at least one healthy key, behavior is identical to v1.0.0. These changes only affect cooldown duration on failures, the all-keys-sick sleep cadence, error reporting, and the log.
Reliability fixes
- Mid-run nudge works without the button β A0 control-flow exceptions (Intervention / Repairable / Handled) now pass through the carousel, so a chat message sent while the agent is working is received immediately.
- No more stream restart from zero β a stream that fails after emitting content re-raises instead of regenerating the whole response.
- Gentle server-outage escalation β sustained 503/500s back off 5 β 10 β 20 β 40 β 80s (capped 90s) on a separate counter, reset on success, instead of spinning forever.
Daily-quota & account-limit awareness (multi-provider)
- KAME no longer trusts a misleading short
retryDelayon an exhausted key (e.g. Google's1son a daily 429). It rests the key for the configured cooldown (default 1h) and sleeps through the outage instead of burning wasted requests against a dead key.
Logging
- Configurable level: silent / normal / verbose. Success is never silent, yet the plugin can stay fully out of the Docker log when you need it.
Config
- Decluttered to three settings:
kame_log_level,daily_quota_cooldown_seconds,key_log_style.
Verified through Agent Zero v1.18.