Peter Steinberger
8e48c661e1
fix: normalize googlechat targets
2026-01-25 00:04:47 +00:00
iHildy
90d82c5445
feat: add beta googlechat channel
2026-01-24 23:30:45 +00:00
Adam Holt
e080b88808
Channels: add per-group tool policies
2026-01-24 05:49:39 +00:00
Peter Steinberger
367f48ce51
feat: add tlon channel plugin
2026-01-24 00:25:39 +00:00
Peter Steinberger
f7cf4caef1
fix: stabilize typing + summary merge
2026-01-23 23:34:30 +00:00
Peter Steinberger
cd85827267
test: cover typing and history helpers
2026-01-23 23:34:30 +00:00
Peter Steinberger
cf21b97e55
refactor: standardize channel logging
2026-01-23 23:34:30 +00:00
Peter Steinberger
b99be93047
refactor: share reply prefix context
2026-01-23 23:34:30 +00:00
Peter Steinberger
92901df429
refactor: unify typing callbacks
2026-01-23 23:33:32 +00:00
Peter Steinberger
4a4d5f9fcd
refactor: centralize inbound session updates
2026-01-23 23:33:32 +00:00
Peter Steinberger
60d75eabed
refactor: centralize ack reaction removal
2026-01-23 23:32:14 +00:00
Peter Steinberger
0a3b41e36f
refactor: reuse ack reaction helper for whatsapp
2026-01-23 22:24:31 +00:00
Peter Steinberger
45822ef05c
refactor: centralize ack reaction gating
2026-01-23 22:24:31 +00:00
Peter Steinberger
62a3e08012
test: fix discord action mocks
2026-01-23 09:06:04 +00:00
Peter Steinberger
1118b98947
fix: honor accountId in message actions
2026-01-23 09:06:04 +00:00
Sergii Kozak
e9791cdbfa
Discord: preserve accountId in message actions (refs #1489 )
2026-01-23 09:06:04 +00:00
ganghyun kim
d72a8a5cd6
fix: clarify Discord onboarding hint ( #1487 )
...
Thanks @kyleok.
Co-authored-by: Ganghyun Kim <58307870+kyleok@users.noreply.github.com>
2026-01-23 06:11:41 +00:00
Stefan Galescu
aa3972d93d
feat(slack): add dm-specific replyToMode configuration ( #1442 )
...
Adds support for separate replyToMode settings for DMs vs channels:
- Add channels.slack.dm.replyToMode for DM-specific threading
- Keep channels.slack.replyToMode as default for channels
- Add resolveSlackReplyToMode helper to centralize logic
- Pass chatType through threading resolution chain
Usage:
```json5
{
channels: {
slack: {
replyToMode: "off", // channels
dm: {
replyToMode: "all" // DMs always thread
}
}
}
}
```
When dm.replyToMode is set, DMs use that mode; channels use the
top-level replyToMode. Backward compatible when not configured.
2026-01-23 05:13:23 +00:00
Rodrigo Uroz
b5bf4716c7
fix: read Slack thread replies for message reads ( #1450 ) ( #1450 )
...
Co-authored-by: Peter Steinberger <steipete@gmail.com>
Co-authored-by: Rodrigo Uroz <rodrigouroz@users.noreply.github.com>
2026-01-23 04:17:45 +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
Peter Steinberger
d3647b2c65
refactor: unify threading contexts
2026-01-21 20:35:12 +00:00
Peter Steinberger
f5ffaf0117
feat(queue): add per-channel debounce overrides
2026-01-21 18:50:55 +00:00
Peter Steinberger
4a219c39bc
refactor(channels): centralize match metadata
2026-01-21 18:21:19 +00:00
Tyler Yust
1291588784
feat: enhance message context with full ID support for replies and caching
...
- Updated message processing to include full message IDs alongside short IDs for better context resolution.
- Improved reply handling by caching inbound messages, allowing for accurate sender and body resolution without exposing dropped content.
- Adjusted tests to validate the new full ID properties and their integration into the message handling workflow.
2026-01-21 00:45:01 -08:00
SocialNerd42069
d8e01c195e
fix(slack): respect verbose setting and preserve thread context for tool notifications
...
Fixes two bugs in Slack tool notification delivery:
1. Tool notifications ignored verbose=false - normalized verbose values so
boolean false/'false' are properly treated as 'off'
2. Thread context lost - Slack outbound adapter now falls back to threadId
when replyToId is missing, and MessageThreadId is set for thread replies
Closes #1333
2026-01-21 06:29:36 +00:00
Peter Steinberger
bfc4e77190
fix: update ui ed25519 + bluebubbles actions
2026-01-20 13:43:27 +00:00
Peter Steinberger
0883136a38
refactor: centralize channel ui metadata
2026-01-20 13:11:49 +00:00
Peter Steinberger
96ea6f4c3c
refactor: extend channel plugin boundary
2026-01-20 12:07:54 +00:00
Tyler Yust
8a53f80c3b
feat: add support for setting group icons in BlueBubbles, enhancing group management capabilities
2026-01-20 12:07:54 +00:00
Tyler Yust
5e206a64c1
feat: add new channel capabilities for editing, unsending, replying, effects, and group management
2026-01-20 12:07:54 +00:00
Tyler Yust
5c84cee55b
Step 5 + Review
2026-01-20 12:07:54 +00:00
Tyler Yust
db6fcc7fcb
Step 4 (Needs Review)
2026-01-20 12:07:54 +00:00
Tyler Yust
a577e8509b
Phase 0 + Review
2026-01-20 12:07:54 +00:00
Peter Steinberger
eb06c5bfb8
fix: merge plugin manifest types
2026-01-20 11:22:28 +00:00
Peter Steinberger
d87a3bcc2c
refactor: plugin catalog + nextcloud policy
2026-01-20 11:22:27 +00:00
Peter Steinberger
df8e949b05
refactor: normalize cli command hints
2026-01-20 07:43:00 +00:00
Peter Steinberger
d26f5bb11d
fix: stabilize ci checks
2026-01-19 00:34:26 +00:00
Peter Steinberger
1566c89ab0
fix: import wizard prompter in onboarding adapters
2026-01-18 23:05:05 +00:00
Peter Steinberger
480d7cb7c8
feat: expand dm allowlist onboarding
2026-01-18 22:52:00 +00:00
Peter Steinberger
d49da62338
refactor: route channel runtime via plugin api
2026-01-18 11:01:16 +00:00
Peter Steinberger
8e87d8879e
refactor: migrate messaging plugins to sdk
2026-01-18 08:54:00 +00:00
Peter Steinberger
8deb04931d
feat: add bluebubbles plugin
2026-01-18 03:17:43 +00:00
Peter Steinberger
57fd4c7dc0
chore: remove tracked artifacts
2026-01-18 02:55:07 +00:00
Peter Steinberger
17d2951675
refactor: migrate extensions to plugin sdk
2026-01-18 02:55:07 +00:00
Peter Steinberger
df9fcdd0aa
style: apply oxfmt
2026-01-18 02:19:35 +00:00
Peter Steinberger
1b25107159
refactor: share allowlist match metadata
...
Co-authored-by: thewilloftheshadow <thewilloftheshadow@users.noreply.github.com>
2026-01-18 01:49:25 +00:00
Peter Steinberger
a9852693a6
refactor: share teams allowlist matching helpers
...
Co-authored-by: thewilloftheshadow <thewilloftheshadow@users.noreply.github.com>
2026-01-18 01:37:22 +00:00
Peter Steinberger
bca39a6561
refactor: unify channel config matching and gating
...
Co-authored-by: thewilloftheshadow <thewilloftheshadow@users.noreply.github.com>
2026-01-18 01:24:00 +00:00
Peter Steinberger
2718e37986
fix: normalize gateway dev mode detection
2026-01-18 01:08:47 +00:00
Peter Steinberger
d669ecd1b6
fix(channels): clean up discord resolve typing
2026-01-18 01:00:25 +00:00