openclaw/src/gateway
2026-01-11 04:46:30 +00:00
..
protocol feat(gateway): add agent image attachments + live probe 2026-01-10 20:44:23 +00:00
server-methods feat: run doctor after restart 2026-01-10 23:14:55 +01:00
auth.test.ts fix: improve ws close diagnostics 2026-01-08 22:18:07 +00:00
auth.ts fix: improve ws close diagnostics 2026-01-08 22:18:07 +00:00
call.test.ts feat(status): improve status output 2026-01-10 23:32:07 +01:00
call.ts feat(status): improve status output 2026-01-10 23:32:07 +01:00
chat-abort.ts fix(gateway): harden chat abort semantics 2026-01-10 17:23:27 +01:00
chat-attachments.test.ts test: add image attachment regression coverage 2026-01-10 20:25:38 +01:00
chat-attachments.ts fix: sniff chat attachment mime (#670) (thanks @cristip73) 2026-01-10 20:06:33 +01:00
client.maxpayload.test.ts Gateway: enable canvas host + inject action bridge 2025-12-18 23:32:22 +01:00
client.test.ts refactor: lint cleanups and helpers 2025-12-23 00:28:55 +00:00
client.ts feat(cli): improve gateway status output 2026-01-09 09:27:42 +01:00
config-reload.test.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
config-reload.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
control-ui.ts fix: drop explicit ui:install step 2026-01-09 07:02:42 +00:00
gateway-cli-backend.live.test.ts fix(cli): keep build/lint green 2026-01-11 02:44:24 +01:00
gateway-models.profiles.live.test.ts test(live): harden gateway probes 2026-01-11 04:46:30 +00:00
gateway.tool-calling.mock-openai.test.ts fix: keep mock openai responses requests 2026-01-10 22:56:08 +01:00
gateway.wizard.e2e.test.ts test(gateway): add wizard e2e + isolate live suite 2026-01-10 03:44:21 +00:00
hooks-mapping.test.ts feat: allow hook model overrides 2026-01-08 09:33:42 +00:00
hooks-mapping.ts refactor: share hook provider types 2026-01-09 17:45:42 +01:00
hooks.test.ts refactor: normalize hook agent providers 2026-01-09 17:40:36 +01:00
hooks.ts refactor: normalize hook agent providers 2026-01-09 17:40:36 +01:00
live-image-probe.ts feat(gateway): add agent image attachments + live probe 2026-01-10 20:44:23 +00:00
net.ts refactor: split gateway server helpers and tests 2026-01-03 17:34:52 +01:00
openai-http.e2e.test.ts Gateway: disable OpenAI HTTP chat completions by default (#686) 2026-01-10 21:55:54 +00:00
openai-http.ts style(gateway): format openai-http 2026-01-10 22:11:15 +01:00
probe.ts feat(cli): improve gateway status output 2026-01-09 09:27:42 +01:00
server-bridge-subscriptions.test.ts test(gateway): cover helper registries 2026-01-03 19:37:09 +01:00
server-bridge-subscriptions.ts refactor(gateway): split server helpers 2026-01-03 19:37:09 +01:00
server-bridge.ts fix: sniff chat attachment mime (#670) (thanks @cristip73) 2026-01-10 20:06:33 +01:00
server-browser.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
server-chat-registry.test.ts test(gateway): cover helper registries 2026-01-03 19:37:09 +01:00
server-chat.ts fix(gateway): harden chat abort semantics 2026-01-10 17:23:27 +01:00
server-constants.ts refactor: split gateway server methods 2026-01-03 18:14:07 +01:00
server-discovery.ts refactor: simplify cli commands 2026-01-08 07:16:12 +01:00
server-http.ts feat(gateway): add config toggle for chat completions endpoint 2026-01-10 22:39:06 +01:00
server-methods.ts feat(tui): add agent picker and agents list rpc 2026-01-09 01:05:10 +01:00
server-providers.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
server-shared.ts refactor(gateway): split server helpers 2026-01-03 19:37:09 +01:00
server-utils.test.ts refactor: split gateway server methods 2026-01-03 18:14:07 +01:00
server-utils.ts fix(gateway): format status/code errors 2026-01-03 19:37:09 +01:00
server.agent.test.ts feat(gateway): add agent image attachments + live probe 2026-01-10 20:44:23 +00:00
server.agents.test.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
server.auth.test.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
server.chat.test.ts test: add image attachment regression coverage 2026-01-10 20:25:38 +01:00
server.config-apply.test.ts feat: add gateway config/update restart flow 2026-01-08 01:30:02 +01:00
server.cron.test.ts fix: require explicit system event session keys 2026-01-09 21:59:01 +01:00
server.health.test.ts refactor: align agent lifecycle 2026-01-05 05:55:02 +01:00
server.hooks.test.ts refactor: centralize main session key resolution 2026-01-09 22:13:20 +01:00
server.misc.test.ts style: fix linting order and formatting 2026-01-05 02:33:59 +01:00
server.models-voicewake.test.ts fix: voicewake respects state dir override (#666) (thanks @roshanasingh4) 2026-01-10 18:32:09 +01:00
server.node-bridge.test.ts test: add image attachment regression coverage 2026-01-10 20:25:38 +01:00
server.providers.test.ts feat: add per-session agent sandbox 2026-01-03 21:41:58 +01:00
server.reload.test.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
server.sessions-send.test.ts fix: keep build green after main rebase (#570) (thanks @azade-c) 2026-01-09 15:40:36 +01:00
server.sessions.test.ts fix: persist verbose off and gate tool stream 2026-01-10 00:22:28 +01:00
server.ts Gateway: disable OpenAI HTTP chat completions by default (#686) 2026-01-10 21:55:54 +00:00
server.update-run.test.ts feat: add gateway config/update restart flow 2026-01-08 01:30:02 +01:00
session-utils.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
session-utils.ts refactor: normalize main session key handling 2026-01-09 22:30:15 +01:00
sessions-patch.test.ts test: add elevated mode regressions 2026-01-10 05:31:48 +01:00
sessions-patch.ts fix: persist elevated off override 2026-01-10 05:23:46 +01:00
sessions-resolve.ts refactor(sessions): dedupe sessions.resolve 2026-01-09 17:13:38 +01:00
test-helpers.ts test(gateway): deflake temp HOME cleanup 2026-01-10 19:53:04 +01:00
ws-log.test.ts refactor: split gateway server helpers and tests 2026-01-03 17:34:52 +01:00
ws-log.ts fix: serialize claude cli runs 2026-01-09 04:58:21 +00:00
ws-logging.ts Gateway: optimize ws logs in normal mode 2025-12-18 13:27:52 +00:00