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
Copy file name to clipboardExpand all lines: codex/os/linux/runtime/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ It was exported from the source Linux machine and is the active reference payloa
15
15
## Truth Boundaries
16
16
17
17
-`config/config.template.toml` defines the current portable config baseline.
18
+
- The Linux Serena MCP entry in `config/config.template.toml` includes a small environment recovery wrapper so Codex-launched Serena sessions can still auto-open the web dashboard when GUI session variables are missing.
18
19
-`rules/default.rules.source.snapshot` preserves the exported source-machine rules.
19
20
-`rules/default.rules` and `rules/default.rules.template` are derived outputs, not hand-maintained policy files.
20
21
-`meta/toolchain.lock` is the runtime version contract used by verification scripts.
Copy file name to clipboardExpand all lines: docs/setup/PORTABLE_SETUP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ scripts/self-test.sh
115
115
- If `codex mcp list` is unavailable, install or upgrade Codex CLI first.
116
116
- If the curated install step fails, rerun with `--skip-curated`.
117
117
- If toolchain mismatch is reported, run `scripts/sync-codex-version.sh --apply`.
118
+
- On Linux, the portable Serena MCP entry restores missing GUI session variables before launch so the web dashboard can auto-open under Codex. If the browser still does not open after install, restart Codex and use the dashboard URL shown in Serena logs as a fallback.
0 commit comments