You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--no-save-results`| Do not write action results to the cache directory |
61
62
|`--dev-env=<env>`| Override the detected dev environment. One of: `ai`, `ci`, `cli`, `ide`, `precommit` (default: auto-detected — see [Dev environment detection](#dev-environment-detection)) |
62
63
64
+
WAL environment variable and storage settings are shared with `start-wm-server` — see [`start-wm-server`](#start-wm-server) for details.
65
+
63
66
### Payload
64
67
65
68
Named parameters passed to the action payload. All must use `--<name>=<value>` form:
@@ -88,6 +91,7 @@ See [Configuration](configuration.md) for full details on config precedence.
88
91
- With no `--project`: FineCode treats `cwd` (or `--workdir`) as the workspace root, discovers all projects, and runs the action in each project that defines it.
89
92
- With `--project`: the action must exist in every specified project.
90
93
- Action results are saved to `<venv>/cache/finecode/results/<action>.json` (one entry per project path).
94
+
- WAL options on `run` apply only when FineCode starts a dedicated WM server (default mode). In `--shared-server` mode, configure WAL on the shared WM server process.
91
95
92
96
### Examples
93
97
@@ -227,12 +231,23 @@ Typically started automatically by MCP-compatible clients (for example, Claude C
227
231
Start the FineCode Workspace Manager Server standalone (TCP JSON-RPC), listen for client connections. Shuts down after the last client disconnects and the disconnect timeout expires.
0 commit comments