add: solvent status — live at-a-glance agent summary#39
Merged
Conversation
New command that prints treasury balance, revenue, margin, job counts by status, last job activity, and API key presence — all in one screen. --watch auto-refreshes every N seconds (default 5). --json for scripts. Complements doctor (deep diagnostics) and finance (accounting detail) with a quick operational snapshot. Pure stdlib, no optional extras. 24 tests cover helpers, gather(), format_status(), and CLI flags. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SGjM79GJpSksy9wSSBa7e6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SGjM79GJpSksy9wSSBa7e6
ianalloway
pushed a commit
that referenced
this pull request
Jun 30, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SGjM79GJpSksy9wSSBa7e6
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.
Summary
solvent/status.py: prints a live snapshot of treasury balance, revenue, margin, job counts by status, last job topic/time, and API key presence--watch Nauto-refreshes every N seconds (default 5) with screen-clear — replaces a poor-man's TUI whenrichisn't installed--jsonfor scripting / monitoring integrations__main__.pyassolvent statusCommand triangle:
solvent status— quick operational snapshot (this PR)solvent doctor— deep install/stack diagnosticssolvent finance— full income statement + runway forecastTest plan
python3 -m pytest tests/test_status.py -v→ 24 passedpython3 -m pytest -q→ 321 passed, 6 skippedsolvent statusprints balance, job counts, API key gridsolvent status --jsonoutputs valid JSON withbalance_centssolvent status --watch 2refreshes and clears screen on Ctrl-C🤖 Generated with Claude Code
https://claude.ai/code/session_01SGjM79GJpSksy9wSSBa7e6
Generated by Claude Code