Seb Slight
|
d54e4af4a1
|
revert(agents): remove llms.txt discovery prompt (#19192)
|
2026-02-17 09:15:01 -05:00 |
|
Mariano Belinky
|
b114c82701
|
CLI: approve latest pending device request
|
2026-02-17 14:08:04 +00:00 |
|
Sebastian
|
cc359d338e
|
test: add fetch mock helper and reaction coverage
|
2026-02-17 09:02:39 -05:00 |
|
Shakker
|
e2a93db430
|
test(discord): fix mock call arg typing
|
2026-02-17 13:56:30 +00:00 |
|
Shakker
|
1ee64d6c72
|
Revert "fix(browser): handle EADDRINUSE with automatic port fallback"
This reverts commit 0e6daa2e6e.
|
2026-02-17 13:56:30 +00:00 |
|
Shakker
|
66f5a4c698
|
Revert "fix(browser): track original port mapping for EADDRINUSE fallback"
This reverts commit 8e55503d77.
|
2026-02-17 13:56:30 +00:00 |
|
Shakker
|
b0d4c9b721
|
fix(discord): preserve DM lastRoute user target
|
2026-02-17 13:56:30 +00:00 |
|
Sebastian
|
17c4a03e2b
|
test(discord): cover audioAsVoice replies
|
2026-02-17 08:49:26 -05:00 |
|
Sebastian
|
9772a28f0e
|
test(gateway): cover trusted proxy trimming
|
2026-02-17 08:49:16 -05:00 |
|
Sebastian
|
e74ec2acd3
|
fix(cron): add spin-loop regression coverage
|
2026-02-17 08:48:11 -05:00 |
|
Sebastian
|
366da7569a
|
fix(cli): honor update restart overrides
|
2026-02-17 08:47:25 -05:00 |
|
Sebastian
|
dff8692613
|
fix(discord): normalize command allowFrom prefixes
|
2026-02-17 08:45:41 -05:00 |
|
Sebastian
|
72ab24a157
|
test(cron): cover webhook session rollover overrides
|
2026-02-17 08:44:42 -05:00 |
|
Sebastian
|
7fca92ea93
|
test(web): fix baileys mock typing
|
2026-02-17 08:44:42 -05:00 |
|
Sebastian
|
111a24d55c
|
fix(daemon): scope token drift warnings
|
2026-02-17 08:44:24 -05:00 |
|
Sebastian
|
210bc37971
|
chore(subagents): add regression coverage and changelog
|
2026-02-17 08:40:36 -05:00 |
|
Mariano
|
0c87dbdcfc
|
voice-call: harden closed-loop turn loop and transcript routing (#19140)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 14a3edb00572b20348f839bbafa56ca826cee362
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-17 13:02:38 +00:00 |
|
Nimrod Gutman
|
9f907320c3
|
Revert "fix: handle forum/topics in Telegram DM thread routing (#17980)"
This reverts commit e20b87f1ba.
|
2026-02-17 11:17:30 +02:00 |
|
Sam Padilla
|
32d12fcae9
|
feat(telegram): add channel_post support for bot-to-bot communication (#17857)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 27a343cd4d9c778a6017ff666d8285ae60256bf4
Co-authored-by: theSamPadilla <35386211+theSamPadilla@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
|
2026-02-17 14:44:18 +05:30 |
|
Benjamin Jesuiter
|
daef91800c
|
Configure: improve searchable model picker token matching
|
2026-02-17 09:15:55 +01:00 |
|
Benjamin Jesuiter
|
01fcac0726
|
Configure: make model picker allowlist searchable
|
2026-02-17 09:15:55 +01:00 |
|
Ayaan Zaidi
|
900b97e3c7
|
test: type telegram action mock passthrough args
|
2026-02-17 13:30:29 +05:30 |
|
Ayaan Zaidi
|
7be63ec74a
|
fix: align tool execute arg parsing for hooks
|
2026-02-17 13:30:29 +05:30 |
|
Ayaan Zaidi
|
f8b9e26c47
|
test: pass extensionContext in abort dedupe e2e
|
2026-02-17 13:30:29 +05:30 |
|
Ayaan Zaidi
|
1903c685c0
|
style: drop aidev-note prefix in telegram comments
|
2026-02-17 13:30:29 +05:30 |
|
Ayaan Zaidi
|
9d9630c83a
|
fix: preserve telegram dm topic thread ids
|
2026-02-17 13:30:29 +05:30 |
|
Nimrod Gutman
|
92de4031a3
|
Revert "fix(telegram): wire sendPollTelegram into channel action handler (#16977)"
This reverts commit 7bb9a7dcfc.
|
2026-02-17 09:45:08 +02:00 |
|
Nimrod Gutman
|
e727bca2dc
|
Revert "Add Telegram polls action to config typing"
This reverts commit 5cbfaf5cc7.
|
2026-02-17 09:44:36 +02:00 |
|
Nimrod Gutman
|
33b59441d2
|
Revert "Fix Telegram poll action wiring"
This reverts commit 556b531a14.
|
2026-02-17 09:43:57 +02:00 |
|
Nimrod Gutman
|
b2fef5ebc4
|
Revert "Default Telegram polls to public"
This reverts commit c43e95e011.
|
2026-02-17 09:38:15 +02:00 |
|
Sascha Reuter
|
60dc3741c0
|
fix: before_tool_call hook double-fires with abort signal (#16852)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 6269d617f3ac811e03cd29d915f94657da922ba1
Co-authored-by: sreuter <550246+sreuter@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
|
2026-02-17 12:53:54 +05:30 |
|
Ayaan Zaidi
|
583844ecf6
|
fix(telegram): avoid duplicate preview bubbles in partial stream mode (#18956)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: cf4eca71d46e0c5ef1ec46af90f978b3d454c34a
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
|
2026-02-17 12:36:15 +05:30 |
|
cpojer
|
73668bb963
|
chore: Fix broken test.
|
2026-02-17 15:54:17 +09:00 |
|
cpojer
|
048e29ea35
|
chore: Fix types in tests 45/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
52ad28e097
|
chore: Fix types in tests 44/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
688f86bf28
|
chore: Fix types in tests 43/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
7d2ef131c1
|
chore: Fix types in tests 42/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
6264c5e842
|
chore: Fix types in tests 41/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
3dc8d5656d
|
chore: Fix types in tests 40/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
c4bd82d81d
|
chore: Fix types in tests 39/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
084e39b519
|
chore: Fix types in tests 38/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
238718c1d8
|
chore: Fix types in tests 37/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
7b31e8fc59
|
chore: Fix types in tests 36/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
2a4ca7671e
|
chore: Fix types in tests 35/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
ed75d30ad3
|
chore: Fix types in tests 34/N.
|
2026-02-17 15:50:07 +09:00 |
|
cpojer
|
49bd9f75f4
|
chore: Fix types in tests 33/N.
|
2026-02-17 15:50:07 +09:00 |
|
Ayaan Zaidi
|
f44b58fd58
|
style(telegram): format dispatch files
|
2026-02-17 11:26:14 +05:30 |
|
Hongwei Ma
|
7ffc8f9f7c
|
fix(telegram): add initial message debounce for better push notifications (#18147)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 5e2285b6a03943a483993b540f86a0fa49d7de39
Co-authored-by: Marvae <11957602+Marvae@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
|
2026-02-17 11:21:49 +05:30 |
|
cpojer
|
2e375a5498
|
chore: Fix types in tests 32/N.
|
2026-02-17 14:33:38 +09:00 |
|
cpojer
|
116f5afea3
|
chore: Fix types in tests 31/N.
|
2026-02-17 14:33:26 +09:00 |
|