Peter Steinberger
|
b50822aab5
|
refactor(channels): remove Google Chat and Matrix test exports (#107951)
* refactor(googlechat): privatize internal test seams
* refactor(matrix): remove internal test exports
* chore(deadcode): refresh export baseline
|
2026-07-14 20:06:39 -07:00 |
|
Peter Steinberger
|
7a456e362d
|
feat(channels): add typed cross-surface approval actions (#103679)
* fix(gateway): approval registry hardening and protocol-surface follow-ups
Follow-up delta to the merged #103579 head, rebased onto current main:
- gateway-protocol wire types derive from owner-module schema consts
(types.ts tombstone) and ProtocolSchemas leaves the package index so the
public plugin-sdk d.ts graph tree-shakes the registry declaration
- approval access authority follows the operator.approvals scope tier with
reviewerDeviceIds as the opt-in restriction (cross-surface
first-answer-wins; requester identity gates only legacy adapters)
- plugin node.invoke approvals register directly so unrenderable
presentations fail closed before request routing
- exec-approval manager reconciliation with #103515 revocation hardening
(resolution source attribution, one-shot ask-fallback consumption)
- surface-report pins and plugin-sdk API baseline refreshed; Swift models
regenerated
* feat(channels): add typed operator approval actions
Squash-rebased #103679 segment onto the durable-approval-registry tip on
current main. Typed approval/command/select presentation actions replace
raw-string inference across slack/telegram/discord/matrix/imessage/whatsapp,
approval.resolve carries an explicit kind, and channel adapters map native
callback envelopes through the typed action registry.
Drift reconciliation: deprecated buildExecApprovalInteractiveReply assertions
dropped (#104650 removed the shims); worker_environments bootstrap-column
migration kept alongside the approval resolution_ref backfill; plugin-sdk API
baseline regenerated.
(cherry picked from commit 68765a5d39d2118c88a7a54d00387337912d4494)
(cherry picked from commit 8642ac12af142e4b751f4f30d4b114615e7e5f66)
(cherry picked from commit 036c4bc39499925fc03de16ec9302e346769350a)
(cherry picked from commit 19dc350d6bc34e29a5169c6bc80971b0ad12adde)
(cherry picked from commit fc978b0bad86aef421c79f6a211b25cc1b743c01)
(cherry picked from commit 10de4d1ed5071f9be6ad1ee5d1e32c0fa8c9d11c)
(cherry picked from commit 9a664ced1b1fa740172b258f355f1a82925ae41c)
(cherry picked from commit c5ff69abbf444139e9e007bfa45beb0f00ffea54)
(cherry picked from commit d466a80795)
(cherry picked from commit f5b4fe40dd5c961322f8553cc80b2fdfb3f6503e)
(cherry picked from commit 7340b4749a4cc4c72f7a41cce1bc9cb550cae038)
(cherry picked from commit a151f41808f23ae60b10305ccd2bc959b9169a86)
* fix(approvals): preserve typed transport ownership
* test(imessage): narrow chunked approval text
* refactor(protocol): remove retired type tombstone
* fix(plugin-sdk): align surface budgets after rebase
* docs(changelog): note typed operator approvals
* docs(changelog): defer typed approval release note
|
2026-07-11 18:31:05 -07:00 |
|
Peter Steinberger
|
eafe2a8d0b
|
refactor: consolidate duplicated plugin state and doctor migration plumbing onto SDK seams (#99850)
* refactor(plugin-sdk): add createPersistentDedupeCache and migrate channel presence caches
* refactor(matrix): adopt SDK approval reaction target store
* refactor(plugin-sdk): share doctor legacy-state migration fs helpers
* refactor(memory-core): dedupe qmd cache entry envelope validation
* chore(plugin-sdk): pin surface budgets for shared dedupe and doctor helpers
* test(matrix): use future approval expiry fixtures for reaction targets
* test(matrix): use future approval expiry fixtures for reaction targets
|
2026-07-04 01:51:03 -07:00 |
|
Peter Steinberger
|
efd1a9ace6
|
docs: document messaging extension sources
|
2026-06-04 22:03:15 -04:00 |
|
Kevin Lin
|
bb752c2b47
|
Revert "feat: expose plugin approval action metadata" (#87419)
This reverts commit 0c867eef75.
# Conflicts:
# docs/.generated/plugin-sdk-api-baseline.sha256
|
2026-05-27 14:48:06 -07:00 |
|
Pablo Guardiola
|
0c867eef75
|
feat: expose plugin approval action metadata
Expose plugin approval action metadata so plugins can describe richer approval actions across gateway, SDK, channel, and UI surfaces.
|
2026-05-26 22:46:09 -07:00 |
|
Peter Steinberger
|
74fbbf503f
|
test: dedupe matrix approval mock calls
|
2026-05-12 12:37:16 +01:00 |
|
Peter Steinberger
|
cd9f0b97f8
|
test: guard matrix helper assertions
|
2026-05-11 19:44:42 +01:00 |
|
Peter Steinberger
|
5f7b460967
|
test: tighten matrix approval assertions
|
2026-05-11 00:35:31 +01:00 |
|
Patrick Erichsen
|
5107384e67
|
fix: stabilize Matrix tool progress QA (#78179)
* fix: stabilize matrix tool progress QA
* fix: handle backtick matrix progress previews
* fix: reuse observed matrix approvals
* fix: retry matrix generated image QA
* fix: wait for matrix sas trust propagation
* fix: resolve matrix target both approvals by reaction
* fix: avoid matrix target both approval echo wait
* fix: reuse observed matrix target both dm approval
* fix: retry matrix approval delivery
* fix: accept active matrix approval dm
* test: align matrix approval retry receipt
* test: include matrix approval view in retry fixture
|
2026-05-05 23:20:08 -07:00 |
|
Peter Steinberger
|
05eda57b3c
|
refactor: migrate bundled plugins to message lifecycle
|
2026-05-06 01:46:42 +01:00 |
|
Vincent Koc
|
1c2eda206e
|
fix(matrix): bind approval reactions before option emoji
|
2026-05-03 18:52:01 -07:00 |
|
Gustavo Madeira Santana
|
795e58acf2
|
test(matrix): cover approval metadata delivery
|
2026-04-27 23:10:51 -04:00 |
|
Gustavo Madeira Santana
|
24068f19c6
|
matrix: stream tool progress in previews
|
2026-04-27 16:21:34 -04:00 |
|
Peter Steinberger
|
a20f97f728
|
refactor: narrow extension runtime api barrels
|
2026-04-27 20:34:35 +01:00 |
|
kakahu
|
d70808433d
|
Add structured Matrix approval metadata (#72432)
Merged via squash.
Prepared head SHA: 0e06533dff
Co-authored-by: kakahu2015 <17962485+kakahu2015@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-04-27 14:52:02 -04:00 |
|
Gustavo Madeira Santana
|
d78512b09d
|
Refactor: centralize native approval lifecycle assembly (#62135)
Merged via squash.
Prepared head SHA: b7c20a7398
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
|
2026-04-07 14:40:26 -04:00 |
|