openclaw/src/gateway
2026-02-21 16:38:48 +01:00
..
protocol feat: thread-bound subagents on Discord (#21805) 2026-02-21 16:14:55 +01:00
server refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
server-methods feat: thread-bound subagents on Discord (#21805) 2026-02-21 16:14:55 +01:00
agent-event-assistant-text.ts refactor(gateway): dedupe assistant delta parsing 2026-02-15 19:08:47 +00:00
agent-prompt.e2e.test.ts refactor(gateway): share agent prompt builder 2026-02-14 15:39:45 +00:00
agent-prompt.ts refactor(gateway): share agent prompt builder 2026-02-14 15:39:45 +00:00
assistant-identity.test.ts
assistant-identity.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
auth-rate-limit.test.ts feat(gateway): add auth rate-limiting & brute-force protection (#15035) 2026-02-13 15:32:38 +01:00
auth-rate-limit.ts feat(gateway): add auth rate-limiting & brute-force protection (#15035) 2026-02-13 15:32:38 +01:00
auth.test.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
auth.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
boot.test.ts test: dedupe and optimize test suites 2026-02-19 15:19:38 +00:00
boot.ts fix: run BOOT.md for each configured agent at startup (#20569) 2026-02-19 00:58:56 -05:00
call.test.ts Gateway: force loopback self-connections for local binds 2026-02-20 13:08:26 -08:00
call.ts Gateway: force loopback self-connections for local binds 2026-02-20 13:08:26 -08:00
canvas-capability.ts fix(gateway): harden canvas auth with session capabilities 2026-02-19 15:51:22 +01:00
channel-health-monitor.test.ts perf(test): reduce channel health monitor check slack 2026-02-18 22:39:57 +00:00
channel-health-monitor.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
chat-abort.test.ts Gateway/Control UI: preserve partial output on abort (#15026) 2026-02-15 16:55:28 -08:00
chat-abort.ts Gateway/Control UI: preserve partial output on abort (#15026) 2026-02-15 16:55:28 -08:00
chat-attachments.test.ts chore: Fix types in tests 25/N. 2026-02-17 14:31:02 +09:00
chat-attachments.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
chat-sanitize.test.ts fix(tui): strip inbound metadata blocks from user messages (clean rewrite) (#22345) 2026-02-20 23:52:43 -05:00
chat-sanitize.ts fix(tui): strip inbound metadata blocks from user messages (clean rewrite) (#22345) 2026-02-20 23:52:43 -05:00
client.e2e.test.ts perf: speed up gateway missing-tick e2e watchdog 2026-02-13 19:52:45 +00:00
client.test.ts fix(gateway): clear pairing state on device token mismatch (#22071) 2026-02-20 18:21:13 +00:00
client.ts fix(gateway): clear pairing state on device token mismatch (#22071) 2026-02-20 18:21:13 +00:00
config-reload.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
config-reload.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
control-plane-audit.ts fix: harden gateway control-plane restart protections 2026-02-19 14:30:15 +01:00
control-plane-rate-limit.ts fix: harden gateway control-plane restart protections 2026-02-19 14:30:15 +01:00
control-ui-contract.ts refactor(gateway): share Control UI bootstrap contract and CSP 2026-02-16 03:50:39 +01:00
control-ui-csp.test.ts refactor(gateway): share Control UI bootstrap contract and CSP 2026-02-16 03:50:39 +01:00
control-ui-csp.ts refactor(gateway): share Control UI bootstrap contract and CSP 2026-02-16 03:50:39 +01:00
control-ui-shared.ts
control-ui.http.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
control-ui.ts fix(gateway): return 404 for missing static assets instead of SPA fallback (#12060) 2026-02-20 17:41:57 +00:00
device-auth.ts
events.ts refactor: unify restart gating and update availability sync 2026-02-19 10:00:41 +01:00
exec-approval-manager.ts fix(gateway): bind system.run approvals to exec approvals 2026-02-14 13:27:45 +01:00
gateway-cli-backend.live.test.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
gateway-config-prompts.shared.ts refactor(gateway): share tailscale prompt constants 2026-02-15 18:06:48 +00:00
gateway-misc.test.ts fix(gateway): return 404 for missing static assets instead of SPA fallback (#12060) 2026-02-20 17:41:57 +00:00
gateway-models.profiles.live.test.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
gateway.e2e.test.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
hooks-mapping.test.ts security(hooks): block prototype-chain traversal in webhook template getByPath (#22213) 2026-02-21 03:01:03 -05:00
hooks-mapping.ts security(hooks): block prototype-chain traversal in webhook template getByPath (#22213) 2026-02-21 03:01:03 -05:00
hooks.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
hooks.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
http-auth-helpers.test.ts refactor(gateway): make ws and http auth surfaces explicit 2026-02-21 13:33:09 +01:00
http-auth-helpers.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
http-common.ts security: add baseline security headers to gateway HTTP responses (#10526) 2026-02-19 03:28:24 -08:00
http-endpoint-helpers.test.ts refactor(gateway): dedupe json endpoint prelude 2026-02-15 13:24:37 +00:00
http-endpoint-helpers.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
http-utils.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
live-image-probe.ts
method-scopes.test.ts fix(security): centralize owner-only tool gating and scope maps 2026-02-19 15:29:23 +01:00
method-scopes.ts fix(security): centralize owner-only tool gating and scope maps 2026-02-19 15:29:23 +01:00
net.test.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
net.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
node-command-policy.ts fix(gateway): block node.invoke exec approvals 2026-02-14 19:22:37 +01:00
node-invoke-sanitize.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
node-invoke-system-run-approval.test.ts fix(security): harden and refactor system.run command resolution 2026-02-21 11:49:38 +01:00
node-invoke-system-run-approval.ts fix(security): harden and refactor system.run command resolution 2026-02-21 11:49:38 +01:00
node-registry.ts
open-responses.schema.ts
openai-http.e2e.test.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
openai-http.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
openresponses-http.e2e.test.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
openresponses-http.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
openresponses-parity.e2e.test.ts
origin-check.test.ts
origin-check.ts refactor(gateway): share host header parsing 2026-02-15 16:15:53 +00:00
probe-auth.ts refactor(gateway): dedupe probe auth resolution 2026-02-15 06:40:04 +00:00
probe.test.ts Gateway: align pairing scope checks for read access 2026-02-20 05:12:05 +00:00
probe.ts Gateway: align pairing scope checks for read access 2026-02-20 05:12:05 +00:00
server-broadcast.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-browser.ts
server-channels.test.ts perf(test): tighten fake timer windows in channel restart tests 2026-02-18 22:11:56 +00:00
server-channels.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-chat.agent-events.test.ts Gateway/TUI: filter heartbeat ACK noise in chat events 2026-02-20 20:23:28 -08:00
server-chat.ts Gateway/TUI: filter heartbeat ACK noise in chat events 2026-02-20 20:23:28 -08:00
server-close.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-constants.ts fix(canvas): port remaining iOS branch stability fixes (#18228) 2026-02-16 16:42:28 +00:00
server-cron.test.ts fix(gateway): guard cron webhook delivery against SSRF 2026-02-18 04:48:08 +01:00
server-cron.ts fix(gateway): guard cron webhook delivery against SSRF 2026-02-18 04:48:08 +01:00
server-discovery-runtime.ts
server-discovery.test.ts
server-discovery.ts
server-http.hooks-request-timeout.test.ts fix(gateway): prune expired entries instead of clearing all hook auth failure state (#15848) 2026-02-14 01:46:12 +01:00
server-http.ts refactor(gateway): harden proxy client ip resolution 2026-02-21 13:36:23 +01:00
server-lanes.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-maintenance.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-methods-list.ts refactor: unify restart gating and update availability sync 2026-02-19 10:00:41 +01:00
server-methods.control-plane-rate-limit.test.ts style: format gateway server methods 2026-02-19 13:32:58 +00:00
server-methods.ts fix(gateway): allow health method for all authenticated roles (#19699) 2026-02-20 17:48:44 +00:00
server-mobile-nodes.ts
server-model-catalog.ts
server-node-events-types.ts
server-node-events.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-node-events.ts Gateway: add APNs push test pipeline (#20307) 2026-02-18 19:32:42 +00:00
server-node-subscriptions.ts
server-plugins.test.ts chore: Fix types in tests 38/N. 2026-02-17 15:50:07 +09:00
server-plugins.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-reload-handlers.ts refactor: unify restart gating and update availability sync 2026-02-19 10:00:41 +01:00
server-restart-deferral.test.ts perf(test): cut gateway unit suite overhead 2026-02-16 00:18:26 +00:00
server-restart-sentinel.ts fix(types): align restart sentinel and typing test mocks 2026-02-18 18:25:25 +00:00
server-runtime-config.test.ts fix(gateway): require loopback proxy IP for trusted-proxy + bind=loopback (#22082) 2026-02-20 18:03:53 +00:00
server-runtime-config.ts fix(gateway): require loopback proxy IP for trusted-proxy + bind=loopback (#22082) 2026-02-20 18:03:53 +00:00
server-runtime-state.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-session-key.ts
server-shared.ts
server-startup-log.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server-startup-memory.test.ts Memory/QMD: harden multi-collection search and embed scheduling 2026-02-20 19:41:51 -08:00
server-startup-memory.ts Memory/QMD: harden multi-collection search and embed scheduling 2026-02-20 19:41:51 -08:00
server-startup.ts refactor(gateway): share gmail watcher startup flow 2026-02-18 17:48:02 +00:00
server-tailscale.ts
server-utils.ts
server-wizard-sessions.ts
server-ws-runtime.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
server.agent.gateway-server-agent-a.e2e.test.ts refactor: eliminate jscpd clones and boost tests 2026-02-19 15:08:54 +00:00
server.agent.gateway-server-agent-b.e2e.test.ts Session: enforce startup sequence on bare reset greeting 2026-02-20 20:38:56 -08:00
server.agent.gateway-server-agent.mocks.ts fix(test): complete gateway plugin registry mock 2026-02-14 23:51:41 +00:00
server.auth.e2e.test.ts test: stabilize docker e2e suites for pairing and model updates 2026-02-21 16:38:48 +01:00
server.canvas-auth.e2e.test.ts refactor: eliminate jscpd clones and boost tests 2026-02-19 15:08:54 +00:00
server.channels.e2e.test.ts refactor: eliminate jscpd clones and boost tests 2026-02-19 15:08:54 +00:00
server.chat.gateway-server-chat-b.e2e.test.ts fix(tui): strip inbound metadata blocks from user messages (clean rewrite) (#22345) 2026-02-20 23:52:43 -05:00
server.chat.gateway-server-chat.e2e.test.ts test: stabilize docker e2e suites for pairing and model updates 2026-02-21 16:38:48 +01:00
server.config-apply.e2e.test.ts test(gateway): dedupe config.apply request scaffolding 2026-02-19 08:25:12 +00:00
server.config-patch.e2e.test.ts test(gateway): cover mixed-id config.patch rollback 2026-02-16 08:24:55 -05:00
server.cron.e2e.test.ts test: stabilize docker e2e suites for pairing and model updates 2026-02-21 16:38:48 +01:00
server.e2e-registry-helpers.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.e2e-ws-harness.ts refactor(test): reuse env snapshot in gateway ws harness 2026-02-15 23:56:57 +00:00
server.health.e2e.test.ts chore: Fix types in tests 3/N. 2026-02-17 10:57:31 +09:00
server.hooks.e2e.test.ts chore: Fix types in tests 11/N. 2026-02-17 11:22:49 +09:00
server.impl.ts refactor: unify restart gating and update availability sync 2026-02-19 10:00:41 +01:00
server.ios-client-id.e2e.test.ts refactor(test): dedupe ios/android gateway client id tests 2026-02-15 23:07:50 +00:00
server.models-voicewake-misc.e2e.test.ts refactor(test): dedupe temp-home setup in voicewake suite 2026-02-21 12:56:34 +00:00
server.node-invoke-approval-bypass.e2e.test.ts test: stabilize docker e2e suites for pairing and model updates 2026-02-21 16:38:48 +01:00
server.plugin-http-auth.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.reload.e2e.test.ts refactor(test): share gateway server start helper 2026-02-15 23:02:27 +00:00
server.roles-allowlist-update.e2e.test.ts test: stabilize docker e2e suites for pairing and model updates 2026-02-21 16:38:48 +01:00
server.sessions-send.e2e.test.ts chore: Fix types in tests 25/N. 2026-02-17 14:31:02 +09:00
server.sessions.gateway-server-sessions-a.e2e.test.ts feat: thread-bound subagents on Discord (#21805) 2026-02-21 16:14:55 +01:00
server.skills-status.e2e.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.talk-config.e2e.test.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
server.ts
session-preview.test-helpers.ts refactor(gateway-test): share preview transcript fixture 2026-02-18 17:01:22 +00:00
session-utils.fs.test.ts refactor(gateway-test): share preview transcript fixture 2026-02-18 17:01:22 +00:00
session-utils.fs.ts refactor(gateway): share transcript path/fd helpers 2026-02-18 18:35:04 +00:00
session-utils.test.ts fix(cli): display correct model for sub-agents in sessions list (#18660) 2026-02-17 23:59:20 -05:00
session-utils.ts fix(cli): display correct model for sub-agents in sessions list (#18660) 2026-02-17 23:59:20 -05:00
session-utils.types.ts fix: /status shows incorrect context percentage — totalTokens clamped to contextTokens (#15114) (#15133) 2026-02-12 23:52:19 -05:00
sessions-patch.test.ts test: dedupe gateway auth and sessions patch coverage 2026-02-18 05:30:59 +00:00
sessions-patch.ts fix(cli): display correct model for sub-agents in sessions list (#18660) 2026-02-17 23:59:20 -05:00
sessions-resolve.ts fix(gateway): normalize session key casing to prevent ghost sessions (#12846) 2026-02-13 20:42:24 +01:00
startup-auth.test.ts fix: enforce hooks token separation from gateway auth (#20813) 2026-02-19 02:48:08 -08:00
startup-auth.ts fix: enforce hooks token separation from gateway auth (#20813) 2026-02-19 02:48:08 -08:00
test-helpers.agent-results.ts test(gateway): dedupe agent payload and stream fixtures 2026-02-19 09:22:16 +00:00
test-helpers.e2e.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
test-helpers.mocks.ts fix: remove hardcoded disableBlockStreaming to honor agent config for TUI (#19693) 2026-02-18 16:25:59 -05:00
test-helpers.openai-mock.ts
test-helpers.server.ts refactor(test): dedupe gateway env setup and add env util coverage 2026-02-21 12:52:21 +00:00
test-helpers.ts
test-http-response.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
test-openai-responses-model.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
test-temp-config.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
test-with-server.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
tools-invoke-http.test.ts fix(security): centralize WhatsApp outbound auth and return 403 tool auth errors 2026-02-21 14:31:01 +01:00
tools-invoke-http.ts fix(security): centralize WhatsApp outbound auth and return 403 tool auth errors 2026-02-21 14:31:01 +01:00
ws-log.test.ts
ws-log.ts refactor(channels): dedupe transport and gateway test scaffolds 2026-02-16 14:59:31 +00:00
ws-logging.ts