Commit Graph

  • 36c6b75e98 fix(memory): improve hybrid search ranking across namespaces William Valentin 2026-02-20 13:31:10 -08:00
  • 614e5e499e docs+prompt: add bootstrap/heartbeat docs and update prompt template William Valentin 2026-02-20 00:18:41 -08:00
  • 25d07a956b default gateway to 0.0.0.0 for web UI William Valentin 2026-02-20 00:02:11 -08:00
  • d4f4be068c fix(minio): support mc_path and harden sync against transient objects William Valentin 2026-02-19 13:18:20 -08:00
  • b5d691a99f docs(prompt): rebalance SOUL/IDENTITY/USER/TOOLS for autonomous evidence-based behavior William Valentin 2026-02-19 12:57:52 -08:00
  • 9493b2633c docs(prompt): add IDENTITY/USER/TOOLS launch context files William Valentin 2026-02-19 12:48:32 -08:00
  • e861f1c3ce docs(soul): require tool-backed evidence for completion claims William Valentin 2026-02-19 12:42:15 -08:00
  • 2c3a00f6dd Improve in-flight cancel latency via run abort signal propagation William Valentin 2026-02-19 12:24:39 -08:00
  • 290303c14e feat(memory): add daily log continuity controls William Valentin 2026-02-19 11:58:42 -08:00
  • 01cd726d7c feat(gateway): add interrupt preemption telemetry and requester notice William Valentin 2026-02-19 11:48:41 -08:00
  • 6b56d9e223 feat(models): add auth profile cooldown for api key pools William Valentin 2026-02-19 11:45:55 -08:00
  • baa53f91d9 refactor(security): unify elevated mode handling across surfaces William Valentin 2026-02-19 11:41:53 -08:00
  • 7cb647cbb8 feat(tui): add busy status indicator during processing William Valentin 2026-02-19 11:34:44 -08:00
  • 7a2176c15c feat(dashboard): configure services from clickable service cards William Valentin 2026-02-19 10:50:16 -08:00
  • 3b507d503f chore(config): enable heartbeat monitor in default automation settings William Valentin 2026-02-19 10:41:54 -08:00
  • 4e40878ad5 fix(dashboard): preserve unsaved model tier selections across refresh William Valentin 2026-02-19 10:29:36 -08:00
  • 708683297a feat(gateway): global tier provider/model defaults with catalog-backed options William Valentin 2026-02-19 10:17:16 -08:00
  • 5883e046ac fix(dashboard): correct model override enable checkbox default state William Valentin 2026-02-19 10:02:35 -08:00
  • d0978633ab feat(dashboard): add model tier default controls and document cancel path William Valentin 2026-02-19 09:53:05 -08:00
  • cd74b1e78a feat(chat): add /stop cancellation command across gateway and telegram William Valentin 2026-02-19 09:52:57 -08:00
  • 027f7ad283 feat(models): add background task model override config and runtime wiring William Valentin 2026-02-19 09:52:45 -08:00
  • 4df1291e64 docs(planning): add Seattle apartment hunting report William Valentin 2026-02-19 08:55:41 -08:00
  • 9799859eca fix(gateway-ui): preserve assistant overrides and bust stale cache William Valentin 2026-02-19 08:55:41 -08:00
  • 682154d9ec fix(telegram): avoid awaiting long-running polling start William Valentin 2026-02-19 08:55:41 -08:00
  • b6c8d8ddf4 fix(native-agent): recover textual tool_use JSON calls William Valentin 2026-02-19 08:55:41 -08:00
  • dcbb4649a2 gateway: prevent stale web UI assets on localhost William Valentin 2026-02-18 22:30:47 -08:00
  • 9a0fe3ec56 fix(dashboard): verify assistant-health saves with read-back William Valentin 2026-02-18 22:23:24 -08:00
  • 7e480f11fc fix(config): persist runtime patches to active overlay config path William Valentin 2026-02-18 19:43:55 -08:00
  • 0a664ddb21 feat(dashboard): show persistent assistant-health save status William Valentin 2026-02-18 18:25:04 -08:00
  • 45261a090a fix(dashboard): make assistant-health saves resilient to partial refresh failures William Valentin 2026-02-18 18:14:22 -08:00
  • 3647198295 feat(webchat): add session header sorting controls William Valentin 2026-02-18 18:10:18 -08:00
  • b0ae5f638b feat(system-info): improve human-readable snapshot formatting William Valentin 2026-02-18 18:06:46 -08:00
  • 9de52b7d93 feat(system-info): include disk usage in health output William Valentin 2026-02-18 18:04:35 -08:00
  • cdba111831 fix(confirmations): guarded-action handling across webchat and tui William Valentin 2026-02-18 17:43:57 -08:00
  • 7e00cb6b04 fix(tui): auto-approve hook confirmations in minimal mode William Valentin 2026-02-18 17:39:45 -08:00
  • 8d101475df feat(webchat): add human-readable per-message timestamps William Valentin 2026-02-18 17:02:04 -08:00
  • a13aa3113e feat(gateway): support full /model switching in webchat sessions William Valentin 2026-02-18 16:55:38 -08:00
  • abd37342fa fix(webchat): route slash commands through agent command fast-path William Valentin 2026-02-18 16:18:27 -08:00
  • b35a8675b5 docs(config): default telegram group replies and track reliability hardening William Valentin 2026-02-18 13:12:21 -08:00
  • 42ae4a75df feat(telegram): harden channel reliability with retries and error diagnostics William Valentin 2026-02-18 13:12:11 -08:00
  • 0ccbe65d3f chore(gateway-ui): bump service worker cache to v3 William Valentin 2026-02-18 13:06:21 -08:00
  • 02d63fe573 feat(gateway-ui): rewrite all page renderers with Tailwind classes William Valentin 2026-02-18 13:06:06 -08:00
  • 765e19933d feat(gateway-ui): replace legacy CSS with Tailwind base and responsive router William Valentin 2026-02-18 13:05:58 -08:00
  • 9d01441acd feat(gateway-ui): rewrite HTML shell with Tailwind responsive layout William Valentin 2026-02-18 12:52:01 -08:00
  • 7480c67338 docs: add gateway UI redesign implementation plan William Valentin 2026-02-18 12:45:12 -08:00
  • afb3b7c749 docs: add gateway UI responsive redesign design William Valentin 2026-02-18 12:43:14 -08:00
  • 9c60e8eea6 fix(build): copy gateway ui into dist without nesting stale assets William Valentin 2026-02-18 12:27:25 -08:00
  • 805bbaead9 fix(gateway-ui): refresh service worker and static cache headers William Valentin 2026-02-18 12:22:01 -08:00
  • 68ce0f77c4 feat(dashboard): add assistant activation checklist and guided controls William Valentin 2026-02-18 12:15:42 -08:00
  • 182827d612 feat(config): support assistant briefing runtime edits and setup defaults William Valentin 2026-02-18 12:15:37 -08:00
  • 4267eae16c feat(dashboard): add assistant playbook presets with rollback William Valentin 2026-02-18 12:11:30 -08:00
  • 7a9ac34618 feat(dashboard): add morning brief preview and test-send action William Valentin 2026-02-18 12:09:57 -08:00
  • ef3f401278 feat(dashboard): add assistant health panel with quick actions William Valentin 2026-02-18 12:06:21 -08:00
  • 43b9324c14 feat(webchat): add personal assistant mode controls in settings William Valentin 2026-02-18 12:04:37 -08:00
  • a8bb9f23ac soul: add standing directive to check codebase at session start William Valentin 2026-02-18 12:04:02 -08:00
  • 67d235ebf5 feat(tui): single ctrl+c clears input, double ctrl+c exits William Valentin 2026-02-18 11:38:21 -08:00
  • 21232748b9 fix: graceful ctrl+c shutdown and await session-end memory writes William Valentin 2026-02-18 11:30:47 -08:00
  • 55cde541ea fix: abort model retries immediately on user cancellation William Valentin 2026-02-18 11:21:57 -08:00
  • a76c5ae346 feat: default to full-access mode with hook-based sensitive guards William Valentin 2026-02-18 11:14:35 -08:00
  • fc2090b599 docs: clarify regular OpenClaw evolution review cadence William Valentin 2026-02-18 11:09:31 -08:00
  • 59c1033da0 feat: add minimal companion client CLI command William Valentin 2026-02-18 11:02:21 -08:00
  • 7ca5d5bff5 feat: improve channel message chunking boundary quality William Valentin 2026-02-18 10:50:34 -08:00
  • 49f0e0598b feat: add setup channel verification checklist output William Valentin 2026-02-18 10:48:49 -08:00
  • 8234cc93f3 feat: add webchat pwa push subscription support William Valentin 2026-02-18 10:46:55 -08:00
  • 02fa604c7c feat: add in-chat skill discovery and local registry install command William Valentin 2026-02-18 10:41:12 -08:00
  • f34a974210 feat: add session-scoped workflow approval gate commands William Valentin 2026-02-18 10:35:42 -08:00
  • 1508bcf9cb docs: add instruction to regularly track OpenClaw evolution William Valentin 2026-02-18 10:31:55 -08:00
  • 8e3cd2e0ba feat: add multi-key auth profile rotation for model providers William Valentin 2026-02-18 10:29:54 -08:00
  • f341149ac7 feat: add automation reactions event-trigger layer William Valentin 2026-02-18 10:26:40 -08:00
  • a71aa5992d feat: implement tier-a4 tts voice output replies William Valentin 2026-02-18 10:22:28 -08:00
  • 3eb07875f1 docs: refine OpenClaw analysis with quantified deltas William Valentin 2026-02-18 10:17:04 -08:00
  • 865068b71c feat: add announce delivery mode for automation runs William Valentin 2026-02-18 10:14:45 -08:00
  • f38fc063d2 feat: add proactive memory extraction and daily logs William Valentin 2026-02-18 10:10:47 -08:00
  • 9cbd66cdcc feat: preempt active runs in interrupt queue mode William Valentin 2026-02-18 10:06:35 -08:00
  • b786b1435a docs: add Feb 2026 OpenClaw strategic analysis and Flynn roadmap William Valentin 2026-02-18 10:02:29 -08:00
  • 0881fca21f docs: add OpenClaw strategic analysis and Flynn recommendations William Valentin 2026-02-18 09:52:53 -08:00
  • df931002aa docs: mark earlier_plans as archived metadata William Valentin 2026-02-18 08:20:17 -08:00
  • b62889a843 docs: mark earlier_plans metadata as completed in state tracker William Valentin 2026-02-18 08:18:21 -08:00
  • 5a4d4b2e21 docs: archive stale plan checklists and clarify canonical tracking William Valentin 2026-02-18 08:15:39 -08:00
  • 16af5e75fd feat: make /transfer bidirectional across telegram and tui William Valentin 2026-02-18 07:55:08 -08:00
  • d48adbe0b0 docs(agents): require deleting feature branch after merge William Valentin 2026-02-17 23:53:32 -08:00
  • 540f6780e6 feat(safety): gate sensitive tools behind elevation and immutable denylist William Valentin 2026-02-17 23:51:04 -08:00
  • 9345a864f4 fix(agent): add model request timeouts and empty-response fallback William Valentin 2026-02-17 23:05:21 -08:00
  • 73c58fcbde docs(soul): enforce feature-branch git safety policy William Valentin 2026-02-17 17:39:27 -08:00
  • 5451f8a1de fix(tooling): surface non-executable tool-use warnings William Valentin 2026-02-17 16:34:54 -08:00
  • 061b96fd68 Restore interactive re-auth prompt for Google auth CLIs William Valentin 2026-02-17 16:19:12 -08:00
  • 9c9ab92e9d feat(gateway): expand sessions surface with operator metadata and paging hardening William Valentin 2026-02-17 16:14:06 -08:00
  • 47187aa878 docs(plans): align next_up with 100% gap scorecard William Valentin 2026-02-17 16:07:31 -08:00
  • 477f3a5cf2 docs(plans): reconcile 3-phase checklist with implemented coverage William Valentin 2026-02-17 16:06:52 -08:00
  • 59199731c3 fix(gateway): align node push token typing and router test mock William Valentin 2026-02-17 16:06:03 -08:00
  • 803de57261 fix(gateway): align session mocks and persist normalized push provider William Valentin 2026-02-17 15:53:08 -08:00
  • 0c5259f49c test(setup): update anthropic default model expectation William Valentin 2026-02-17 15:50:30 -08:00
  • b0d06d0650 chore(rebase): realign duplicate backend/channel/schema files with main William Valentin 2026-02-17 15:44:47 -08:00
  • 03fa96583c fix(matrix): allow attachment-only outbound messages William Valentin 2026-02-17 09:57:46 -08:00
  • b75f7fc4ef test(routing): cover status backend output fast-path William Valentin 2026-02-17 09:55:11 -08:00
  • 88f6ae5b7a feat(backends): add external-to-external failover before native fallback William Valentin 2026-02-17 09:52:09 -08:00
  • 898828bb70 feat(audit): log backend routing decisions and fallback events William Valentin 2026-02-17 09:50:44 -08:00
  • 4400bdfcc9 feat(backends): add retry/backoff controls for external CLI execution William Valentin 2026-02-17 09:49:06 -08:00
  • 1f3d35726b docs(config): document agent backend routing and add schema guard test William Valentin 2026-02-17 09:40:11 -08:00
  • ea0988e2f9 fix(backends): validate backends.default and enabled backend set William Valentin 2026-02-17 09:39:26 -08:00