Commit Graph

5979 Commits

Author SHA1 Message Date
Peter Steinberger
c9154cfb11 feat: add TLS for node bridge 2026-01-16 05:28:40 +00:00
Roshan Singh
ab91f1f9a2 Fix systemd ExecStart parsing whitespace 2026-01-16 05:25:13 +00:00
Tyler Yust
f62484da50 fix: handle async tool start handler rejections
Add .catch() to handleToolExecutionStart call to prevent unhandled
promise rejections when onAgentEvent or typing signaling fails.
2026-01-15 21:10:52 -08:00
cpojer
9eb64de2c0 Improve reminder text generation. 2026-01-16 14:03:17 +09:00
Tyler Yust
9263f96ca4 fix: send text between tool calls to channel immediately
Previously, when block streaming was disabled (the default), text generated
between tool calls would only appear after all tools completed. This was
because onBlockReply wasn't passed to the subscription when block streaming
was off, so flushBlockReplyBuffer() before tool execution did nothing.

Now onBlockReply is always passed, and when block streaming is disabled,
block replies are sent directly during tool flush. Directly sent payloads
are tracked to avoid duplicates in final payloads.

Also fixes a race condition where tool summaries could be emitted before
the typing indicator started by awaiting onAgentEvent in tool handlers.
2026-01-15 20:55:52 -08:00
Peter Steinberger
55806b5af5 fix: normalize pairing aliases and webhook guard (#991) (thanks @longmaba) 2026-01-16 04:55:16 +00:00
Peter Steinberger
a5ce070ece Merge pull request #991 from longmaba/fix/zalo-pairing-and-webhook
fix(zalo): fix pairing channel detection and webhook payload format
2026-01-16 04:54:08 +00:00
Peter Steinberger
33b25a4cb6 docs: align plugin changelogs 2026-01-16 04:15:48 +00:00
Peter Steinberger
dedbd60c19 docs: expand msteams plugin changelog 2026-01-16 04:15:48 +00:00
Ubuntu
7df03a2456 feat(session): add dmScope for multi-user DM isolation
Co-authored-by: Alphonse-arianee <Alphonse-arianee@users.noreply.github.com>
2026-01-16 04:13:10 +00:00
Peter Steinberger
08f913f85e fix: stabilize windows queue + pairing tests 2026-01-16 04:02:43 +00:00
Peter Steinberger
7f3557bc8e fix: repair CI formatting + launchd test 2026-01-16 03:52:47 +00:00
Peter Steinberger
569635b957 fix: normalize daemon unit paths 2026-01-16 03:47:26 +00:00
Peter Steinberger
cc145407c3 feat: mac node exec policy + remote skills hot reload 2026-01-16 03:45:06 +00:00
Long
60fadeb94c fix(zalo): fix pairing channel detection and webhook payload format
Amp-Thread-ID: https://ampcode.com/threads/T-019bc4e0-fcb1-77be-b0b5-0d498f0c7197
Co-authored-by: Amp <amp@ampcode.com>
2026-01-16 10:43:14 +07:00
Peter Steinberger
fdbb06a016 chore: format and sync protocol outputs 2026-01-16 03:30:56 +00:00
Peter Steinberger
804e7b2962 feat(browser): prefer Chrome default + add Brave/Edge fallbacks
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
2026-01-16 03:28:56 +00:00
Peter Steinberger
09d27dfd35 fix: allow media-only sends 2026-01-16 03:15:26 +00:00
Peter Steinberger
3988b9dc41 test: extend vitest timeouts 2026-01-16 03:11:16 +00:00
Peter Steinberger
c7d772b318 chore: drop legacy Relay signing 2026-01-16 03:11:16 +00:00
Peter Steinberger
c3db93a95c fix: sanitize user-facing errors and strip final tags
Co-authored-by: Drake Thomsen <drake.thomsen@example.com>
2026-01-16 03:01:23 +00:00
Peter Steinberger
728ad7df36 feat!: move msteams to plugin 2026-01-16 02:59:43 +00:00
Peter Steinberger
6e77a5ba7a docs: clarify setup-token location 2026-01-16 02:53:40 +00:00
Adam Holt
dbd286de8d docs(showcase): update Dream Team card with architecture articles
Combine Multi-Agent Swarm card with new technical write-ups:
- Link to orchestrated-ai-articles repo (manifesto + architecture)
- Keep clawdspace link for agent sandboxing
- Add blog post link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 02:52:27 +00:00
Peter Steinberger
864e305340 fix: restore status usage summary output 2026-01-16 02:49:18 +00:00
Peter Steinberger
935a83863f docs: clarify setup-token flows 2026-01-16 02:36:32 +00:00
Peter Steinberger
5cfed75479 fix: ignore properties in google tool schema warnings 2026-01-16 02:35:55 +00:00
Peter Steinberger
e05b17aef6 docs: clarify gog body-file usage
Co-authored-by: John Young <johntheyoung@users.noreply.github.com>
2026-01-16 02:23:41 +00:00
Peter Steinberger
43dac0be1c docs: clarify Anthropic setup-token 2026-01-16 02:19:57 +00:00
Peter Steinberger
3fb5507152 fix: correct final tag strip typing 2026-01-16 02:16:17 +00:00
Peter Steinberger
46c18e52bf fix: strip final tags from session messages 2026-01-16 02:16:17 +00:00
Peter Steinberger
1757f615a0 fix: harden antigravity claude support (#968)
Co-authored-by: Max <rdev@users.noreply.github.com>
2026-01-16 02:16:17 +00:00
Peter Steinberger
14d136d280 fix: show oauth usage in /status 2026-01-16 02:06:27 +00:00
Peter Steinberger
8736472014 Merge pull request #960 from kkarimi/fix/mac-node-bridge-tunnel-865
macOS: prefer bridge tunnel port in remote mode
2026-01-16 02:00:23 +00:00
Peter Steinberger
f09435007d fix: document macOS remote tunnels (#960) (thanks @kkarimi) 2026-01-16 01:59:14 +00:00
Nima Karimi
2f2cc3d907 Tests: apply suite timeout in node bridge test 2026-01-16 01:56:23 +00:00
Nima Karimi
9c0c3541cb Tests: extend node bridge server timeout 2026-01-16 01:56:23 +00:00
Nima Karimi
1ea64f8734 SwiftFormat: format macOS sources 2026-01-16 01:56:23 +00:00
Nima Karimi
0a99886f0d macOS: prefer bridge tunnel port in remote mode 2026-01-16 01:56:06 +00:00
Gustavo Madeira Santana
8b19dfed8f Document inline buttons configuration for Telegram (#984) 2026-01-15 19:55:03 -06:00
Peter Steinberger
1d6eeb119e fix: align config types after upstream changes 2026-01-16 01:49:07 +00:00
Peter Steinberger
3bafcfd946 chore: bump Peekaboo submodule 2026-01-16 01:44:12 +00:00
Peter Steinberger
2f90570dad test: stabilize sandbox config tests 2026-01-16 01:44:12 +00:00
Peter Steinberger
58225aae61 fix: cleanup suspended CLI processes (#978) (thanks @Nachx639) 2026-01-16 01:39:33 +00:00
Tu Nombre Real
7a3b6b4e6d fix: cleanup suspended Clawdbot CLI processes
Add cleanupSuspendedCliProcesses() to kill accumulated suspended processes
from isolated sessions that don't share sessionIds (e.g., cron jobs).

- Only targets Clawdbot processes (--session-id pattern)
- Only kills suspended processes (state T)
- Only triggers when >10 processes accumulated
- Does not affect user's Claude Code sessions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 01:38:03 +00:00
Peter Steinberger
66d20a3cf0 chore(cli): set process title 2026-01-16 01:33:28 +00:00
Peter Steinberger
5d7a6372fd fix: show disabled channels in onboarding picker 2026-01-16 01:29:25 +00:00
Peter Steinberger
a4dc493486 fix: switch channel onboarding to single-select loop 2026-01-16 01:21:17 +00:00
Peter Steinberger
660829f9dd feat: add per-agent heartbeat config 2026-01-16 01:17:34 +00:00
Peter Steinberger
5ed3f45e57 fix: show provider/model labels in TUI 2026-01-16 01:13:14 +00:00