| .. |
|
monitor
|
refactor(channels): dedupe message routing and telegram helpers
|
2026-02-22 07:44:57 +00:00 |
|
voice
|
refactor(discord): dedupe voice command runtime checks
|
2026-02-22 07:44:57 +00:00 |
|
accounts.ts
|
refactor(channels): share account action gate resolution
|
2026-02-18 17:48:02 +00:00 |
|
api.test.ts
|
test: add fetch mock helper and reaction coverage
|
2026-02-17 09:02:39 -05:00 |
|
api.ts
|
…
|
|
|
audit.test.ts
|
…
|
|
|
audit.ts
|
…
|
|
|
chunk.test.ts
|
refactor(channels): dedupe transport and gateway test scaffolds
|
2026-02-16 14:59:31 +00:00 |
|
chunk.ts
|
…
|
|
|
client.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
components-registry.ts
|
Discord: add component v2 UI tool support (#17419)
|
2026-02-15 21:19:25 -06:00 |
|
components.test.ts
|
Discord: add component v2 UI tool support (#17419)
|
2026-02-15 21:19:25 -06:00 |
|
components.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
directory-live.ts
|
…
|
|
|
draft-chunking.ts
|
Discord: implement stream preview mode (#22111)
|
2026-02-20 12:37:15 -06:00 |
|
draft-stream.ts
|
fix: align draft/outbound typings and tests
|
2026-02-22 08:03:29 +00:00 |
|
gateway-logging.test.ts
|
chore: Fix types in tests 39/N.
|
2026-02-17 15:50:07 +09:00 |
|
gateway-logging.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
guilds.ts
|
…
|
|
|
monitor.gateway.test.ts
|
…
|
|
|
monitor.gateway.ts
|
…
|
|
|
monitor.test.ts
|
refactor: unify discord listener slow-log flow and test helpers
|
2026-02-22 00:44:56 +01:00 |
|
monitor.tool-result.accepts-guild-messages-mentionpatterns-match.e2e.test.ts
|
test(discord): use lightweight clears in tool-result setup
|
2026-02-22 07:35:54 +00:00 |
|
monitor.tool-result.sends-status-replies-responseprefix.test.ts
|
test(discord): use lightweight clears in tool-result setup
|
2026-02-22 07:35:54 +00:00 |
|
monitor.tool-result.test-harness.ts
|
test: annotate harness mocks to avoid TS2742 in CI
|
2026-02-16 15:19:11 +00:00 |
|
monitor.ts
|
…
|
|
|
pluralkit.test.ts
|
…
|
|
|
pluralkit.ts
|
…
|
|
|
probe.intents.test.ts
|
…
|
|
|
probe.ts
|
…
|
|
|
resolve-channels.test.ts
|
test: add fetch mock helper and reaction coverage
|
2026-02-17 09:02:39 -05:00 |
|
resolve-channels.ts
|
…
|
|
|
resolve-users.test.ts
|
test(discord): share resolve-users guild probe fixture
|
2026-02-22 07:44:57 +00:00 |
|
resolve-users.ts
|
fix: lazy-load Discord allowlist guilds (#20208) (thanks @zhangjunmengyang)
|
2026-02-20 20:26:46 -06:00 |
|
send.channels.ts
|
chore: fix formatting on CI-drift files (#22391)
|
2026-02-20 22:40:30 -05:00 |
|
send.components.test.ts
|
feat: thread-bound subagents on Discord (#21805)
|
2026-02-21 16:14:55 +01:00 |
|
send.components.ts
|
Channels: add thread-aware model overrides
|
2026-02-20 19:26:25 -06:00 |
|
send.creates-thread.test.ts
|
fix(discord): send initial message for non-forum thread creation (#18117)
|
2026-02-16 13:48:46 -06:00 |
|
send.emojis-stickers.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
send.guild.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
send.messages.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
send.outbound.ts
|
feat: thread-bound subagents on Discord (#21805)
|
2026-02-21 16:14:55 +01:00 |
|
send.permissions.authz.test.ts
|
test(discord): dedupe guild permission route mocks
|
2026-02-22 07:44:57 +00:00 |
|
send.permissions.ts
|
chore: fix formatting drift and stabilize cron tool mocks
|
2026-02-19 15:41:38 +01:00 |
|
send.reactions.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
send.sends-basic-channel-messages.test.ts
|
test(channels): dedupe slack arg-menu and discord reply chunk assertions
|
2026-02-18 13:39:40 +00:00 |
|
send.shared.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |
|
send.test-harness.ts
|
…
|
|
|
send.ts
|
feat: thread-bound subagents on Discord (#21805)
|
2026-02-21 16:14:55 +01:00 |
|
send.types.ts
|
feat(discord): support forum tag edits via channel-edit (#12070) (thanks @xiaoyaner0201)
|
2026-02-20 21:17:04 -06:00 |
|
send.webhook-activity.test.ts
|
test(core): trim redundant test resets and use mockClear
|
2026-02-22 08:12:55 +00:00 |
|
targets.test.ts
|
test(core): reduce reset overhead in messaging and agent e2e mocks
|
2026-02-22 08:33:06 +00:00 |
|
targets.ts
|
refactor(channels): share prefixed target parsing
|
2026-02-17 00:32:34 +00:00 |
|
token.test.ts
|
…
|
|
|
token.ts
|
…
|
|
|
ui.ts
|
…
|
|
|
voice-message.ts
|
style: align formatting with oxfmt 0.33
|
2026-02-18 01:34:35 +00:00 |