Peter Steinberger
|
a700f9896d
|
feat: telegram draft streaming
|
2026-01-07 11:08:32 +01:00 |
|
Peter Steinberger
|
1673a221f8
|
feat: add /reasoning reasoning visibility
|
2026-01-07 06:17:31 +01:00 |
|
Azade
|
274f408e6f
|
feat(sessions_spawn): add model parameter for sub-agent model override
|
2026-01-06 23:17:35 +00:00 |
|
Peter Steinberger
|
dbfa316d19
|
feat: multi-agent routing + multi-account providers
|
2026-01-06 18:33:37 +00:00 |
|
Peter Steinberger
|
3693449d7e
|
feat: sandbox session tool visibility
|
2026-01-06 08:40:30 +00:00 |
|
Peter Steinberger
|
0b27964693
|
feat: unify poll support
Co-authored-by: DBH <5251425+dbhurley@users.noreply.github.com>
|
2026-01-06 04:51:05 +00:00 |
|
DBH
|
2737e17c67
|
feat: Add WhatsApp poll support (#248)
Implements issue #123 - WhatsApp Poll Support
## Gateway Protocol
- Add `poll` RPC method with params: to, question, options (2-12), selectableCount
## ActiveWebListener
- Add `sendPoll(to, poll)` method to interface
- Implementation uses Baileys poll message type
## CLI Command
- `clawdbot poll --to <jid> -q <question> -o <opt1> -o <opt2> [-s count]`
- Supports --dry-run, --json, --verbose flags
- Validates 2-12 options
## Changes
- src/gateway/protocol/schema.ts: Add PollParamsSchema
- src/gateway/protocol/index.ts: Export validator and types
- src/web/active-listener.ts: Add sendPoll to interface
- src/web/inbound.ts: Implement sendPoll using Baileys
- src/web/outbound.ts: Add sendPollWhatsApp function
- src/gateway/server-methods/send.ts: Add poll handler
- src/commands/poll.ts: New CLI command
- src/cli/program.ts: Register poll command
Closes #123
|
2026-01-06 04:44:15 +00:00 |
|
Peter Steinberger
|
20a361a3cf
|
refactor: centralize agent timeout defaults
|
2026-01-06 02:48:44 +00:00 |
|
Martin Schürrer
|
d83ca74c18
|
gateway: honor agent timeout for chat.send (#229)
Co-authored-by: clawd@msch <clawd@msch>
|
2026-01-06 02:45:02 +00:00 |
|
Peter Steinberger
|
9623bd7763
|
fix: route agent CLI via gateway
|
2026-01-06 03:41:56 +01:00 |
|
Peter Steinberger
|
0398f684e7
|
fix: add gateway stop/restart commands
|
2026-01-06 03:25:32 +01:00 |
|
Marcus Neves
|
67e1452f4a
|
Cron: normalize cron.add inputs + align channels (#256)
* fix: harden cron add and align channels
* fix: keep cron tool id params
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>
|
2026-01-06 02:09:48 +00:00 |
|
Peter Steinberger
|
b7e708c764
|
fix(chat): stabilize web UI tool runs
|
2026-01-05 17:22:29 +00:00 |
|
Peter Steinberger
|
a7d33c06f9
|
refactor: align agent lifecycle
|
2026-01-05 05:55:02 +01:00 |
|
Peter Steinberger
|
bcdfe461d4
|
fix(ci): resolve lint and docs build failures
|
2026-01-05 00:17:14 +00:00 |
|
Peter Steinberger
|
0716a624a8
|
chore(lint): apply biome fixes
|
2026-01-04 19:08:22 +01:00 |
|
Peter Steinberger
|
2694e59ba6
|
fix(gateway): allow Control UI chat without node
|
2026-01-04 17:12:49 +00:00 |
|
Peter Steinberger
|
246adaa119
|
chore: rename project to clawdbot
|
2026-01-04 14:38:51 +00:00 |
|
Shadow
|
8c38a7fee8
|
Slack: add some fixes and connect it all up
|
2026-01-04 01:53:26 -06:00 |
|
Peter Steinberger
|
24aa3e3311
|
test: stabilize gateway tests
|
2026-01-04 04:16:38 +01:00 |
|
Peter Steinberger
|
3c4c2aa98c
|
refactor: split gateway server methods
|
2026-01-04 04:05:18 +01:00 |
|