mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 06:46:31 +00:00
* fix(models): preserve CLI runtime thinking capabilities * fix(models): preserve configured thinking overrides * fix: keep Claude live CLI process warm across captured turns MCP delivery capture no longer kills the warm Claude process after every turn. Capture-key admission is fenced by grant activate/deactivate so prompt-cache continuity can survive across messages. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(claude-cli): apply thinking levels * fix(claude-cli): materialize thinking capabilities * test(claude-cli): cover warm thinking budget reuse * test(models): restore prepared catalog contracts * fix(agents): restore catalog test boundaries * fix(agents): break prepared catalog import cycle * refactor(gateway): extract model-choice runtime resolution into public-projection module Keeps models-list-result.ts under the max-lines cap after the origin/main merge by moving resolveModelChoiceAgentRuntime next to the projection helpers it feeds. Claude-Session: https://claude.ai/code/session_01QXUQuDVataA5o16kxNnmoX * test(claude-cli): cover thinking cache reuse * test(claude-cli): cover captured live reuse * fix(claude-cli): rotate MCP grants across live turns * fix(anthropic): respect mandatory adaptive thinking * fix(claude-cli): restore warm MCP bearer * fix(anthropic): keep Mythos adaptive thinking * test(claude-cli): prove live MCP cache reuse * test(claude-cli): align live cache coverage * fix(claude-cli): reuse live sessions across MCP grant rotation * test(claude-cli): satisfy cache lane static gates * fix(claude-cli): preserve runtime thinking policy * fix(thinking): honor concrete runtime policy * fix(gateway): honor mandatory thinking in model list * refactor(auto-reply): extract prepared catalog merge * docs(cli-backend): document thinking execution input * refactor(auto-reply): extract catalog lookup helper * style(auto-reply): format catalog helper import * fix(claude-cli): stabilize live context budget * fix(auto-reply): type prepared context metadata --------- Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com> |
||
|---|---|---|
| .. | ||
| auth.ts | ||
| cli.ts | ||
| image-generation-provider.test.ts | ||
| image-generation-provider.ts | ||
| index.test.ts | ||
| index.ts | ||
| onboard.connection.test.ts | ||
| onboard.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider.ts | ||
| runtime.ts | ||
| shared-runtime.ts | ||
| shared.ts | ||
| tsconfig.json | ||