Immutable
release. Only release title and notes can be modified.
Added
- System-wide resource metrics in the footer — the footer CPU/MEM segment now reports whole-machine utilization (aggregate
os.cpus()busy percentage andtotalmem - freemem) instead of process-scoped usage. Wide terminals showCPU 42% MEM 35% (18.0GB/50.5GB); thresholds are percentage-based (warning ≥70% CPU or ≥85% MEM, error ≥90%/95%). Process-scoped getters remain available on the sampler for diagnostics. - Aurora theme pair — new built-in
omk-aurora-darkandomk-aurora-lightthemes with WCAG-verified contrast (body text ≥14:1, muted ≥5.7:1, semantic colors ≥4.5:1), a full 51-token color map, and a stepped thinking-level color ramp. Aliases:aurora,aurora-dark,aurora-light. - AdaptOrch advisory bridge wiring — opt-in, global-only
adaptorchBridgesettings block (enabled,ttlMs,timeoutMs,maxConsultsPerSession,failureThreshold). When enabled, the v4 auto thinking-level resolver consults the circuit-breaker-protected, TTL-cached advisory bridge and fuses the returned hint as a bounded ±2-step nudge; the resolver's own confidence escalation still applies on top. Default remains fully off, and a project-scope settings file can never enable it.
Changed
omk-adaptorch-wplpromoted to stable and added as a runtime dependency ofopen-multi-agent-kit(lockstep0.91.0). The Work Packet Loop state machine, outcome adjudicator, and verification-wall modules now ship with the CLI package.- Repository hygiene: local-only research corpora and audit artifacts are no longer tracked in git (they remain on disk, with a local SHA-256 integrity manifest for the project-owned subset).
Fixed
- Masked API-key-like values in newly submitted user chat before extensions, models, event streams, and session persistence.
- Restored
omk-adaptorch-wplhandling in the coding-agent shrinkwrap generator so internal workspace packaging stays reproducible.
Notes
- Published to npm as
open-multi-agent-kit@0.91.0(lockstep withomk-ai,omk-agent-core,omk-tui, andomk-adaptorch-wplat0.91.0). - Verification boundary:
tsgo --noEmitclean; adaptorch-wpl suite 73/73, coding-agent regression suite 784/784, theme suites green. Live-provider coverage remains outside this release.