Commit Graph

7129 Commits

Author SHA1 Message Date
Peter Steinberger
12e7b3a571 refactor: centralize sandbox runtime label 2026-01-21 09:07:21 +00:00
Peter Steinberger
37619c2e0e fix: use plugin-sdk exports in bluebubbles 2026-01-21 09:03:09 +00:00
Peter Steinberger
b72917c8a2 fix: report sandboxed runtime in status 2026-01-21 08:59:32 +00:00
Peter Steinberger
2e1b419e2f docs: restore 2026.1.20 release notes 2026-01-21 08:43:05 +00:00
Peter Steinberger
77fec7c239 chore: release 2026.1.20-2 2026-01-21 08:30:33 +00:00
Peter Steinberger
0841c29833 chore: update appcast 2026-01-21 08:25:20 +00:00
Peter Steinberger
d98691fded chore: tidy package files list 2026-01-21 08:25:01 +00:00
Peter Steinberger
731d7c193c chore: release 2026.1.20 2026-01-21 08:23:49 +00:00
Peter Steinberger
2edc97aa62 docs: add npm files check to release checklist 2026-01-21 08:10:53 +00:00
Peter Steinberger
afaea67c36 fix: align chat composer 2026-01-21 07:48:00 +00:00
Peter Steinberger
df2d8f1da7 fix: quiet update banner and skip duplicate plugin CLI 2026-01-21 07:37:22 +00:00
Peter Steinberger
475ec11c3c chore: release 2026.1.20-1 2026-01-21 07:37:22 +00:00
Peter Steinberger
d75432bfd1 fix: guard anthropic refusal trigger 2026-01-21 07:28:49 +00:00
Peter Steinberger
85c5fcbea3 Merge pull request #1360 from SocialNerd42069/fix/duplicate-assistant-texts
fix: prevent duplicate assistant texts from whitespace differences
2026-01-21 06:31:01 +00:00
Peter Steinberger
043f75c74d fix: clean up slack threading landings (#1360) (thanks @SocialNerd42069) 2026-01-21 06:29:36 +00:00
SocialNerd42069
414e39b722 Add auto-notify on completion to coding-agent skill 2026-01-21 06:29:36 +00:00
SocialNerd42069
02ab995967 fix: prevent duplicate assistant texts from whitespace differences
- Add per-message dedup tracking in subscribeEmbeddedPiSession
- Compare both trimmed and normalized text to catch near-duplicates
- Reset dedup state on each new assistant message
- Add test for trailing whitespace edge case

Fixes duplicate Slack message delivery when the same text appears
with minor whitespace differences (e.g., trailing newline).
2026-01-21 06:29:36 +00:00
SocialNerd42069
749daefff8 fix(slack): handle Bolt ESM/CJS import for Node 25.x
The slackBoltModule.default points to App class directly on Node 25.x,
not the module object. Check for App property first before using default.
2026-01-21 06:29:36 +00:00
SocialNerd42069
d8e01c195e fix(slack): respect verbose setting and preserve thread context for tool notifications
Fixes two bugs in Slack tool notification delivery:

1. Tool notifications ignored verbose=false - normalized verbose values so
   boolean false/'false' are properly treated as 'off'

2. Thread context lost - Slack outbound adapter now falls back to threadId
   when replyToId is missing, and MessageThreadId is set for thread replies

Closes #1333
2026-01-21 06:29:36 +00:00
SocialNerd42069
d922eb4c66 my local tweaks 2026-01-21 06:29:36 +00:00
Peter Steinberger
9d4b79f9e3 fix: address update cli type import 2026-01-21 06:10:27 +00:00
Peter Steinberger
567464851c feat: align update channel installs 2026-01-21 06:00:54 +00:00
Peter Steinberger
5b77132a53 fix: normalize model override auth handling 2026-01-21 06:00:21 +00:00
Peter Steinberger
661a8ea465 chore: rename clawlog references 2026-01-21 05:53:32 +00:00
Peter Steinberger
57fc9a11c0 Merge pull request #1357 from vignesh07/fix/node-invoke-timeout
fix(node): enforce timeout for node.invoke handlers
2026-01-21 05:49:36 +00:00
Peter Steinberger
eb539c9a60 Merge pull request #1358 from vignesh07/fix/ios-talkmode-simulator
fix(ios): prevent Talk mode crash on simulator
2026-01-21 05:42:17 +00:00
Peter Steinberger
5f6f8b812a feat: add /allowlist command 2026-01-21 05:34:53 +00:00
Peter Steinberger
b122a10300 docs: expand 2026.1.20 highlights 2026-01-21 05:34:29 +00:00
Peter Steinberger
a1cab7d48e docs: add 2026.1.20 highlight 2026-01-21 05:31:37 +00:00
Peter Steinberger
7024b5ee41 fix: stabilize directory cli output 2026-01-21 05:25:28 +00:00
Peter Steinberger
1583fda5a0 docs: expand 2026.1.20 changelog 2026-01-21 05:24:23 +00:00
Peter Steinberger
031099afb3 feat: improve doctor update flow 2026-01-21 05:23:37 +00:00
Peter Steinberger
98e5c3d9fd fix: align cli output tests and help examples 2026-01-21 05:20:31 +00:00
Peter Steinberger
4ad0e08a76 Merge pull request #1354 from vignesh07/fix/gateway-ios-client-id
fix(gateway): allow clawdbot-ios client id
2026-01-21 05:09:15 +00:00
Peter Steinberger
d7adceea8f fix: guard nodes status duration parsing (#1354) (thanks @vignesh07) 2026-01-21 05:07:27 +00:00
Peter Steinberger
0c9237a15e fix: allow mobile node client ids (#1354) (thanks @vignesh07) 2026-01-21 05:07:26 +00:00
Vignesh Natarajan
447df05182 fix: allow clawdbot-ios gateway client id
The iOS app currently identifies as clientId=clawdbot-ios when
connecting in node mode. Add this ID to the allowed gateway client
IDs so the handshake schema accepts it.

Also fixes a TS strictness issue in auto-reply status formatting
(parts filter) that caused
> clawdbot@2026.1.20 build /Users/vignesh/clawd/clawdbot-upstream
> tsc -p tsconfig.json && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/write-build-info.ts

[copy-hook-metadata] Copied boot-md/HOOK.md
[copy-hook-metadata] Copied command-logger/HOOK.md
[copy-hook-metadata] Copied session-memory/HOOK.md
[copy-hook-metadata] Copied soul-evil/HOOK.md
[copy-hook-metadata] Done to fail.
2026-01-21 05:07:26 +00:00
Peter Steinberger
773939746e refactor: unify gateway connectivity state 2026-01-21 05:01:32 +00:00
Peter Steinberger
e299906f82 docs: update nodes list/status flags 2026-01-21 04:52:54 +00:00
Vignesh Natarajan
dd9ea3a4b9 fix(ios): prevent Talk mode crash on simulator
- Disable Talk mode start on iOS simulator (no audio input)
- Validate audio input format before installing tap to avoid
  AVFAudio assertion crashes on misconfigured devices.

Tested:
- Launched app on iOS simulator and tapping Talk no longer crashes
  (shows error path instead).
2026-01-20 20:52:42 -08:00
Vignesh Natarajan
b3c3cfd11e fix(node): enforce node.invoke timeout in node client
Use the timeout provided on node invoke requests to ensure node
clients always respond with a result.

This prevents gateway-side node.invoke calls from hanging until the
gateway timeout when a node command stalls.

Tests:
- swift test --filter GatewayNodeSessionTests
2026-01-20 20:50:20 -08:00
Peter Steinberger
c32fd6b32b feat: theme hooks/skills/plugins output 2026-01-21 04:48:34 +00:00
Peter Steinberger
af43743606 feat: tableize device/directory outputs 2026-01-21 04:48:33 +00:00
Peter Steinberger
4fc9bd491d docs: unify cli help examples 2026-01-21 04:48:33 +00:00
Peter Steinberger
4d592e8fc7 fix: allow node exec fallback and defer node approvals 2026-01-21 04:46:50 +00:00
Peter Steinberger
d59a71371f feat: filter nodes list/status 2026-01-21 04:39:15 +00:00
Peter Steinberger
a716ba0e94 Merge pull request #1348 from vignesh07/feat/tui-input-history
feat(tui): add input history (↑/↓) for submitted messages
2026-01-21 04:37:49 +00:00
Peter Steinberger
527b09cb2f fix: record tui input history (#1348) (thanks @vignesh07) 2026-01-21 04:37:22 +00:00
Peter Steinberger
a356257712 fix: record node last-connect by instance id 2026-01-21 04:32:53 +00:00
Vignesh Natarajan
23b56a5fba feat(tui): add input history for submitted messages (WIP)
Record submitted inputs in the editor history so up/down arrow
can recall previous messages.

Adds a small helper to wire submit handling and unit tests for
routing/recording behavior.

No PR yet (per request).
2026-01-21 04:31:33 +00:00