Peter Steinberger
7e0bde7dfe
test: align envelope timestamp expectations ( #1329 ) (thanks @dlauer)
2026-01-22 05:51:42 +00:00
Peter Steinberger
5bc4841918
feat: add agent identity avatars ( #1329 ) (thanks @dlauer)
2026-01-22 05:37:15 +00:00
Peter Steinberger
2c28fca67d
feat: add agent avatar support ( #1329 ) (thanks @dlauer)
2026-01-22 04:00:07 +00:00
Dave Lauer
1d3ef2d1f1
chore: fix formatting
2026-01-22 03:56:54 +00:00
Dave Lauer
137e43df3c
feat: add avatar support for agent identity
...
- Add avatar field to IdentityConfig type
- Add avatar parsing in AgentIdentity from IDENTITY.md
- Add renderAvatar support for image avatars in webchat
- Add CSS styling for image avatars
Users can now configure a custom avatar for the assistant in the webchat
by setting 'identity.avatar' in the agent config or adding 'Avatar: path'
to IDENTITY.md. The avatar can be served from the assets folder.
Closes #TBD
2026-01-22 03:56:54 +00:00
Peter Steinberger
08803015bd
Merge pull request #1103 from mkbehr/feat/cron-context-messages
...
feat(cron): Add parameter to control context messages
2026-01-22 03:52:34 +00:00
Peter Steinberger
0eba1aefd4
fix: cap cron context messages ( #1103 ) (thanks @mkbehr)
2026-01-22 03:52:03 +00:00
Peter Steinberger
f6510d7a71
docs: update clawtributors
2026-01-22 03:37:29 +00:00
Peter Steinberger
c2b25dac8e
fix: msteams attachments + plugin prompt hints
...
Co-authored-by: Christof <10854026+Evizero@users.noreply.github.com>
2026-01-22 03:37:29 +00:00
Michael Behr
2fa222f550
update description
2026-01-22 03:37:20 +00:00
Michael Behr
40363547fa
feat(cron): add contextMessages param to control reminder context
2026-01-22 03:37:20 +00:00
Peter Steinberger
0eecf59840
docs: add gog gmail messages search note ( #1220 ) (thanks @mbelinky)
...
Co-authored-by: Mariano <mbelinky@users.noreply.github.com>
2026-01-22 03:36:28 +00:00
Mariano Belinky
e8acf680b0
docs(gog): sanitize gmail messages example
2026-01-22 03:31:00 +00:00
Mariano Belinky
f9d913f93b
docs(gog): add gmail messages search usage
2026-01-22 03:31:00 +00:00
Peter Steinberger
1333c0b37d
docs: expand lobster guides
2026-01-22 03:25:13 +00:00
Peter Steinberger
5f61974e44
fix: stabilize lobster tool subprocess
2026-01-22 03:20:23 +00:00
Peter Steinberger
1e143239a4
fix: prevent memory CLI hangs
2026-01-22 03:14:59 +00:00
Peter Steinberger
16a5fcd629
Merge pull request #1414 from czekaj/fix/discord-exec-resolvedpath-validation
...
fix(exec): pass undefined instead of null for optional approval params
2026-01-22 03:11:26 +00:00
Peter Steinberger
e17606fcf3
docs: add special thanks
2026-01-22 02:48:17 +00:00
Peter Steinberger
668f1454fb
fix: reduce invalid config log noise
2026-01-22 02:48:01 +00:00
Peter Steinberger
2f9b614678
test: avoid downgrade prompt in update fallback
2026-01-22 02:44:13 +00:00
Peter Steinberger
f9b4de896a
docs: highlight lobster in changelog
2026-01-22 02:37:26 +00:00
Peter Steinberger
2560619ead
fix: package Textual resources for mac app
2026-01-22 02:34:27 +00:00
Peter Steinberger
c39e71013d
Merge pull request #1152 from vignesh07/feat/lobster-plugin
...
feat: Add optional lobster plugin tool (typed workflows, approvals/resume)
2026-01-22 02:34:05 +00:00
Peter Steinberger
9ac8f0521d
Merge pull request #1373 from yazinsai/main
...
Add auto-refresh polling for debug view
2026-01-22 02:25:24 +00:00
Peter Steinberger
a55e0ad311
fix: sync debug polling with route changes ( #1373 ) (thanks @yazinsai)
2026-01-22 02:24:19 +00:00
Peter Steinberger
6c347f39d2
test: fix await-thenable in signal typing test
2026-01-22 02:20:42 +00:00
Lucas Czekaj
698e8f4c0c
fix(exec): pass undefined instead of null for optional approval params
...
TypeBox Type.Optional(Type.String()) accepts string|undefined but NOT null.
Discord exec was failing with 'resolvedPath must be string' because callers
passed null explicitly. Web UI worked because it skipped the approval request.
Fixes exec approval validation error in Discord-triggered sessions.
2026-01-21 18:14:51 -08:00
Peter Steinberger
2828d59782
test: stabilize exec approvals path resolution
2026-01-22 02:07:40 +00:00
Peter Steinberger
ca67b686ac
feat(signal): add typing + read receipts
2026-01-22 02:04:59 +00:00
Yazin
089ac4bb1c
Add auto-refresh polling for debug view
...
The debug view now automatically refreshes every 3 seconds when active,
similar to the logs view. This removes the need to manually click the
refresh button to see updated debug messages and status information.
2026-01-22 02:03:40 +00:00
Peter Steinberger
aa877337cb
test: avoid hardcoded version strings
2026-01-22 02:01:11 +00:00
Peter Steinberger
567415d38f
chore: bump version to 2026.1.21
2026-01-22 01:59:16 +00:00
Peter Steinberger
0dbd081f57
Merge pull request #1256 from zknicker/feat/heartbeat-session-target
...
feat: configurable heartbeat session
2026-01-22 01:50:53 +00:00
Peter Steinberger
f69309a22d
fix(macos): clear stale gateway failures
2026-01-22 01:48:41 +00:00
Peter Steinberger
f673023bd0
chore: update dependencies
2026-01-22 01:47:43 +00:00
Peter Steinberger
258fe35d5b
fix: finish model list alias + heartbeat session ( #1256 ) (thanks @zknicker)
2026-01-22 01:36:58 +00:00
Zach Knickerbocker
66810207e2
feat: configurable heartbeat session
2026-01-22 01:36:28 +00:00
Peter Steinberger
9e96b74a13
fix: handle Windows safe-bin exe names
2026-01-22 01:30:06 +00:00
Peter Steinberger
4d39cba023
Merge pull request #1372 from zerone0x/fix/openrouter-tool-call-id-alphanumeric
...
fix(agents): use alphanumeric-only tool call IDs for OpenRouter compatibility
2026-01-22 01:17:16 +00:00
Peter Steinberger
ca5b9edbdf
test: update fuzzy model selection expectations ( #1372 ) (thanks @zerone0x)
2026-01-22 01:16:59 +00:00
Peter Steinberger
eadd76658b
refactor: satisfy swiftlint
2026-01-22 00:59:41 +00:00
Peter Steinberger
e16601b92c
fix: unify exec approval ids
2026-01-22 00:59:29 +00:00
Peter Steinberger
f97c7ad73d
fix: improve macOS exec approvals
2026-01-22 00:46:31 +00:00
Nimrod Gutman
883efdaaaa
fix(node): handle invoke approvals and errors
2026-01-22 00:46:31 +00:00
Peter Steinberger
ee4e9b0758
fix: enforce Mistral tool call ids ( #1372 ) (thanks @zerone0x)
2026-01-22 00:43:15 +00:00
Peter Steinberger
8dbf803b1b
fix: remove setup-token run option in onboarding
2026-01-22 00:42:04 +00:00
zerone0x
ecb8997da0
fix(agents): make tool call ID sanitization conditional with standard/strict modes
...
- Add ToolCallIdMode type ('standard' | 'strict') for provider compatibility
- Standard mode (default): allows [a-zA-Z0-9_-] for readable session logs
- Strict mode: only [a-zA-Z0-9] for Mistral via OpenRouter
- Update sanitizeSessionMessagesImages to accept toolCallIdMode option
- Export ToolCallIdMode from pi-embedded-helpers barrel
Addresses review feedback on PR #1372 about readability.
2026-01-22 00:41:22 +00:00
zerone0x
923f28a128
fix(agents): use alphanumeric-only tool call IDs for OpenRouter compatibility
...
Some providers like Mistral via OpenRouter require strictly alphanumeric
tool call IDs. The error message indicates: "Tool call id was
whatsapp_login_1768799841527_1 but must be a-z, A-Z, 0-9, with a length
of 9."
Changes:
- Update sanitizeToolCallId to strip all non-alphanumeric characters
(previously allowed underscores and hyphens)
- Update makeUniqueToolId to use alphanumeric suffixes (x2, x3, etc.)
instead of underscores
- Update isValidCloudCodeAssistToolId to validate alphanumeric-only IDs
- Update tests to reflect stricter sanitization
Fixes #1359
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-22 00:41:22 +00:00
Peter Steinberger
3fcaaa6137
Merge pull request #1396 from JustYannicc/fix/macos-x86-universal-build
...
fix(mac): default to universal binary for distribution builds
2026-01-22 00:32:06 +00:00