Jake McInteer
8aeee98593
fix: strip leading whitespace in block streaming reply path
...
The block streaming delivery path (onBlockReply) bypasses
sanitizeUserFacingText, so the trimStart fix from #16158/#16280
doesn't apply to users with blockStreaming enabled (the default).
Adds trimStart() to the cleaned text in the block reply payload
construction, consistent with the non-streaming path.
2026-02-14 22:42:05 -05:00
Peter Steinberger
d31e0dee55
refactor: dedupe chat envelope + daemon output + skills UI
2026-02-15 03:41:11 +00:00
Vignesh Natarajan
7a8bbefbb3
chore (changelog): document webchat inbound metadata cleanup
2026-02-14 19:40:38 -08:00
Vignesh Natarajan
a378fac081
fix (webchat): omit direct conversation labels from inbound metadata context
2026-02-14 19:40:38 -08:00
Peter Steinberger
d355fecd4d
fix(ci): avoid Windows spawn EINVAL in test runner
2026-02-15 03:35:06 +00:00
Sebastian
bcadef2e20
test(agents): add payload builder fixture helper
2026-02-14 22:34:48 -05:00
Sebastian
d08ff2c2c9
refactor(agents): extract tool-error warning helpers
2026-02-14 22:34:48 -05:00
Peter Steinberger
fef86e475b
refactor: dedupe shared helpers across ui/gateway/extensions
2026-02-15 03:34:14 +00:00
Vignesh Natarajan
fe90e14239
chore (changelog): document config.patch agents.list merge hardening
2026-02-14 19:33:48 -08:00
Vignesh Natarajan
b6d6cfd8d9
test (gateway/config): cover config.patch agents.list merge-by-id
2026-02-14 19:33:48 -08:00
Vignesh Natarajan
8ec0ef5866
fix (gateway/config): merge config.patch object arrays by id
2026-02-14 19:33:48 -08:00
Vignesh Natarajan
a3e2d0563e
fix(gateway): await reset handler result in agent route
2026-02-14 19:33:48 -08:00
Vai
2c8b921054
feat: add messages.suppressToolErrors config option ( #16620 )
...
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 9ae4394b81
Co-authored-by: vai-oro <258511217+vai-oro@users.noreply.github.com >
Co-authored-by: sebslight <19554889+sebslight@users.noreply.github.com >
Reviewed-by: @sebslight
2026-02-14 22:28:58 -05:00
Peter Steinberger
8189949549
perf(logging): skip eager debug formatting in diagnostic
2026-02-15 03:25:16 +00:00
Peter Steinberger
f832f3dcc3
chore(mac): update appcast for 2026.2.14
2026-02-15 04:24:59 +01:00
Vignesh Natarajan
8f6d87f1b6
docs (changelog): note media-understanding binary mime hardening
2026-02-14 19:22:43 -08:00
Vignesh Natarajan
24e9dccea6
test (media-understanding): cover binary vendor mime and vendor +json behavior
2026-02-14 19:22:43 -08:00
Vignesh Natarajan
86a156db26
fix (media-understanding): treat binary application mimes as non-text
2026-02-14 19:22:43 -08:00
Peter Steinberger
3182a117c1
fix(gateway): handle sync sessions.reset handlers
2026-02-15 03:22:13 +00:00
Peter Steinberger
870b1d50df
perf(test): consolidate sessions_spawn e2e tests
2026-02-15 03:21:04 +00:00
Vignesh Natarajan
14b1bcd2e1
docs (changelog): note gateway agent reset command routing
2026-02-14 19:18:28 -08:00
Vignesh Natarajan
c48b4471aa
test (gateway/agent): cover bare reset command routing
2026-02-14 19:18:28 -08:00
Vignesh Natarajan
616658d4b0
fix (gateway/agent): route bare /new and /reset through sessions.reset
2026-02-14 19:18:28 -08:00
Peter Steinberger
cdeedd8093
test(chutes): require redirect URL in manual oauth
2026-02-15 04:16:27 +01:00
Peter Steinberger
a324031801
fix(ui): do not hydrate password from URL
2026-02-15 04:16:27 +01:00
Vignesh Natarajan
b5ab92eef4
chore (changelog): note read tool file_path alias warning fix
v2026.2.14
2026-02-14 19:10:05 -08:00
Vignesh Natarajan
53e4d37cf1
test (agents): cover read file_path alias in tool-start diagnostics
2026-02-14 19:10:00 -08:00
Vignesh Natarajan
032842a74c
fix (agents): accept read file_path alias in tool-start path checks
2026-02-14 19:09:55 -08:00
Vignesh Natarajan
7dea9a131b
chore (changelog): note tui light-theme contrast fix
2026-02-14 19:08:24 -08:00
Vignesh Natarajan
c14eb2b60e
test (tui): cover assistant default-foreground theme behavior
2026-02-14 19:08:19 -08:00
Vignesh Natarajan
2c962ef8fc
fix (tui): keep assistant text contrast theme-adaptive
2026-02-14 19:08:15 -08:00
Vignesh Natarajan
70cf0e4d42
chore (changelog): note cron interrupted-start replay fix
2026-02-14 19:06:37 -08:00
Vignesh Natarajan
bb67585674
test (cron): cover interrupted startup job replay guard
2026-02-14 19:06:37 -08:00
Vignesh Natarajan
7b89e68d18
fix (cron): skip startup replay for interrupted running jobs
2026-02-14 19:06:37 -08:00
Peter Steinberger
58548c729f
docs(changelog): mark 2026.2.14 released
2026-02-15 04:06:07 +01:00
Vignesh Natarajan
c3e87da2df
chore (changelog): note discord empty channels allowlist fix
2026-02-14 19:04:18 -08:00
Vignesh Natarajan
66414b28ba
test (discord): cover empty guild channels config fallback
2026-02-14 19:04:13 -08:00
Vignesh Natarajan
7b4984e73d
fix (discord): ignore empty guild channel maps in allowlist resolution
2026-02-14 19:04:10 -08:00
Vignesh Natarajan
202b06b279
chore (changelog): note qmd multi-collection query fix
2026-02-14 19:02:48 -08:00
Vignesh Natarajan
46a3c16066
test (memory/qmd): cover per-collection query fallback behavior
2026-02-14 19:02:44 -08:00
Vignesh Natarajan
04a88a6ee6
fix (memory/qmd): avoid multi-collection query ranking corruption
2026-02-14 19:02:41 -08:00
Vignesh Natarajan
cab25b5837
chore (changelog): note signal group-id normalization fix
2026-02-14 18:59:48 -08:00
Vignesh Natarajan
4587175fb1
test (signal): cover mixed-case group target ids
2026-02-14 18:59:48 -08:00
Vignesh Natarajan
8647a1ebed
fix (signal): preserve case for group target normalization
2026-02-14 18:59:48 -08:00
Peter Steinberger
2690dfa77b
test: quiet docker onboard e2e noise
2026-02-15 03:58:23 +01:00
Vignesh Natarajan
36b80c4f31
chore (changelog): note telegram webhook timeout retry-storm fix
2026-02-14 18:57:39 -08:00
Vignesh Natarajan
69a1ab2319
test (telegram): assert webhook callback timeout-safe options
2026-02-14 18:57:18 -08:00
Vignesh Natarajan
f032ade9c8
fix (telegram): return webhook timeout responses to prevent retry storms
2026-02-14 18:57:18 -08:00
Peter Steinberger
c1feda14fd
docs(changelog): reorder 2026.2.14 notes
2026-02-15 03:55:28 +01:00
Vignesh Natarajan
f202629996
chore (changelog): document empty-chunk timeout handling
2026-02-14 18:54:03 -08:00