Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:42
71190df

Changelog

  • 3c5b20d Add Helm chart, store indexes, and namespace-scoped operations.
  • 4412f60 Add NaN-safe scorer clamp, config validation defaults, and enhanced gate/scorer tests
  • 49908e0 Add audit CLI fetch, theme colors, and UI dashboard improvements
  • e07200c Add audit, accuracy, and health API endpoints
  • 9c53ebd Add audit/accuracy/health model fields and store migration
  • 99deae9 Add kwctl control center TUI and remediation runtime APIs.
  • 93f7140 Add multi-LLM support, notifications, outcome tracking, and harden agent pipeline.
  • 18506f3 Add one-click install, production tooling, and refresh README.
  • f884d9e Add prediction diagnostic logging and preservation fix
  • 0e3ca66 Add runbook remediation, deep RCA, and standardize on main branch.
  • cae8553 Address full codebase audit: gate, forecast, correlator, API, and CLI.
  • 345ba39 Apply gofmt whitespace alignment
  • bb53c6c Bump golangci-lint from v2.1.6 to v2.12.2 for Go 1.26 compat
  • cbc3484 Extend namespace scoping, audit indexes, and Helm install path.
  • 8d22ca1 Fix CI by running gofmt on unformatted Go files.
  • 0481291 Fix docker-agent CI by tracking agent Dockerfile outside build/
  • 5a8b5aa Fix end-to-end agent pipeline: gate, patterns, correlator, and K8s wiring.
  • d56ac81 Fix gofmt across all remaining files and commit required accuracy/health model deps
  • 50c3be5 Fix golangci-lint v2 config format for v2.12 compat
  • e1e627e Fix review findings: safety guards, dedup, and collector hardening.
  • 36ed376 Harden agent pipeline: dedup, gate sustainment, and real rollback.
  • 9e8ed39 Remove .omo/ and .serena/ from tracking, add .serena/ to gitignore
  • 4213257 Wire OpenRouter Go SDK and harden LLM remediation through dry-run.
  • 3369907 checkpoint: security hardening and TUI detail view enhancements
  • 9af876a feat(forecaster): add Tier-2 Python forecasting sidecar with gRPC
  • 058a6cb feat(predictor): replace EWMA/Z-score with adaptive median + Hoeffding bounds + BOCPD
  • 71190df feat(release): publish Docker images and Helm chart to GHCR
  • baa21fa feat: add CLI commands for status, config, and predict
  • 2b2aea7 feat: add K8s event delta watcher for failure-related events
  • e6900cc feat: add K8s resource informers for pod/node/deployment state tracking
  • 144c532 feat: add Kubernetes client helpers with in-cluster and kubeconfig modes
  • f74dc12 feat: add Kubernetes deployment manifests for in-cluster agent
  • 8fcfeee feat: add LLM-powered remediation system with risk-tiered gating
  • 8cd753a feat: add agent HTTP API with health, status, predictions, anomalies, config endpoints
  • 953fd0b feat: add development and deployment scripts
  • 13a0b16 feat: add shared domain types for anomaly, prediction, remediation
  • 930bc63 feat: add static pattern matchers for OOMRisk, CrashLoopRisk, and Degradation
  • cae1646 feat: implement Prometheus metrics collector with 17 PromQL queries
  • 092aea4 feat: implement bbolt embedded store with metrics ring buffer
  • 864886b feat: implement statistical predictor with EWMA, Z-score, and rate-of-change
  • 3ec15bc fix(predictor): fix data race and cp.Add double-count; tune Hoeffding K to 5
  • d23c5ae fix(predictor): stabilize verification tests, fix changepoint blind spot