openclaw/docs/gateway
Peter Steinberger b23c7bd0f8
feat(cron): convert heartbeat tasks: entries into independent cron jobs (#113165)
Each legacy heartbeat tasks: entry becomes an editable system-created cron
job (declaration key heartbeat-task:<agentId>:<hash>, per-occurrence
identity for duplicate names) that fires a guarded heartbeat wake carrying
the task prompt plus current monitor scratch context. Task cadence is now
independent of the base heartbeat interval; active-hours, busy-retry,
min-spacing, and flood guards are preserved, deferred payload-carrying
wakes are retained and retried after the spacing floor, and colliding
task/event wakes cannot starve each other.

openclaw doctor --fix migrates existing blocks: async parse/plan, then one
synchronous SQLite transaction that rereads the pinned scratch revision,
upserts job rows, and strips the tasks: block atomically — concurrent
doctors serialize on the database and a losing run aborts untouched.
Orphan fields, invalid intervals, and incomplete entries block migration
of their block with a clear finding instead of silent text loss. The
runtime tasks: parser is deleted; leftover text is ordinary scratch prose.

Nine Codex gpt-5.6-sol xhigh autoreview cycles; final verdict clean.
2026-07-23 16:13:08 -07:00
..
security fix(gateway): preserve Control UI access across device-auth upgrades (#112558) 2026-07-22 18:44:48 -06:00
1password.md feat(agents): relay Claude native tool requests as Gateway approvals (#112918) 2026-07-23 03:21:08 -04:00
audit.md feat: add metadata-only message audit events (#103903) 2026-07-11 13:14:08 -07:00
authentication.md refactor(agents): move CLI backend adapters from config DSL to registerCliBackend plugins (review request) (#112539) 2026-07-22 00:25:29 -07:00
background-process.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
bonjour.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
bridge-protocol.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
cli-backends.md feat(agents): relay Claude native tool requests as Gateway approvals (#112918) 2026-07-23 03:21:08 -04:00
clients.md docs(gateway): add client-building and embedding guides (#111726) 2026-07-20 02:12:52 -07:00
cloud-workers.md feat: show cloud workspace conflicts in the Control UI (#111329) 2026-07-20 19:27:19 -07:00
config-agents.md feat(sessions): drafts UX — create-as-draft, promote, admin ghost treatment (#113127) 2026-07-23 13:06:35 -07:00
config-channels.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
config-tools.md refactor(models): own compat in provider catalogs (#112542) 2026-07-22 02:14:29 -07:00
configuration-examples.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
configuration-reference.md fix(logging): give non-default profiles their own gateway log file (#112777) 2026-07-22 19:08:41 -04:00
configuration.md feat(config): tier settings as common and advanced (#112538) 2026-07-21 23:17:47 -07:00
diagnostics.md refactor(config): purge numeric tuning knobs behind built-in defaults (#111382) 2026-07-19 07:35:45 -07:00
discovery.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
doctor.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
embedding.md docs(gateway): add client-building and embedding guides (#111726) 2026-07-20 02:12:52 -07:00
external-apps.md docs(gateway): add client-building and embedding guides (#111726) 2026-07-20 02:12:52 -07:00
gateway-lock.md fix(sqlite): serialize offline maintenance with gateway (#106210) 2026-07-13 18:15:32 +08:00
health.md fix(logging): give non-default profiles their own gateway log file (#112777) 2026-07-22 19:08:41 -04:00
heartbeat.md feat(cron): convert heartbeat tasks: entries into independent cron jobs (#113165) 2026-07-23 16:13:08 -07:00
index.md feat(gateway): land remaining durable-approvals stack and repair main gates (#104837) 2026-07-12 10:51:38 +01:00
local-model-services.md docs: cover embedding local service leases 2026-07-11 16:22:22 +08:00
local-models.md refactor(models): own compat in provider catalogs (#112542) 2026-07-22 02:14:29 -07:00
logging.md fix(logging): give non-default profiles their own gateway log file (#112777) 2026-07-22 19:08:41 -04:00
multi-tenant-hosting.md docs(fleet): remove MVP framing 2026-07-13 17:56:18 -07:00
multiple-gateways.md fix(sqlite): serialize offline maintenance with gateway (#106210) 2026-07-13 18:15:32 +08:00
network-model.md
openai-http-api.md refactor(config): purge numeric tuning knobs behind built-in defaults (#111382) 2026-07-19 07:35:45 -07:00
openresponses-http-api.md refactor(config): purge numeric tuning knobs behind built-in defaults (#111382) 2026-07-19 07:35:45 -07:00
openshell.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
opentelemetry.md refactor(config): purge numeric tuning knobs behind built-in defaults (#111382) 2026-07-19 07:35:45 -07:00
operator-scopes.md fix(gateway): make scope errors machine-readable across clients (#111013) 2026-07-18 17:53:45 -07:00
pairing.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
prometheus.md feat: trace Claude Code CLI model calls (#108304) 2026-07-18 06:23:49 +10:00
protocol.md feat(gateway): chat.send expectedLeafEntryId precondition keeps stale panes off switched branches (#113073) 2026-07-23 12:33:31 -07:00
remote-gateway-readme.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
remote.md fix(macos): direct Gateway TLS pins protect operator traffic (#112353) 2026-07-22 03:38:10 -07:00
restart-recovery.md refactor: store gateway restart recovery in SQLite (#110014) 2026-07-17 17:43:22 +01:00
sandbox-vs-tool-policy-vs-elevated.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
sandboxing.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
secrets-plan-contract.md fix(cli): oversized secrets plans consume unbounded memory (#109652) 2026-07-18 07:18:21 +01:00
secrets.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
tailscale.md fix(gateway): preserve local access for specific binds (#98479) 2026-07-10 19:18:47 -07:00
tools-invoke-http-api.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
troubleshooting.md feat(cron): convert heartbeat tasks: entries into independent cron jobs (#113165) 2026-07-23 16:13:08 -07:00
trusted-proxy-auth.md fix(gateway): preserve Control UI access across device-auth upgrades (#112558) 2026-07-22 18:44:48 -06:00