Commit Graph

489 Commits

Author SHA1 Message Date
William Valentin de0c1f41b3 feat(channels): add mattermost adapter and wiring 2026-02-16 12:09:44 -08:00
William Valentin 813a0dc5c5 feat(gateway): complete openclaw phase1 queue parity v2 2026-02-16 12:04:33 -08:00
William Valentin 78da226542 docs(plan): add 3-phase roadmap for remaining OpenClaw parity gaps 2026-02-16 11:56:52 -08:00
William Valentin fbd24d4379 feat(gateway): support per-channel and per-session queue policy overrides 2026-02-16 11:51:26 -08:00
William Valentin f7284a4ef1 feat(gateway): add configurable lane queue mode, cap, and overflow 2026-02-16 11:48:45 -08:00
William Valentin 3863f59b45 docs(plan): record voice wake and capture gap completion 2026-02-16 10:17:28 -08:00
William Valentin a9b38150c0 docs(plan): record imessage bluebubbles gap completion 2026-02-16 09:41:35 -08:00
William Valentin 8e9f9aa4de feat(channels): add bluebubbles imessage adapter 2026-02-16 09:41:26 -08:00
William Valentin 2cadff901d docs(plan): record google chat gap completion 2026-02-16 02:08:00 -08:00
William Valentin 693dcd8421 feat(channels): add google chat adapter and webhook route 2026-02-16 02:07:55 -08:00
William Valentin 51ff5523ae docs(plan): record microsoft teams gap completion 2026-02-16 02:00:19 -08:00
William Valentin 8e35d2d674 feat(channels): add microsoft teams bot framework adapter 2026-02-16 02:00:14 -08:00
William Valentin c2bd8fa313 docs(plan): record signal gap completion and next up 2026-02-16 01:54:59 -08:00
William Valentin 113751ef1b docs(plan): mark bonjour discovery gap completed 2026-02-16 01:49:05 -08:00
William Valentin 7a298576e8 fix(whatsapp): make inbound typing indicator non-blocking 2026-02-16 00:58:33 -08:00
William Valentin ae36248da8 feat(skills): add registry doctor diagnostics and docs 2026-02-16 00:53:25 -08:00
William Valentin 23609a03a4 feat(skills): add install-by-registry-id flow 2026-02-16 00:35:10 -08:00
William Valentin f2b03b8836 feat(skills): add registry discovery list/show commands 2026-02-16 00:17:50 -08:00
William Valentin 4391c6e5b3 feat(skills): add ClawHub registry catalog parser and loader 2026-02-16 00:10:41 -08:00
William Valentin 4c6d1d724d docs(plan): scope next OpenClaw milestone for ClawHub registry 2026-02-16 00:08:58 -08:00
William Valentin ae70818ec1 fix: resolve strict typecheck fallout in setup, routing, and tests 2026-02-15 23:22:05 -08:00
William Valentin 948d4ac6d8 chore(lint): burn down remaining warnings to zero 2026-02-15 23:14:21 -08:00
William Valentin 49b752e8b0 chore(lint): reduce warning debt across core adapters and model clients 2026-02-15 23:03:42 -08:00
William Valentin 92da407e22 audit follow-up: trim image-analyze test lint warnings 2026-02-15 22:54:36 -08:00
William Valentin 803cf1da11 audit follow-up: reduce warning debt in local model tests 2026-02-15 22:53:12 -08:00
William Valentin 8c94bb51d0 audit follow-up: continue warning burn-down in factory and service tests 2026-02-15 22:51:20 -08:00
William Valentin e16c0bc2c7 audit follow-up: reduce warning hotspots in automation and gateway tests 2026-02-15 22:49:45 -08:00
William Valentin 1a075e62b0 audit follow-up: burn down lint hotspots and dedupe channel gating flows 2026-02-15 22:44:04 -08:00
William Valentin 06ff94e197 test(lint): remove non-null assertions in skills loader tests 2026-02-15 22:33:37 -08:00
William Valentin 021435ac27 test(lint): reduce warning debt in selected test suites 2026-02-15 22:31:47 -08:00
William Valentin 393aaf2743 refactor(channels): share reset message construction across adapters 2026-02-15 22:26:44 -08:00
William Valentin 46538e71a8 chore(lint): restore zero-error eslint baseline 2026-02-15 22:25:29 -08:00
William Valentin 8b529a18f2 refactor(channels): share reset-command normalization utility 2026-02-15 22:22:40 -08:00
William Valentin 05d8abc79d fix(slack): bound username cache with ttl and lru eviction 2026-02-15 22:21:06 -08:00
William Valentin a525ec7b2d fix(memory): wire auto_extract through orchestrator compaction 2026-02-15 22:18:55 -08:00
William Valentin 2eccd3e8eb test(tools): verify timeout abort prevents post-timeout side effects 2026-02-15 22:17:49 -08:00
William Valentin b4006e91ff feat(tools): extend cancellation to browser, web, and process tools 2026-02-15 22:12:03 -08:00
William Valentin 7877a1bcc9 fix(models): retry timeout errors by default 2026-02-15 22:06:30 -08:00
William Valentin 2cdfb66071 feat(tools): propagate timeout abort signals to tool execution 2026-02-15 22:05:43 -08:00
William Valentin 0220ec10dd feat(config): persist config.patch updates atomically 2026-02-15 22:03:21 -08:00
William Valentin c314e0f067 fix(models): make tier-change listener registration non-destructive 2026-02-15 21:58:55 -08:00
William Valentin 8709c3c9b4 fix(whatsapp): sandbox chromium by default 2026-02-15 21:57:52 -08:00
William Valentin 63d645bd87 feat(gateway): add websocket ingress rate limiting 2026-02-15 21:56:13 -08:00
William Valentin 948d589ac3 fix(audit): resolve lint global, compaction metrics, and nudge id 2026-02-15 21:54:12 -08:00
William Valentin 4cdad8eee9 fix(tools): clear timeout timers and update audit state 2026-02-15 21:44:40 -08:00
William Valentin d93c1c9f8d fix(gateway): enforce request body size limits 2026-02-15 21:44:36 -08:00
William Valentin 157e99ccb5 docs: add consolidated codebase audit report 2026-02-15 21:37:04 -08:00
William Valentin 4b8007c90d Add --mode api|token support to anthropic-auth 2026-02-15 20:20:39 -08:00
William Valentin 42c526bce9 Add re-auth y/N confirmation to minimal TUI login flows 2026-02-15 20:12:31 -08:00
William Valentin 99ad53a1ee Add API vs Coding Plan mode selection for Z.AI auth 2026-02-15 20:06:35 -08:00