mirror of https://github.com/openclaw/openclaw.git
docs(changelog): note line runtime packaging fix
This commit is contained in:
parent
d4643e06bd
commit
edfac5f2df
|
|
@ -27,6 +27,7 @@ Docs: https://docs.openclaw.ai
|
|||
- Gateway/HTTP: skip failing HTTP request stages so one broken facade no longer forces every HTTP endpoint to return 500. (#58746) Thanks @yelog
|
||||
- Sessions/model switching: keep `/model` changes queued behind busy runs instead of interrupting the active turn, and retarget queued followups so later work picks up the new model as soon as the current turn finishes.
|
||||
- Plugins/bundled runtimes: restore externalized bundled plugin runtime dependency staging across packed installs, Docker builds, and local runtime staging so bundled plugins keep their declared runtime deps after the 2026.3.31 externalization change. (#58782)
|
||||
- LINE/runtime: resolve the packaged runtime contract from the built `dist/plugins/runtime` layout so LINE channels start correctly again after global npm installs on `2026.3.31`. (#58799) Thanks @vincentkoc.
|
||||
|
||||
## 2026.3.31
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue