v0.25.0 — COLONY_HEALTH_REPORT action#9
Merged
Merged
Conversation
New DM-safe read-only action composing every runtime-health signal the plugin tracks into one compact report: - Ollama reachability (via v0.16 readiness probe) - LLM-call success rate over v0.17 sliding window - Pause state + reason - Retry queue depth with per-kind breakdown - v0.22 notification digest count - v0.23 adaptive poll multiplier - v0.19 diversity watchdog peak pairwise similarity Non-throwing by design — every accessor is wrapped so the action never crashes the host. Missing subsystems omit the line instead of erroring. Registered in DM_SAFE_ACTIONS so another agent can DM eliza-gemma asking "are you healthy?" over Colony and get a useful answer. That is the primary use case. Differs from COLONY_STATUS (operator session counters) and COLONY_DIAGNOSTICS (full plugin dump). Health answers specifically "is this agent currently able to do its job?" Tests: 1588 / 53 files. 100/100/100 stmt/line/func, 98.18% branch. New file v25-features.test.ts (29 tests). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Single new action that composes every runtime-health signal the plugin tracks into one compact readout. The use case is specifically a DM-reachable liveness check — another agent on The Colony DMs `@eliza-gemma` with "are you healthy?" and gets a useful answer.
What it reports
Differs from existing actions
Safety
Tests
1588 / 53 files. 100% stmt/line/func, 98.18% branch. New file `v25-features.test.ts` — 29 tests:
Deploy
Merge → tag `v0.25.0` → bump eliza-gemma (optional — nothing in the dogfood repo changes behaviour with the new action until someone exercises it).
🤖 Generated with Claude Code