Commit Graph

878 Commits

Author SHA1 Message Date
William Valentin 76d44a74bf Add LINE channel adapter with webhook ingress and gating 2026-02-16 13:02:26 -08:00
William Valentin a954d7e136 Add Android node foundation with FCM push support 2026-02-16 12:55:22 -08:00
William Valentin 58c4b0b9bb Add iOS node push-token registration foundation 2026-02-16 12:47:34 -08:00
William Valentin bea4c54f3b Add macOS companion node status and system.nodes APIs 2026-02-16 12:41:58 -08:00
William Valentin 8a0b4f3dbb Add canvas artifact RPC foundation for A2UI 2026-02-16 12:36:02 -08:00
William Valentin fe8674e108 Add node location access RPCs and operator visibility 2026-02-16 12:30:55 -08:00
William Valentin 1d16cd54e6 fix(tui): align slash command parsing and handlers 2026-02-16 12:22:40 -08:00
William Valentin fd7ad7bfb0 fix(tui): add /queue command support across tui and routing 2026-02-16 12:19:21 -08:00
William Valentin d9f7807ab2 feat(gateway): add node capability negotiation foundation 2026-02-16 12:14:25 -08:00
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 527602fd8a feat(tui): let Esc cancel active minimal-mode response generation 2026-02-16 11:42:25 -08:00
William Valentin b7a9fc1d35 fix(tui): make Esc clear line and cancel hidden prompts in minimal mode 2026-02-16 11:38:22 -08:00
William Valentin a5e8d6c216 fix(tui): cancel prompts on raw Esc input in minimal mode 2026-02-16 11:36:14 -08:00
William Valentin 205203a458 fix(tui): detect escape key variants for prompt cancellation 2026-02-16 11:34:05 -08:00
William Valentin c34ae9b75b feat(tui): add Esc key to cancel active prompt without exiting 2026-02-16 11:31:17 -08:00
William Valentin 598a77947d feat(cli): default bare flynn invocation to tui 2026-02-16 11:01:30 -08:00
William Valentin 16339eddd0 fix(cli): detect direct execution through symlinked flynn binary 2026-02-16 11:00:07 -08:00
William Valentin a27f18d4f2 build: make install fallback to ~/.local/bin when pnpm global bin is unset 2026-02-16 10:58:14 -08:00
William Valentin 91282a9c47 build: add make install target for flynn CLI 2026-02-16 10:56: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 83b8e38b11 feat(runtime): add talk mode and capture tools 2026-02-16 10:17:24 -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 0269c6032d feat(channels): add signal-cli channel adapter 2026-02-16 01:54:54 -08:00
William Valentin 113751ef1b docs(plan): mark bonjour discovery gap completed 2026-02-16 01:49:05 -08:00
William Valentin 323bef0526 feat(gateway): add optional bonjour/mdns discovery 2026-02-16 01:48:59 -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 41cb82802e SOUL.md: non-destructive commands free, destructive actions require Will's authorization 2026-02-15 23:23:13 -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