docs(changelog): clarify OPENCLAW_HOME and HOME precedence (#12091) (thanks @sebslight)

This commit is contained in:
Sebastian
2026-02-08 16:16:15 -05:00
parent 5ad0c70f8e
commit b957ad2528

View File

@@ -16,7 +16,7 @@ Docs: https://docs.openclaw.ai
- Exec approvals: format forwarded command text as inline/fenced monospace for safer approval scanning across channels. (#11937)
- Docs: fix language switcher ordering and Japanese locale flag in Mintlify nav. (#12023) Thanks @joshp123.
- Paths: respect `OPENCLAW_HOME` for internal path resolution (config, agents, sessions, pairing, cron, and CLI profiles). (#12091) Thanks @sebslight.
- Paths: add `OPENCLAW_HOME` and make internal path resolution respect `HOME`/`USERPROFILE` before `os.homedir()` across config, agents, sessions, pairing, cron, and CLI profiles. (#12091) Thanks @sebslight.
- Thinking: allow xhigh for `github-copilot/gpt-5.2-codex` and `github-copilot/gpt-5.2`. (#11646) Thanks @seans-openclawbot.
- Discord: support forum/media `thread create` starter messages, wire `message thread create --message`, and harden thread-create routing. (#10062) Thanks @jarvis89757.
- Gateway: stabilize chat routing by canonicalizing node session keys for node-originated chat methods. (#11755) Thanks @mbelinky.