You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix heartbeat path resolution and add model selection
Heartbeat prompt now references $NANOCLAW_GROUP_DIR/HEARTBEAT.md explicitly
so the agent can find the checklist. Fixed stale nanoclaw log paths in
heartbeat skill. Added GHOSTCLAW_MODEL env var for model selection
(sonnet/opus/haiku), wired through agent runner to Claude SDK. Setup
flow now asks which model and defaults to Sonnet. Phase 8 extras now
include update-check and use multiSelect.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
"prompt": "Read HEARTBEAT.md and run each check listed. Only message the user if something needs attention. If everything is fine, respond with <internal>All checks passed</internal> and nothing else.",
59
+
"prompt": "Read $NANOCLAW_GROUP_DIR/HEARTBEAT.md (or ./HEARTBEAT.md in the current directory) and run each check listed. Only message the user if something needs attention. If everything is fine, respond with <internal>All checks passed</internal> and nothing else.",
60
60
"schedule_type": "cron",
61
61
"schedule_value": "*/30 * * * *",
62
62
"context_mode": "isolated"
@@ -71,7 +71,7 @@ Adjust the cron value based on the user's preference.
71
71
Wait for the next cron trigger (or manually create a test by adding a failing check to HEARTBEAT.md), then check logs:
0 commit comments