Omar Shahine
d7b258eed7
fix(file-transfer): declare gateway.nodes.fileTransfer in core config schema
...
Peter's P1/P2 finding: the plugin reads/writes gateway.nodes.fileTransfer
via casts through unknown because the strict zod schema and OpenClawConfig
type didn't declare it. That meant `openclaw config validate` would
reject the very examples in the plugin's own documentation.
- Add fileTransfer block to gateway.nodes in src/config/zod-schema.ts
with the full per-node entry shape (ask, allowReadPaths,
allowWritePaths, denyPaths, maxBytes, followSymlinks).
- Add GatewayNodeFileTransferEntry + the fileTransfer field on
GatewayNodesConfig in src/config/types.gateway.ts.
- Drop the `as unknown` casts in the extension's policy.ts now that
gateway.nodes.fileTransfer is properly typed end-to-end.
- Regenerate docs/.generated/config-baseline.sha256.
Tests: 92/92 passing. pnpm config:docs:check OK.
2026-04-30 01:54:26 +01:00
..
2026-04-30 01:25:54 +01:00
2026-04-29 15:11:26 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 23:16:16 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 00:48:46 +01:00
2026-04-28 06:21:24 +01:00
2026-04-28 05:30:04 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-30 01:22:43 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 08:11:57 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 15:11:39 +01:00
2026-04-29 20:45:33 +01:00
2026-04-28 05:41:30 +01:00
2026-04-28 05:34:28 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 01:47:02 +01:00
2026-04-29 22:42:45 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 08:11:57 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-30 01:31:00 +01:00
2026-04-30 01:54:26 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 16:45:31 -07:00
2026-04-30 01:52:09 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 01:31:00 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-27 14:34:00 +01:00
2026-04-29 23:16:16 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 06:52:12 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 23:16:16 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 01:31:00 +01:00
2026-04-30 01:31:00 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 22:42:45 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 20:05:23 +01:00
2026-04-29 20:05:23 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 08:11:57 +01:00
2026-04-29 19:14:15 +01:00
2026-04-30 01:35:42 +01:00
2026-04-28 10:34:24 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 09:25:12 -07:00
2026-04-29 22:42:45 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 10:57:31 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-29 13:56:49 -07:00
2026-04-29 06:41:58 +01:00
2026-04-28 05:30:04 +01:00
2026-04-29 23:16:16 +01:00
2026-04-29 00:04:17 -07:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 01:14:19 +01:00
2026-04-30 00:51:24 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 00:51:24 +01:00
2026-04-28 06:05:27 +01:00
2026-04-28 05:30:04 +01:00
2026-04-30 01:31:00 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-30 01:25:54 +01:00
2026-04-28 05:30:04 +01:00
2026-04-28 01:14:19 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 23:16:16 +01:00
2026-04-28 07:25:03 +01:00
2026-04-30 01:25:54 +01:00
2026-04-28 04:33:47 +01:00
2026-04-30 01:31:00 +01:00
2026-04-28 10:07:39 +01:00
2026-04-29 12:13:20 +01:00
2026-04-27 14:34:00 +01:00
2026-04-28 04:33:47 +01:00
2026-04-29 22:42:45 +01:00
2026-04-28 06:21:24 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 04:33:47 +01:00
2026-04-28 05:32:40 +01:00
2026-04-29 20:03:58 -03:00
2026-04-29 22:42:45 +01:00
2026-04-28 05:30:04 +01:00
2026-04-28 04:33:47 +01:00
2026-04-30 01:31:00 +01:00
2026-04-30 01:31:00 +01:00
2026-04-29 05:25:43 +01:00
2026-04-28 05:21:57 +01:00
2026-04-29 05:25:43 +01:00