Skip to content

feat: Add heartbeat periodic wake-up for autonomous agent checks#483

Merged
edenreich merged 1 commit intomainfrom
feat/heartbeat-periodic-wake-up
May 1, 2026
Merged

feat: Add heartbeat periodic wake-up for autonomous agent checks#483
edenreich merged 1 commit intomainfrom
feat/heartbeat-periodic-wake-up

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

@edenreich edenreich commented May 1, 2026

Adds a heartbeat service that wakes the agent on a fixed interval to check for pending tasks, todos, or background work. Includes independent config (heartbeat.yaml), a separate system prompt (system_prompt_heartbeat), daemon wiring in channels-manager, a --heartbeat CLI flag, environment variable overrides, and full documentation. Disabled by default.

Closes #472

@edenreich edenreich merged commit cfaf35b into main May 1, 2026
5 checks passed
@edenreich edenreich deleted the feat/heartbeat-periodic-wake-up branch May 1, 2026 00:40
ig-semantic-release-bot Bot pushed a commit that referenced this pull request May 1, 2026
## [0.108.0](v0.107.0...v0.108.0) (2026-05-01)

### 🚀 Features

* Add heartbeat periodic wake-up for autonomous agent checks ([#483](#483)) ([cfaf35b](cfaf35b)), closes [#472](#472)

### 🧹 Maintenance

* **deps:** Bump dev dependency claude-code to latest ([c2cb8fa](c2cb8fa))
* **nix:** Update package to v0.107.0 ([#482](#482)) ([364df47](364df47))
@ig-semantic-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.108.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Implement Heartbeat to wakeup the agent on a set of interval

1 participant