Peter Steinberger
f2246df875
fix: route WhatsApp queued replies to sender ( #534 )
2026-01-09 02:03:30 +01:00
Jake
a52e75d978
WhatsApp: fix routing for queued messages by using correct OriginatingTo
2026-01-09 02:01:33 +01:00
Peter Steinberger
7f12548615
docs: explain model allowlist errors
2026-01-09 01:59:22 +01:00
Peter Steinberger
57d3d6bd78
docs: clarify workspace vs sandbox
2026-01-09 01:54:28 +01:00
Peter Steinberger
455723375e
fix: show directive options on query
2026-01-09 01:40:44 +01:00
Peter Steinberger
8ee7223587
docs: add clawdhub install/sync guidance
2026-01-09 01:38:19 +01:00
Peter Steinberger
ae9f5ecc2d
docs: clarify per-agent vs shared skills
2026-01-09 01:37:24 +01:00
Peter Steinberger
948ce5eb5f
feat(models): add oauth auth health
2026-01-09 00:34:38 +00:00
L36 Server
bcec534e5e
docs: add authentication to gateway navigation
2026-01-09 00:34:38 +00:00
L36 Server
4ca2677815
docs: add authentication guide with 1-year token setup
2026-01-09 00:34:38 +00:00
L36 Server
6484195bfe
scripts: add auth management and Termux widget scripts
2026-01-09 00:34:38 +00:00
Peter Steinberger
8f21f34b1c
docs(changelog): note webchat queue ( #527 )
2026-01-09 01:32:43 +01:00
Peter Steinberger
94c61aa19d
feat(webchat): queue outgoing messages
2026-01-09 01:30:38 +01:00
Yurii Chukhlib
e84cafec8a
feat(webchat): change Enter key to send message
...
Changes webchat textarea behavior:
- Enter key now sends message (was Cmd/Ctrl+Enter)
- Shift+Enter allows line breaks
- Updated placeholder text to reflect new behavior
Fixes #411
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-09 01:30:37 +01:00
Peter Steinberger
ab1896dc13
docs: add PR #519 changelog
...
Co-authored-by: Jonathan D. Rhyne <jonathan@pspdfkit.com >
2026-01-09 01:16:57 +01:00
Peter Steinberger
9b901889ee
docs: rewrite TUI guide
2026-01-09 01:05:10 +01:00
Jonathan D. Rhyne
debdd2aa95
fix(tui): status bar not updating after /verbose, /reasoning, /think commands
...
The status bar refresh failed because refreshSessionInfo() compared
currentSessionKey (e.g. 'main') against the canonical session keys
returned by the gateway (e.g. 'agent:default:main').
This fix uses parseAgentSessionKey to also match canonical keys by
their 'rest' component, allowing 'main' to match 'agent:default:main'.
Fixes: status bar showing stale values after setting changes
AI-assisted: yes (Claude)
Testing: lightly tested (build passes, logic verified)
2026-01-09 01:05:10 +01:00
Peter Steinberger
714e170c16
feat(tui): add agent picker and agents list rpc
2026-01-09 01:05:10 +01:00
Peter Steinberger
a5f0f62e0d
docs: fix models doc merge marker
2026-01-09 00:58:50 +01:00
Peter Steinberger
e5dbba7b67
fix: sort imports for lint
2026-01-09 00:57:17 +01:00
Peter Steinberger
7a0614c850
Merge pull request #539 from clawdbot/fix/inline-directive-spacing
...
Preserve spacing after inline directives
2026-01-08 23:51:44 +00:00
Peter Steinberger
27adabbeea
test: cover reasoning directive spacing (thanks @joshp123) ( #539 )
2026-01-09 00:51:05 +01:00
Peter Steinberger
f666f60731
fix: preserve inline directive spacing tests (thanks @joshp123) ( #539 )
2026-01-09 00:37:40 +01:00
Josh Palmer
43545a4864
🤖 codex: preserve spacing after inline directives (issue-telegram-inline-spacing)
2026-01-09 00:37:40 +01:00
Peter Steinberger
4e92ccc0dd
style: format
2026-01-09 00:33:09 +01:00
Peter Steinberger
71309c064a
fix: drop redundant telegram audit union
2026-01-09 00:33:09 +01:00
Peter Steinberger
01b8f4582f
fix: align discord monitor + whatsapp activity
2026-01-09 00:33:09 +01:00
Peter Steinberger
e09708e82d
feat: sync skills into sandbox workspace
2026-01-09 00:33:09 +01:00
Peter Steinberger
561fa99d95
feat(providers): show status spinner message
2026-01-08 23:30:38 +00:00
Peter Steinberger
7ece3717e6
refactor(pairing): centralize reply formatting
2026-01-08 23:29:23 +00:00
Peter Steinberger
e952f7df96
docs: drop Updated headers
2026-01-09 00:20:32 +01:00
Peter Steinberger
a5cb51282c
docs: clarify WhatsApp number modes
2026-01-09 00:19:51 +01:00
Peter Steinberger
e0439df4ce
feat(pairing): show sender ids across providers
2026-01-08 23:19:13 +00:00
Peter Steinberger
7c7858a519
refactor(signal): normalize sender identity
2026-01-08 23:08:25 +00:00
Kasper Neist
9e9f2babeb
fix(signal): use sourceUuid as fallback when sourceNumber is null
...
Users without a visible phone number (like some Signal users)
were being silently dropped. Now falls back to UUID for sender ID.
- Add sourceUuid to SignalEnvelope type
- Use sourceUuid when sourceNumber is not available
- Only check against bot account when sourceNumber exists (avoid UUID comparison issues)
2026-01-08 23:08:25 +00:00
Peter Steinberger
490bbd10fc
feat(telegram): show user id in pairing
2026-01-09 00:01:23 +01:00
Peter Steinberger
829782c42c
docs(changelog): note provider troubleshooting index
2026-01-08 23:56:54 +01:00
Peter Steinberger
db7ea832a7
docs: add PR #476 to changelog
2026-01-08 23:52:55 +01:00
gupsammy
12231e3f59
chore: add .local to gitignore
2026-01-08 23:52:55 +01:00
gupsammy
df1fdbeb2b
docs: add 3 showcase entries from Discord
2026-01-08 23:52:55 +01:00
Shadow
9f8336c92b
Discord: harden gateway resilience
2026-01-08 16:52:44 -06:00
Peter Steinberger
769b76cd40
test(provider-activity): restore real timers
2026-01-08 23:52:07 +01:00
Peter Steinberger
69f8af530d
feat(providers): improve doctor + status probes
2026-01-08 23:48:37 +01:00
Peter Steinberger
41d484d239
test: cover browser and canvas verbose summaries
2026-01-08 23:48:37 +01:00
Peter Steinberger
2f1ce51b2c
test: stabilize doctor + bash tool tests
2026-01-08 23:44:54 +01:00
Peter Steinberger
4360d1106d
Merge pull request #532 from mcinteerj/docs/webhook-params-descriptions
...
docs: expand parameter descriptions for agent/wake hooks
2026-01-08 22:38:34 +00:00
Peter Steinberger
4655360546
chore: update changelog for #532 (thanks @mcinteerj)
2026-01-08 23:38:17 +01:00
Jake
89d01f15a5
docs: expand parameter descriptions for agent/wake hooks
2026-01-08 23:38:17 +01:00
Peter Steinberger
b1d4bd0f78
docs: require code-verified answers
2026-01-08 23:33:41 +01:00
Peter Steinberger
6f6af83033
Merge pull request #521 from fishfisher/update-app-icons
...
chore(apps): rebrand app icons from Clawdis to Clawdbot
2026-01-08 22:31:55 +00:00