Vincent Koc
8b6806ab5c
Channels: expose shared interactive support checks
2026-03-15 21:55:45 -07:00
Vincent Koc
298832d170
Channels: add interactive message capability
2026-03-15 21:55:45 -07:00
Vincent Koc
6fd11f5496
Slack: add shared interactive renderer
2026-03-15 21:55:45 -07:00
Vincent Koc
f889219955
Discord: render shared interactive payloads outbound
2026-03-15 21:55:45 -07:00
Vincent Koc
59d355bc48
Discord: add shared interactive renderer
2026-03-15 21:55:45 -07:00
Vincent Koc
f327408fad
Telegram: render shared interactive payloads outbound
2026-03-15 21:55:45 -07:00
Vincent Koc
e50545d767
Telegram: add shared interactive renderer
2026-03-15 21:55:45 -07:00
Vincent Koc
b1243bf15b
Slack: render shared interactive payloads outbound
2026-03-15 21:55:45 -07:00
Vincent Koc
82f587fc82
Reply: compile Slack directives into shared interactions
2026-03-15 21:55:45 -07:00
Vincent Koc
5e093639d7
Plugins: centralize binding approval interactions
2026-03-15 21:55:45 -07:00
Vincent Koc
f3f0bdcb07
Outbound: preserve shared interactive payloads
2026-03-15 21:55:45 -07:00
Vincent Koc
7018412102
Reply: keep interactive payloads renderable
2026-03-15 21:55:45 -07:00
Vincent Koc
12f4dd9a05
Reply: expose shared interactive payloads
2026-03-15 21:55:45 -07:00
Vincent Koc
df2a6b1672
Interactive: add shared payload model
2026-03-15 21:55:45 -07:00
Vincent Koc
082383b40d
Tests: cover Slack block-action shared dispatch
2026-03-15 21:55:45 -07:00
Vincent Koc
cc6f03ec6c
Slack: route block actions through shared dispatcher
2026-03-15 21:55:45 -07:00
Vincent Koc
553cbccd40
Tests: cover Slack shared interactive dispatcher
2026-03-15 21:55:45 -07:00
Vincent Koc
f70d2624dc
Plugins: add Slack shared interactive dispatcher
2026-03-15 21:55:45 -07:00
Vincent Koc
1c2a609d03
Plugins: add Slack interactive handler types
2026-03-15 21:55:45 -07:00
Vincent Koc
28de97356d
Plugin SDK: export Slack interactive handler context
2026-03-15 21:55:45 -07:00
Peter Steinberger
a69f6190ab
fix(gateway): pin plugin webhook route registry ( #47902 )
2026-03-15 21:53:05 -07:00
Peter Steinberger
99a4594bde
fix(plugins): resolve rebase fallout in auth hooks
2026-03-15 21:52:29 -07:00
Peter Steinberger
0c2ae71366
fix(outbound): preserve channel registry during provider snapshots
2026-03-15 21:52:29 -07:00
Peter Steinberger
7a6be3d531
refactor(plugins): move auth and model policy to providers
2026-03-15 21:52:29 -07:00
Vincent Koc
3d8c29cc53
Build: unbundle LanceDB from published package
2026-03-15 21:51:42 -07:00
Vincent Koc
922ce15c65
Docs: refresh generated config baseline
2026-03-15 21:41:38 -07:00
Vincent Koc
09f607fa82
Hooks: tolerate hidden generated format targets
2026-03-15 21:41:02 -07:00
Peter Steinberger
5287ae3c06
docs: update setup wizard wording
2026-03-15 21:40:31 -07:00
Peter Steinberger
656848dcd7
refactor: rename setup wizard surfaces
2026-03-15 21:40:31 -07:00
Peter Steinberger
07d71d2b27
fix: drop stray a2ui bundle
2026-03-15 21:39:49 -07:00
Peter Steinberger
1beea52d8d
refactor: rename setup wizard surfaces
2026-03-15 21:39:49 -07:00
Peter Steinberger
0a2f95916b
test: expand ssh sandbox coverage and docs
2026-03-15 21:38:22 -07:00
Peter Steinberger
b8bb8510a2
feat: move ssh sandboxing into core
2026-03-15 21:35:30 -07:00
Peter Steinberger
33edb57e74
fix: keep provider resolution from clobbering channel plugins
2026-03-15 21:31:31 -07:00
Vincent Koc
7781f62d33
Status: restore lazy scan runtime typing
2026-03-15 21:28:56 -07:00
Vincent Koc
cb4a298961
CLI: route gateway status through daemon status
2026-03-15 21:15:04 -07:00
Peter Steinberger
7e8f5ca71b
fix(ui): centralize control model ref handling
2026-03-16 04:13:43 +00:00
Vincent Koc
093e51f2b3
Security: lazy-load channel audit provider helpers
2026-03-15 21:09:41 -07:00
Peter Steinberger
c4a5fd8465
docs: update channel setup wording
2026-03-15 21:07:18 -07:00
Peter Steinberger
0f43dc4680
test: fix fetch mock typing
2026-03-15 21:07:05 -07:00
Peter Steinberger
53ccc78c63
refactor: rename setup helper surfaces
2026-03-15 21:06:55 -07:00
Vincent Koc
350b42d342
Status: lazy-load text scan helpers
2026-03-15 21:03:55 -07:00
Peter Steinberger
0218045818
test: silence vitest warning noise
2026-03-15 21:02:31 -07:00
Vincent Koc
522dda1971
Docs: refresh generated config baseline
2026-03-15 21:00:03 -07:00
Vincent Koc
270ba54c47
Status: lazy-load channel security and summaries
2026-03-15 21:00:03 -07:00
Vincent Koc
7d5e26b4a2
Tests: stabilize bundle MCP env on Windows
2026-03-15 21:00:03 -07:00
Vincent Koc
31e6cb0df6
Nostr: break setup-surface import cycle
2026-03-15 21:00:03 -07:00
Christopher Chamaletsos
d9fb50e777
fix: format default model label as 'model · provider' for consistency
...
The default option showed 'Default (openai/gpt-5.2)' while individual
options used the friendlier 'gpt-5.2 · openai' format.
2026-03-15 20:59:38 -07:00
Christopher Chamaletsos
01456f95bc
fix: control UI sends correct provider prefix when switching models
...
The model selector was using just the model ID (e.g. "gpt-5.2") as the
option value. When sent to sessions.patch, the server would fall back to
the session's current provider ("anthropic") yielding "anthropic/gpt-5.2"
instead of "openai/gpt-5.2".
Now option values use "provider/model" format, and resolveModelOverrideValue
and resolveDefaultModelValue also return the full provider-prefixed key so
selected state stays consistent.
2026-03-15 20:59:38 -07:00
Peter Steinberger
a33caab280
refactor(plugins): move auth and model policy to providers
2026-03-15 20:59:06 -07:00