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
docs: document --session-state-dir flag and AWF_SESSION_STATE_DIR env var (#1600)
Add the --session-state-dir CLI flag and AWF_SESSION_STATE_DIR environment
variable to the documentation, introduced in #1593.
- docs/usage.md: add --session-state-dir to the CLI options list (after
--proxy-logs-dir), and expand the Agent Session State description to
mention the flag's timeout-safe, predictable-path behaviour useful for
GitHub Actions artifact uploads
- docs/environment.md: add AWF_SESSION_STATE_DIR to the internal variables
table and update the note to clarify it is user-configurable
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
**Note:**These are set automatically based on CLI options and should not be overridden manually.
108
+
**Note:**Most of these are set automatically based on CLI options and should not be overridden manually. `AWF_SESSION_STATE_DIR` is an exception — it is the environment-variable equivalent of `--session-state-dir` and can be set by users to configure a predictable session-state output path.
0 commit comments