openclaw/src
Peter Steinberger f02247b6c5 fix(ci): fix discord proxy websocket binding and bluebubbles timeout status 2026-02-13 19:35:55 +00:00
..
acp fix: close OC-02 gaps in ACP permission + gateway HTTP deny config (#15390) (thanks @aether-ai-agent) 2026-02-13 14:30:06 +01:00
agents fix(agents): wait for agent idle before flushing pending tool results (#13746) 2026-02-13 20:35:43 +01:00
auto-reply perf(test): stabilize e2e harness and reduce flaky gateway coverage 2026-02-13 17:32:14 +00:00
browser Security/Browser: constrain trace and download output paths to OpenClaw temp roots (#15652) 2026-02-13 19:24:33 +00:00
canvas-host perf(test): reduce module reload overhead in key suites 2026-02-13 15:45:19 +00:00
channels fix(discord): pass silent flag through plugin action handler 2026-02-13 12:44:14 -06:00
cli Security/Browser: constrain trace and download output paths to OpenClaw temp roots (#15652) 2026-02-13 19:24:33 +00:00
commands perf: honor low timeout budgets in health telegram probes 2026-02-13 19:22:25 +00:00
compat
config Discord: refine presence config defaults (#10855) (thanks @h0tp-ftw) 2026-02-13 13:34:19 -06:00
cron test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
daemon fix(daemon): preserve backslashes in parseCommandLine on Windows (#15642) 2026-02-13 19:27:06 +01:00
discord fix(ci): fix discord proxy websocket binding and bluebubbles timeout status 2026-02-13 19:35:55 +00:00
docs Docs: landing page revamp (#8885) 2026-02-04 10:37:14 -05:00
gateway perf: add zero-delay gateway client connect for tests 2026-02-13 19:32:16 +00:00
hooks fix: increase image tool maxTokens from 512 to 4096 (#11770) 2026-02-13 17:52:27 +01:00
imessage fix(imessage): prevent rpc spawn in tests 2026-02-13 17:36:37 +01:00
infra refactor(exec-approvals): split allowlist evaluation module 2026-02-13 19:08:37 +00:00
line refactor(line): split flex template builders 2026-02-13 19:08:37 +00:00
link-understanding fix(security): block private/loopback/metadata IPs in link-understanding URL detection (#15604) 2026-02-13 18:38:40 +01:00
logging perf(test): eliminate resetModules via injectable seams 2026-02-13 16:20:37 +00:00
macos chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
markdown feat(telegram): render blockquotes as native <blockquote> tags (#14608) (#14626) 2026-02-12 08:11:57 -05:00
media perf(test): eliminate resetModules via injectable seams 2026-02-13 16:20:37 +00:00
media-understanding refactor(media): extract runner entry execution helpers 2026-02-13 19:08:37 +00:00
memory refactor(memory): extract manager sync and embedding ops 2026-02-13 19:08:37 +00:00
node-host refactor(node-host): extract invoke handlers 2026-02-13 19:08:37 +00:00
pairing perf: replace proper-lockfile with lightweight file locks 2026-02-13 17:57:30 +00:00
plugin-sdk fix(security): enforce bounded webhook body handling 2026-02-13 19:14:54 +01:00
plugins perf: reduce test/runtime overhead in plugin runtime and e2e harness 2026-02-13 18:24:19 +00:00
process refactor(process): use dedicated CommandLaneClearedError in clearCommandLane 2026-02-13 19:43:20 +01:00
providers perf(test): eliminate resetModules via injectable seams 2026-02-13 16:20:37 +00:00
routing fix: add discord role allowlists (#10650) (thanks @Minidoracat) 2026-02-12 19:52:24 -06:00
scripts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
security refactor(security): extract channel audit checks 2026-02-13 19:08:37 +00:00
sessions fix: preserve inter-session input provenance (thanks @anbecker) 2026-02-13 02:02:01 +01:00
shared/text chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
signal perf(test): reduce module reload churn in unit suites 2026-02-13 15:19:13 +00:00
slack fix(security): enforce bounded webhook body handling 2026-02-13 19:14:54 +01:00
telegram perf: honor low timeout budgets in health telegram probes 2026-02-13 19:22:25 +00:00
terminal fix(onboarding): exit cleanly after web ui hatch 2026-02-13 03:20:32 +01:00
test-helpers fix: use STATE_DIR instead of hardcoded ~/.openclaw for identity and canvas (#4824) 2026-02-07 22:16:59 -05:00
test-utils chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
tts refactor(tts): extract directives and provider core 2026-02-13 19:08:37 +00:00
tui fix(tui): preserve streamed text when final payload regresses (#15452) (#15573) 2026-02-13 19:12:59 +01:00
types fix: update pi packages to 0.51.0, remove bogus type augmentation 2026-02-02 01:52:33 +01:00
utils fix: use relayAbort helper for addEventListener to preserve AbortError reason 2026-02-13 18:13:18 +01:00
web perf: trim web auto-reply test cleanup backoff 2026-02-13 19:19:11 +00:00
whatsapp chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
wizard fix(configure): reject literal "undefined" and "null" gateway auth tokens (#13767) 2026-02-13 17:04:41 +01:00
channel-web.barrel.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
channel-web.ts
docker-setup.test.ts fix(tts): strip markdown before sending text to TTS engines (#13237) 2026-02-12 10:46:57 -05:00
entry.ts Centralize date/time formatting utilities (#11831) 2026-02-08 04:53:31 -08:00
extensionAPI.ts chore: Migrate to tsdown, speed up JS bundling by ~10x (thanks @hyf0). 2026-02-03 20:18:16 +09:00
globals.test.ts
globals.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
index.test.ts
index.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
logger.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
logger.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
logging.ts perf(test): eliminate resetModules via injectable seams 2026-02-13 16:20:37 +00:00
polls.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
polls.ts
runtime.ts CLI: restore terminal state on exit 2026-02-03 06:10:19 +00:00
utils.test.ts fix(paths): structurally resolve home dir to prevent Windows path bugs (#12125) 2026-02-08 20:06:29 -05:00
utils.ts Deduplicate more 2026-02-09 18:56:58 -08:00
version.test.ts fix: CLI harden update restart imports and fix nested bundle version resolution 2026-02-06 00:09:48 -05:00
version.ts fix: CLI harden update restart imports and fix nested bundle version resolution 2026-02-06 00:09:48 -05:00