Commit Graph

4030 Commits

Author SHA1 Message Date
L36 Server
099f02e07c docs: add authentication to gateway navigation 2026-01-09 00:34:38 +00:00
L36 Server
71be2de94a docs: add authentication guide with 1-year token setup 2026-01-09 00:34:38 +00:00
L36 Server
175ee23e9d scripts: add auth management and Termux widget scripts 2026-01-09 00:34:38 +00:00
Peter Steinberger
e79295628b docs(changelog): note webchat queue (#527) 2026-01-09 01:32:43 +01:00
Peter Steinberger
93dd78e7fb feat(webchat): queue outgoing messages 2026-01-09 01:30:38 +01:00
Yurii Chukhlib
72db473ac1 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
e08e39d0a3 docs: add PR #519 changelog
Co-authored-by: Jonathan D. Rhyne <jonathan@pspdfkit.com>
2026-01-09 01:16:57 +01:00
Peter Steinberger
e20d1b511f docs: rewrite TUI guide 2026-01-09 01:05:10 +01:00
Jonathan D. Rhyne
62d0999a0f 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
0c63327fdf feat(tui): add agent picker and agents list rpc 2026-01-09 01:05:10 +01:00
Peter Steinberger
4edf10a3bb docs: fix models doc merge marker 2026-01-09 00:58:50 +01:00
Peter Steinberger
500ab54f57 fix: sort imports for lint 2026-01-09 00:57:17 +01:00
Peter Steinberger
96ad8dcda0 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
5b0dbeb687 test: cover reasoning directive spacing (thanks @joshp123) (#539) 2026-01-09 00:51:05 +01:00
Peter Steinberger
2710dfa8c7 fix: preserve inline directive spacing tests (thanks @joshp123) (#539) 2026-01-09 00:37:40 +01:00
Josh Palmer
c72cfa4656 🤖 codex: preserve spacing after inline directives (issue-telegram-inline-spacing) 2026-01-09 00:37:40 +01:00
Peter Steinberger
4eb8ccfcf8 style: format 2026-01-09 00:33:09 +01:00
Peter Steinberger
a7691b7082 fix: drop redundant telegram audit union 2026-01-09 00:33:09 +01:00
Peter Steinberger
8c46b44cf1 fix: align discord monitor + whatsapp activity 2026-01-09 00:33:09 +01:00
Peter Steinberger
5e22fac46e feat: sync skills into sandbox workspace 2026-01-09 00:33:09 +01:00
Peter Steinberger
83dcc756be feat(providers): show status spinner message 2026-01-08 23:30:38 +00:00
Peter Steinberger
a5b4f1d680 refactor(pairing): centralize reply formatting 2026-01-08 23:29:23 +00:00
Peter Steinberger
0ed9cd83ce docs: drop Updated headers 2026-01-09 00:20:32 +01:00
Peter Steinberger
1bb35ee8f7 docs: clarify WhatsApp number modes 2026-01-09 00:19:51 +01:00
Peter Steinberger
c623bcffa4 feat(pairing): show sender ids across providers 2026-01-08 23:19:13 +00:00
Peter Steinberger
403afdebdc refactor(signal): normalize sender identity 2026-01-08 23:08:25 +00:00
Kasper Neist
7d2be89d41 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
97bccc2e66 feat(telegram): show user id in pairing 2026-01-09 00:01:23 +01:00
Peter Steinberger
8c7e1a663d docs(changelog): note provider troubleshooting index 2026-01-08 23:56:54 +01:00
Peter Steinberger
33472f95ce docs: add PR #476 to changelog 2026-01-08 23:52:55 +01:00
gupsammy
66eb7587f5 chore: add .local to gitignore 2026-01-08 23:52:55 +01:00
gupsammy
d8d47530e2 docs: add 3 showcase entries from Discord 2026-01-08 23:52:55 +01:00
Shadow
abde47e625 Discord: harden gateway resilience 2026-01-08 16:52:44 -06:00
Peter Steinberger
4960826513 test(provider-activity): restore real timers 2026-01-08 23:52:07 +01:00
Peter Steinberger
9ff79bc33a feat(providers): improve doctor + status probes 2026-01-08 23:48:37 +01:00
Peter Steinberger
1888b65ce0 test: cover browser and canvas verbose summaries 2026-01-08 23:48:37 +01:00
Peter Steinberger
abe6f8c0ba test: stabilize doctor + bash tool tests 2026-01-08 23:44:54 +01:00
Peter Steinberger
ecee933c13 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
9f8516ca31 chore: update changelog for #532 (thanks @mcinteerj) 2026-01-08 23:38:17 +01:00
Jake
a68029089d docs: expand parameter descriptions for agent/wake hooks 2026-01-08 23:38:17 +01:00
Peter Steinberger
bdfa2e00b2 docs: require code-verified answers 2026-01-08 23:33:41 +01:00
Peter Steinberger
ba8f27d034 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
Peter Steinberger
da86ca2c5f chore: update changelog and clawtributors (#521, thanks @fishfisher) 2026-01-08 23:31:24 +01:00
Erik von Essen Fisher
778a87441c Rebrand app icons from Clawdis to Clawdbot
Replace app icons with new Clawdbot branding (lobster-in-phone-booth design) across iOS, Android, and macOS.

Changes:
- iOS: Updated all 14 icon sizes in AppIcon.appiconset (20px to 1024px)
- Android: Updated launcher icons for all density buckets (mdpi to xxxhdpi)
- macOS: Updated Icon.icon bundle and regenerated Clawdbot.icns

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-08 23:31:24 +01:00
Peter Steinberger
d219e8a5c3 fix(daemon): normalize audit paths 2026-01-08 22:28:51 +00:00
Peter Steinberger
983f9286c2 docs: naming sweep and platform wording 2026-01-08 23:25:51 +01:00
Peter Steinberger
1107244cc8 chore(format): apply biome fixes 2026-01-08 22:22:17 +00:00
Peter Steinberger
51fc37ac80 chore(test): align auth choice options formatting 2026-01-08 23:18:33 +01:00
Peter Steinberger
69620bb16c docs: note elevated no-op when unsandboxed 2026-01-08 23:18:33 +01:00
Peter Steinberger
a0edddee38 fix(onboarding): preflight claude cli keychain 2026-01-08 23:18:33 +01:00