Peter Steinberger
|
79a7b3d22e
|
test(line): align tmp-root expectation after sandbox hardening
|
2026-02-24 23:31:54 +00:00 |
|
Peter Steinberger
|
f97c0922e1
|
fix(security): harden account-key handling against prototype pollution
|
2026-02-24 01:09:31 +00:00 |
|
Peter Steinberger
|
2081b3a3c4
|
refactor(channels): dedupe hook and monitor execution paths
|
2026-02-22 21:19:09 +00:00 |
|
Peter Steinberger
|
24ea941e28
|
test: dedupe auto-reply web and signal flows
|
2026-02-22 17:11:54 +00:00 |
|
Peter Steinberger
|
6dd36a6b77
|
refactor(channels): reuse runtime group policy helpers
|
2026-02-22 12:44:23 +01:00 |
|
Peter Steinberger
|
85e5ed3f78
|
refactor(channels): centralize runtime group policy handling
|
2026-02-22 12:35:41 +01:00 |
|
Peter Steinberger
|
05358173da
|
fix(line): harden outbound send behavior
|
2026-02-22 11:29:31 +00:00 |
|
Peter Steinberger
|
777817392d
|
fix: fail closed missing provider group policy across message channels (#23367) (thanks @bmendonca3)
|
2026-02-22 12:21:04 +01:00 |
|
Peter Steinberger
|
d06ad6bc55
|
chore: remove verified dead code paths
|
2026-02-22 09:21:09 +01:00 |
|
Peter Steinberger
|
d6d73d0ed9
|
test(core): trim redundant test resets and use mockClear
|
2026-02-22 08:12:55 +00:00 |
|
Peter Steinberger
|
b109fa53ea
|
refactor(core): dedupe gateway runtime and config tests
|
2026-02-22 07:44:57 +00:00 |
|
Peter Steinberger
|
0bd9f0d4ac
|
fix: enforce strict allowlist across pairing stores (#23017)
|
2026-02-22 00:00:23 +01:00 |
|
Peter Steinberger
|
58254b3b57
|
test: dedupe channel and transport adapters
|
2026-02-21 21:44:01 +00:00 |
|
Peter Steinberger
|
c45ef5f8b5
|
test(line): dedupe event fixtures and cover room postback routing
|
2026-02-21 21:40:39 +00:00 |
|
Onur
|
8178ea472d
|
feat: thread-bound subagents on Discord (#21805)
* docs: thread-bound subagents plan
* docs: add exact thread-bound subagent implementation touchpoints
* Docs: prioritize auto thread-bound subagent flow
* Docs: add ACP harness thread-binding extensions
* Discord: add thread-bound session routing and auto-bind spawn flow
* Subagents: add focus commands and ACP/session binding lifecycle hooks
* Tests: cover thread bindings, focus commands, and ACP unbind hooks
* Docs: add plugin-hook appendix for thread-bound subagents
* Plugins: add subagent lifecycle hook events
* Core: emit subagent lifecycle hooks and decouple Discord bindings
* Discord: handle subagent bind lifecycle via plugin hooks
* Subagents: unify completion finalizer and split registry modules
* Add subagent lifecycle events module
* Hooks: fix subagent ended context key
* Discord: share thread bindings across ESM and Jiti
* Subagents: add persistent sessions_spawn mode for thread-bound sessions
* Subagents: clarify thread intro and persistent completion copy
* test(subagents): stabilize sessions_spawn lifecycle cleanup assertions
* Discord: add thread-bound session TTL with auto-unfocus
* Subagents: fail session spawns when thread bind fails
* Subagents: cover thread session failure cleanup paths
* Session: add thread binding TTL config and /session ttl controls
* Tests: align discord reaction expectations
* Agent: persist sessionFile for keyed subagent sessions
* Discord: normalize imports after conflict resolution
* Sessions: centralize sessionFile resolve/persist helper
* Discord: harden thread-bound subagent session routing
* Rebase: resolve upstream/main conflicts
* Subagents: move thread binding into hooks and split bindings modules
* Docs: add channel-agnostic subagent routing hook plan
* Agents: decouple subagent routing from Discord
* Discord: refactor thread-bound subagent flows
* Subagents: prevent duplicate end hooks and orphaned failed sessions
* Refactor: split subagent command and provider phases
* Subagents: honor hook delivery target overrides
* Discord: add thread binding kill switches and refresh plan doc
* Discord: fix thread bind channel resolution
* Routing: centralize account id normalization
* Discord: clean up thread bindings on startup failures
* Discord: add startup cleanup regression tests
* Docs: add long-term thread-bound subagent architecture
* Docs: split session binding plan and dedupe thread-bound doc
* Subagents: add channel-agnostic session binding routing
* Subagents: stabilize announce completion routing tests
* Subagents: cover multi-bound completion routing
* Subagents: suppress lifecycle hooks on failed thread bind
* tests: fix discord provider mock typing regressions
* docs/protocol: sync slash command aliases and delete param models
* fix: add changelog entry for Discord thread-bound subagents (#21805) (thanks @onutc)
---------
Co-authored-by: Shadow <hi@shadowing.dev>
|
2026-02-21 16:14:55 +01:00 |
|
Peter Steinberger
|
a1cb700a05
|
test: dedupe and optimize test suites
|
2026-02-19 15:19:38 +00:00 |
|
Peter Steinberger
|
ffd4e85873
|
refactor: share allow-from merge and sender-id checks
|
2026-02-19 14:27:37 +00:00 |
|
Mariano
|
a7c0aa94d9
|
refactor(security): share safe temp media path builder (#20810)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 7a088e6801d4ec45858ba47d20a8c8615ba35389
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
|
2026-02-19 09:59:21 +00:00 |
|
Mariano
|
8e6d1e6368
|
LINE/Security: harden inbound media temp-file naming (#20792)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: f6f3eecdb3ce21ccdccd8b2c10a74ebd47ad809e
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
|
2026-02-19 09:37:33 +00:00 |
|
Peter Steinberger
|
3b481001d1
|
test: merge duplicate line carousel column-limit cases
|
2026-02-18 22:41:25 +00:00 |
|
Peter Steinberger
|
7e243d80fe
|
test: dedupe line rich menu label truncation checks
|
2026-02-18 22:38:49 +00:00 |
|
Peter Steinberger
|
2789eb7512
|
refactor(line): share rich menu user batching
|
2026-02-18 18:30:23 +00:00 |
|
Peter Steinberger
|
7bf9b6e52f
|
refactor(line): share account config base type
|
2026-02-18 18:25:25 +00:00 |
|
Peter Steinberger
|
d067618600
|
test(line): dedupe reply chunk fixture setup
|
2026-02-18 13:06:08 +00:00 |
|
Peter Steinberger
|
639d0221ff
|
test: dedupe line and whatsapp target resolution tests
|
2026-02-18 05:31:13 +00:00 |
|
Peter Steinberger
|
b8b43175c5
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
Peter Steinberger
|
31f9be126c
|
style: run oxfmt and fix gate failures
|
2026-02-18 01:29:02 +00:00 |
|
cpojer
|
238718c1d8
|
chore: Fix types in tests 37/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
d0cb8c19b2
|
chore: wtf.
|
2026-02-17 13:36:48 +09:00 |
|
Sebastian
|
ed11e93cf2
|
chore(format)
|
2026-02-16 23:20:16 -05:00 |
|
cpojer
|
cf6cdc74d0
|
chore: Fix types in tests 23/N.
|
2026-02-17 12:24:03 +09:00 |
|
cpojer
|
a76a9c375f
|
chore: Fix types in tests 15/N.
|
2026-02-17 12:00:29 +09:00 |
|
cpojer
|
90ef2d6bdf
|
chore: Update formatting.
|
2026-02-17 09:18:40 +09:00 |
|
Peter Steinberger
|
93ca0ed54f
|
refactor(channels): dedupe transport and gateway test scaffolds
|
2026-02-16 14:59:31 +00:00 |
|
Peter Steinberger
|
5cb228fdd0
|
test: remove redundant quick-reply truncation case
|
2026-02-16 08:00:47 +00:00 |
|
Peter Steinberger
|
8fd6d4d6dd
|
test: remove redundant messageAction default-text case
|
2026-02-16 07:59:19 +00:00 |
|
Peter Steinberger
|
242e8f5c43
|
test: remove low-signal line account listing coverage
|
2026-02-16 07:58:00 +00:00 |
|
Peter Steinberger
|
4aab640fd1
|
test: remove redundant default-account normalization case
|
2026-02-16 07:56:41 +00:00 |
|
Peter Steinberger
|
35b6ccd62c
|
test: remove redundant rich-menu action passthrough case
|
2026-02-16 07:55:39 +00:00 |
|
Peter Steinberger
|
7e1f542233
|
test: remove redundant uriAction passthrough case
|
2026-02-16 07:54:37 +00:00 |
|
Peter Steinberger
|
5927c53630
|
test: remove redundant postback displayText passthrough case
|
2026-02-16 07:53:10 +00:00 |
|
Peter Steinberger
|
8505577218
|
test: remove redundant line account-id env listing case
|
2026-02-16 07:52:08 +00:00 |
|
Peter Steinberger
|
b18b85dc77
|
test: remove redundant default rich-menu command smoke case
|
2026-02-16 07:51:04 +00:00 |
|
Peter Steinberger
|
f3eb003db9
|
test: remove redundant quick-reply creation smoke case
|
2026-02-16 07:50:02 +00:00 |
|
Peter Steinberger
|
0448693f8f
|
test: remove redundant messageAction passthrough case
|
2026-02-16 07:49:15 +00:00 |
|
Peter Steinberger
|
e86647889c
|
test: remove redundant datetimepicker passthrough case
|
2026-02-16 07:47:36 +00:00 |
|
Peter Steinberger
|
993a5e63a1
|
test: remove redundant yes-no label passthrough case
|
2026-02-16 07:46:48 +00:00 |
|
Peter Steinberger
|
c01e97f124
|
test: remove redundant list-card action passthrough case
|
2026-02-16 07:45:09 +00:00 |
|
Peter Steinberger
|
bf2d78505e
|
test: remove redundant notification title passthrough case
|
2026-02-16 07:43:03 +00:00 |
|
Peter Steinberger
|
91337b4b6f
|
test: remove redundant confirm alt-text passthrough case
|
2026-02-16 07:42:09 +00:00 |
|