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
262b7a157a
chore: chore: Fix types in tests 12/N.
2026-02-17 11:22:49 +09:00
cpojer
b3d9ecf4e4
chore: Fix types that were broken due to reverts.
2026-02-17 10:57:31 +09:00
cpojer
003d6c45d6
chore: Fix types in tests 6/N.
2026-02-17 10:57:31 +09:00
cpojer
90ef2d6bdf
chore: Update formatting.
2026-02-17 09:18:40 +09:00
Peter Steinberger
c37f65a449
refactor(tests): share harnesses for cli and monitor fixtures
2026-02-16 17:06:40 +00:00
Peter Steinberger
93ca0ed54f
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
Peter Steinberger
c82dc02b4d
perf(test): fold tui command parsing into tui suite
2026-02-16 00:18:27 +00:00
Vignesh Natarajan
69418cca20
fix (tui): preserve copy-sensitive token wrapping
2026-02-15 13:12:10 -08:00
Vignesh Natarajan
9f2cb3b582
fix (tui): suppress false no-output placeholders for external empty finals
2026-02-14 21:01:18 -08:00
Vignesh Natarajan
cd53387c9e
fix (tui): coalesce rapid git-bash submit bursts into multiline paste
2026-02-14 20:59:05 -08:00
Vignesh Natarajan
2faceadd0d
test (tui): cover newline preservation in submit and render paths
2026-02-14 20:56:38 -08:00
Vignesh Natarajan
efdfdd036c
test (tui): cover ANSI-safe searchable select matching
2026-02-14 20:01:43 -08:00
Vignesh Natarajan
9255f36654
fix (tui): harden searchable select ANSI-safe highlighting
2026-02-14 20:01:43 -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
7572070f4e
chore (tui): add sanitizer regressions for narrow width safety
2026-02-14 18:45:07 -08:00
Vignesh Natarajan
de02b07209
fix (tui): harden render sanitization for narrow terminals
2026-02-14 18:45:07 -08:00
Vignesh Natarajan
f7121677f3
chore (tui): add stream assembler regression for tool boundary drops
2026-02-14 18:41:14 -08:00
Vignesh Natarajan
7d7ab8a09a
fix (tui): preserve streamed text across tool boundary deltas
2026-02-14 18:41:14 -08:00
Vignesh Natarajan
d6a635ed48
chore (tui): replace control-char regex with codepoint sanitizer
2026-02-14 18:29:54 -08:00
Vignesh Natarajan
750a7146e4
fix (tui): sanitize binary-heavy history text before render
2026-02-14 18:29:54 -08:00
Vignesh Natarajan
61228639c2
fix (tui): preserve active stream during concurrent run finals
2026-02-14 18:25:13 -08:00
Peter Steinberger
a7eb0dd9a5
fix(security): harden Windows child process spawning
2026-02-15 03:24:55 +01:00
Vignesh Natarajan
d171686f77
TUI: honor gateway bind mode for local connection URL
2026-02-14 17:16:17 -08:00
Vignesh Natarajan
56b38d2fbe
TUI: honor explicit session key in global scope
2026-02-14 16:40:37 -08:00
Vignesh Natarajan
b08146fad6
TUI/Gateway: emit internal hooks for /new and /reset
2026-02-14 16:33:42 -08:00
Vignesh Natarajan
542271e305
tui: cap local shell output buffering
2026-02-14 14:53:20 -08:00
Peter Steinberger
4133f4bd37
refactor(tui): clarify searchable select list width layout ( #16378 )
...
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: fecbade822
Co-authored-by: steipete <58493+steipete@users.noreply.github.com >
Co-authored-by: steipete <58493+steipete@users.noreply.github.com >
Reviewed-by: @steipete
2026-02-14 19:15:38 +01:00
Robby
5a313c83b7
fix(tui): use available terminal width for session name display ( #16109 ) ( #16238 )
...
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 19c18977e0
Co-authored-by: robbyczgw-cla <239660374+robbyczgw-cla@users.noreply.github.com >
Co-authored-by: steipete <58493+steipete@users.noreply.github.com >
Reviewed-by: @steipete
2026-02-14 18:39:05 +01:00
Robby
078642b308
fix(discord): defer component interactions to prevent timeout ( #16287 )
...
* fix(discord): defer component interactions to prevent timeout
Discord requires interaction responses within 3 seconds. Button clicks
were routed through the LLM pipeline before responding, exceeding this
window and showing 'This interaction failed' to users.
Now immediately defers the interaction, then processes the agent
response asynchronously.
Fixes #16262
* fix: harden deferred interaction replies and silent chat finals (#16287 ) (thanks @robbyczgw-cla)
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-02-14 17:38:01 +01:00
Peter Steinberger
dd08ca97bb
perf(test): reduce import and fixture overhead in hot tests
2026-02-14 02:49:19 +00:00
Peter Steinberger
d3eb014892
perf(test): dedupe telegram/node coverage and speed fixtures
2026-02-14 02:37:09 +00:00
Peter Steinberger
0b8227fa92
perf(test): trim redundant suites and tighten wait loops
2026-02-14 02:02:03 +00:00
Tseka Luk
5cd9e210fa
fix(tui): preserve streamed text when final payload regresses ( #15452 ) ( #15573 )
...
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: e4a5e3c8a6
Co-authored-by: TsekaLuk <79151285+TsekaLuk@users.noreply.github.com >
Co-authored-by: steipete <58493+steipete@users.noreply.github.com >
Reviewed-by: @steipete
2026-02-13 19:12:59 +01:00
max
a1123dd9be
Centralize date/time formatting utilities ( #11831 )
2026-02-08 04:53:31 -08:00
Gustavo Madeira Santana
5e025c4ba3
Tests: restore TUI gateway env
2026-02-04 19:09:52 -05:00
Gustavo Madeira Santana
a13ff55bd9
Security: Prevent gateway credential exfiltration via URL override ( #9179 )
...
* Gateway: require explicit auth for url overrides
* Gateway: scope credential blocking to non-local URLs only
Address review feedback: the previous fix blocked credential fallback for
ALL URL overrides, which was overly strict and could break workflows that
use --url to switch between loopback/tailnet without passing credentials.
Now credential fallback is only blocked for non-local URLs (public IPs,
external hostnames). Local addresses (127.0.0.1, localhost, private IPs
like 192.168.x.x, 10.x.x.x, tailnet 100.x.x.x) still get credential
fallback as before.
This maintains the security fix (preventing credential exfiltration to
attacker-controlled URLs) while preserving backward compatibility for
legitimate local URL overrides.
* Security: require explicit credentials for gateway url overrides (#8113 ) (thanks @victormier)
* Gateway: reuse explicit auth helper for url overrides (#8113 ) (thanks @victormier)
* Tests: format gateway chat test (#8113 ) (thanks @victormier)
* Tests: require explicit auth for gateway url overrides (#8113 ) (thanks @victormier)
---------
Co-authored-by: Victor Mier <victormier@gmail.com >
2026-02-04 18:59:44 -05:00
Gustavo Madeira Santana
38e6da1fe0
TUI/Gateway: fix pi streaming + tool routing + model display + msg updating ( #8432 )
...
* TUI/Gateway: fix pi streaming + tool routing
* Tests: clarify verbose tool output expectation
* fix: avoid seq gaps for targeted tool events (#8432 ) (thanks @gumadeiras)
2026-02-04 17:12:16 -05:00
Shakker
58d5b39c9a
Onboarding: keep TUI flow exclusive
2026-02-03 06:11:11 +00:00
cpojer
935a0e5708
chore: Enable typescript/no-explicit-any rule.
2026-02-02 16:18:09 +09:00
Mario Zechner
c621c80afc
fix(tui): prevent crash when searching with digits in model selector
...
highlightMatch() was replacing tokens inside ANSI escape codes,
corrupting sequences like [38;2;123;127;135m when searching for '2'.
Fix: apply highlighting to plain text before theme styling.
2026-02-01 09:50:57 +01:00
cpojer
f06dd8df06
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
cpojer
5ceff756e1
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
2026-01-31 16:19:20 +09:00
cpojer
9c4cbaab7b
chore: Enable eslint/no-unused-vars.
2026-01-31 16:06:39 +09:00
cpojer
15792b153f
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
2026-01-31 16:04:04 +09:00
Peter Steinberger
9a7160786a
refactor: rename to openclaw
2026-01-30 03:16:21 +01:00
Peter Steinberger
6d16a658e5
refactor: rename clawdbot to moltbot with legacy compat
2026-01-27 12:21:02 +00:00
Shadow
7187c3d067
TUI: guard against overflow width crashes ( #1686 )
...
Co-authored-by: Mohammad Jafari <mossein@users.noreply.github.com >
2026-01-25 21:18:16 -06:00