Vincent Koc
fdcf26ffd3
test(mattermost): cover setup adapter
2026-03-22 17:59:04 -07:00
Vincent Koc
3dcc802fe5
refactor(media): move deepgram and groq providers into plugins
2026-03-22 17:57:31 -07:00
Vincent Koc
0f54ca20aa
refactor(image-generation): move provider builders into plugins
2026-03-22 17:57:31 -07:00
Josh Lehman
3fe96c7b9e
device-pair: align internal command checks
2026-03-22 17:56:33 -07:00
Vincent Koc
a61e5d17f0
deps: update fast-xml-parser and markdown-it ( #52541 )
...
* style: format test files
* deps: bump fast-xml-parser override
2026-03-22 17:55:47 -07:00
Vincent Koc
45ede8729e
feat(mistral): add curated catalog models
2026-03-22 17:55:27 -07:00
Vincent Koc
dc2013aae5
perf(reply): lazy-load followup context lookup
2026-03-22 17:55:14 -07:00
Vincent Koc
0743368013
fix(test): split discord monitor agent components
2026-03-22 17:54:52 -07:00
Vincent Koc
bb8e2fceff
test(googlechat): cover webhook auth branches
2026-03-22 17:54:27 -07:00
Vincent Koc
d38cda5aab
test(googlechat): cover setup adapter
2026-03-22 17:53:21 -07:00
Vincent Koc
e3c7a05cb5
fix(cli): remove duplicate test runtime keys
2026-03-22 17:52:05 -07:00
Vincent Koc
bd28eb9f5b
fix(zai): align remaining pi metadata
2026-03-22 17:51:29 -07:00
Vincent Koc
88859c974f
fix(xai): restore pi model drift coverage
2026-03-22 17:51:29 -07:00
Vincent Koc
8eb7d3543e
test(googlechat): cover message actions
2026-03-22 17:50:51 -07:00
Vincent Koc
7dc1389d55
test(mattermost): cover routing helpers
2026-03-22 17:49:35 -07:00
Vincent Koc
de6bf58e79
refactor(tts): move speech providers into plugins
2026-03-22 17:48:59 -07:00
Vincent Koc
1d08ad4bac
refactor(tts): remove legacy core speech builders
2026-03-22 17:48:09 -07:00
Vincent Koc
a8b9763d66
fix(test): split discord monitor utility coverage
2026-03-22 17:47:45 -07:00
Vincent Koc
52538575c3
test(nextcloud-talk): cover room info and routing
2026-03-22 17:46:47 -07:00
Vincent Koc
2ce79428c5
test(firecrawl): cover client and tool helpers
2026-03-22 17:44:52 -07:00
Vincent Koc
a8f7c274bc
fix(test): split telegram channel-post media coverage
2026-03-22 17:42:44 -07:00
Vincent Koc
ac6542584b
fix(ci): unblock windows generator and gateway test typing
2026-03-22 17:42:28 -07:00
Vincent Koc
e1c0e94d0c
test(tavily): cover config and search helpers
2026-03-22 17:42:08 -07:00
Vincent Koc
dcef96e6d4
test(nextcloud-talk): cover signature and format helpers
2026-03-22 17:38:36 -07:00
Peter Steinberger
100d9a7a23
refactor: share boundary open and gateway test helpers
2026-03-23 00:37:05 +00:00
Vincent Koc
b21bcf6eb6
fix(test): reduce channel suite startup hotspots
2026-03-22 17:36:32 -07:00
Peter Steinberger
976eefe373
test: align cli runtime mocks with output runtime
2026-03-22 17:32:20 -07:00
Peter Steinberger
7bd12f4b37
test: fix rebased directory runtime mock ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
aaa6068c08
test: stabilize json runtime captures ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
a2999c6cfb
test: normalize rebase fallout ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
a5ace56a19
test: align rebased expectations and typecheck ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
047a01f9e2
build: serialize formatter checks in CI ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
38ee17145b
fix: restore rebase regression coverage ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
b00306a75b
test: fix post-rebase test drift ( #52428 )
2026-03-22 16:56:19 -07:00
Peter Steinberger
797f3cc377
fix: stabilize stale buffer sweep landing ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Peter Steinberger
841add8414
build: refresh plugin-sdk api baseline ( #52428 )
2026-03-22 16:56:19 -07:00
Peter Steinberger
f76e653776
fix: guard stale chat buffer sweep ( #52428 ) (thanks @karanuppal)
2026-03-22 16:56:19 -07:00
Karan Uppal
550deb8c18
fix: sweep stale chatRunState buffers for stuck runs
...
emitChatFinal frees buffers on clean run completion, and the
maintenance timer sweeps abortedRuns after ABORTED_RUN_TTL_MS. But
runs that get stuck (e.g. LLM timeout without triggering clean
lifecycle end) are never aborted and their string buffers persist
indefinitely. This is the direct trigger for the StringAdd_CheckNone
OOM crash reported in the issue.
Add a stale buffer sweep in the maintenance timer that cleans up
buffers, deltaSentAt, and deltaLastBroadcastLen for any run not
updated within ABORTED_RUN_TTL_MS, regardless of abort status.
Closes #51821
2026-03-22 16:56:19 -07:00
Peter Steinberger
80e9737db4
test: align discord action expectation
2026-03-22 23:54:52 +00:00
Peter Steinberger
165aeccd24
test: align memory cli json assertions
2026-03-22 23:46:54 +00:00
Peter Steinberger
4e531d382b
fix(ci): restore cli runtime mocks and timeout exits
2026-03-22 23:43:58 +00:00
Peter Steinberger
85f8437399
test: fix remaining tsgo issues after payload output refactor
2026-03-22 23:39:07 +00:00
Peter Steinberger
0684d887f6
perf: trim more vitest thread pins
2026-03-22 16:37:17 -07:00
Peter Steinberger
ac8e81a5cd
refactor: compose account security warning helpers
2026-03-22 23:37:12 +00:00
Peter Steinberger
39faf4725d
refactor: share warning collector projections
2026-03-22 23:37:12 +00:00
Peter Steinberger
2cfc7bca10
refactor: simplify telegram status snapshots
2026-03-22 23:37:12 +00:00
Peter Steinberger
f0ab31366c
refactor: share async computed channel status adapters
2026-03-22 23:37:12 +00:00
Peter Steinberger
d9a2666ee1
refactor: share more computed channel status adapters
2026-03-22 23:37:12 +00:00
Peter Steinberger
72bfaf6ee2
refactor: share computed channel status adapters
2026-03-22 23:37:12 +00:00
Peter Steinberger
4cc0d05cfb
refactor: share channel runtime state defaults
2026-03-22 23:37:12 +00:00