test(cli): clarify gateway model-run session proof (#82861) (thanks @… · openclaw/openclaw@e4ec1b3
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,6 +16,7 @@ Docs: https://docs.openclaw.ai
|
16 | 16 | - Agents/music: steer song, jingle, beat, anthem, and instrumental requests toward `music_generate` audio creation instead of lyric-only replies, and reserve `lyrics` for exact sung words. |
17 | 17 | - Codex app-server: record native Codex tool calls and results into trajectory artifacts so debug/trajectory exports capture the full Codex-native tool history, not just OpenClaw-bridged turns. Thanks @vyctorbrzezowski. |
18 | 18 | - Codex/app-server: keep bound conversation sessions on the owning agent runtime so native Codex control and follow-up turns do not fall back to the default agent client. Fixes #82954. (#82993) |
| 19 | +- CLI/infer: run gateway model probes in fresh explicit sessions so one-shot provider checks do not inherit default agent transcript state. (#82861) Thanks @Kaspre. |
19 | 20 | - CLI/sessions: accept `openclaw sessions list` as an alias for `openclaw sessions`, matching other list-style commands. Fixes #81139. (#81163) Thanks @YB0y. |
20 | 21 | - Channels/stream previews: widen compact progress draft lines and cut prose at word boundaries while preserving command/path suffixes, with `streaming.progress.maxLineChars` for channel-specific tuning. |
21 | 22 | - CLI/plugins: have `openclaw plugins doctor` warn when a configured runtime needs a missing owner plugin, sharing the same install mapping as `openclaw doctor --fix`. Fixes #81326. (#81674) Thanks @Zavianx. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -918,7 +918,7 @@ describe("capability cli", () => {
|
918 | 918 | }, |
919 | 919 | ); |
920 | 920 | |
921 | | -it("runs gateway model probes without chat-agent prompt policy or tools", async () => { |
| 921 | +it("runs gateway model probes in fresh raw sessions without chat-agent prompt policy or tools", async () => { |
922 | 922 | await runRegisteredCli({ |
923 | 923 | register: registerCapabilityCli as (program: Command) => void, |
924 | 924 | argv: ["capability", "model", "run", "--prompt", "hello", "--gateway", "--json"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。