Peter Steinberger
bb46b79d3c
refactor: internalize OpenClaw agent runtime (#85341)
* refactor: extract agent core package
Introduce packages/agent-core as the OpenClaw-owned home for reusable agent loop, harness, session, prompt, and runtime dependency contracts.
* refactor: extract shared llm runtime
Move provider model registries, stream wrappers, OAuth helpers, and LLM utilities into src/llm with plugin-sdk barrels instead of depending on the old embedded runtime layout.
* refactor: remove pi runtime internals
Rename remaining Pi-shaped agent surfaces to OpenClaw agent runtime names, delete obsolete Pi docs and package graph checks, and add the third-party notice for incorporated code.
* refactor: tighten agent session runtime
Make agent-core/runtime dependencies explicit, consolidate compaction and session transcript helpers, and move model/session helpers behind OpenClaw-owned contracts.
* refactor: remove static model and pi auth paths
Drop static model catalogs and Pi auth bridges, move model/provider facts to manifest-owned runtime contracts, and harden internal embedded-agent utilities.
* refactor: remove legacy provider compat paths
* docs: remove agent parity notes
* fix: skip provider wildcard metadata parsing
* refactor: share session extension sdk loading
* refactor: inline acpx proxy error formatter
* refactor: fold edit recovery into edit tool
* fix: accept extension batch separator
* test: align startup provider plugin expectations
* fix: restore provider-scoped release discovery
* test: align static asset packaging expectations
* fix: run static provider catalogs during scoped discovery
* fix: add provider entry catalogs for scoped live discovery
* fix: load lightweight provider catalog entries
* fix: refresh provider-scoped plugin metadata
* fix: keep provider catalog entries on release live path
* fix: keep static manifest models in release live checks
* fix: harden release model discovery
* fix: reduce OpenAI live cache probe reasoning
* fix: disable OpenAI cache probe reasoning
* ci: extend OpenAI gateway live timeout
* fix: extend live gateway model budget
* fix: stabilize release validation regressions
* fix: honor provider aliases in model rows
* fix: stabilize release validation lanes
* fix: stabilize release memory qa
* ci: stabilize release validation lanes
* ci: prefer ipv4 for live docker node calls
* fix: restore shared tool-call stream wrapper
* ci: remove legacy pi test shard alias
* fix: clean up embedded agent test drift
* fix: stabilize runtime alias status
* fix: clean up embedded agent ci drift
* fix: restore release ci invariants
* fix: clean up post-rebase runtime drift
* fix: restore release ci checks
* fix: restore release ci after rebase
* fix: remove stale pi runtime path
* test: align compaction runtime expectations
* test: update plugin prerelease expectations
* fix: handle claude live tool approvals
* fix: stabilize release validation gates
* fix: finish agent runtime import
* test: finish post-rebase agent runtime mocks
* fix: keep codex compaction native
* fix: stabilize codex app-server hook tests
* test: isolate codex diagnostic active run
* test: remove codex diagnostic completion race
# Conflicts:
# extensions/codex/src/app-server/run-attempt.test.ts
* ci: fix full release manifest performance run id
* refactor: narrow llm plugin sdk boundary
* chore: drop generated google boundary stamps
* fix: repair rebase fallout
* fix: clean up rebased runtime references
* fix: decode codex jwt payloads as base64url
* fix: preserve shipped pi runtime alias
* fix: add scoped sdk virtual modules
* fix: decode llm codex oauth jwt as base64url
* fix: avoid stale vertex adc negative cache
* fix: harden tool arg decoding and codeql path
* fix: keep vertex adc negative checks live
* refactor: consolidate codex jwt and edit helpers
* fix: await codex oauth node runtime imports
* fix: preserve sdk tool and notice contracts
* fix: preserve shipped compat config boundaries
* fix: align codex oauth callback host
* fix: terminate agent-core loop streams on failure
* fix: keep codex oauth callback alive during fallback
* ci: include session tools in critical codeql scans
* fix: keep Cloudflare Anthropic provider auth header
* docs: redirect legacy pi runtime pages
* fix: honor bundled web provider compat discovery
* fix: protect session output spill files
* fix: keep legacy agent dir env blocked
* fix: contain auto-discovered skill symlinks
* fix: harden agent core sdk proxy surfaces
* fix: restore approval reaction sdk compat
* fix: keep live docker runs bounded
* fix: keep codex oauth redirect host aligned
* fix: resolve post-rebase agent runtime drift
* fix: redact anthropic oauth parse failures
* fix: preserve responses strict tool shaping
* fix: repair agent runtime rebase cleanup
* docs: redirect retired parity pages
* fix: bound auto-discovered resources to roots
* fix: repair post-rebase agent test drift
* fix: preserve bundled provider allowlist migration
* fix: preserve manifest-owned provider aliases
* fix: declare photon image dependency
* fix: keep provider headers out of proxy body
* fix: preserve shipped env aliases
* fix: refresh control ui i18n generated state
* fix: quote read fallback paths
* fix: preview edits through configured backend
* test: satisfy core test typecheck
* fix: preserve ZAI usage auth fallback
* test: repair codex diagnostic test
* fix: repair agent runtime rebase drift
* test: finish embedded runner import rename
* fix: repair agent runtime rebase integrations
* test: align compaction oauth fallback expectations
* fix: allow sdk-auth session models
* fix: update doctor tool schema import
* fix: preserve bedrock plugin region
* fix: stream harmony-like prose immediately
* ci: include session runtime in codeql shards
* fix: repair latest rebase integrations
* fix: honor explicit codex websocket transport
* fix: keep openai-compatible credentials provider-scoped
* fix: refresh sdk api baseline after rebase
* fix: route cli runtime aliases through openclaw harness
* test: rename stale harness mock expectation
* test: rename embedded agent overflow calls
* test: clean embedded auth test wording
* test: use openclaw stream types in deepinfra cache test
* fix: refresh sdk api baseline on latest main
* fix: honor bundled discovery compat allowlists
* fix: refresh sdk api baseline after latest rebase
* fix: remove stale rebase imports
* test: rename stale model catalog mock
* test: mock renamed doctor runtime modules
* fix: map canonical kimi env auth
* fix: use internal model registry in bench script
* fix: migrate deepinfra provider catalog entry
* fix: enforce builtin tool suppression
* fix: route compaction auth and proxy payloads safely
* refactor: prune unused llm registry leftovers
* test: update codex hooks session import
* test: fix model picker ci coverage
* test: align model picker auth mock types
2026-05-27 19:24:04 +01:00
..
2026-05-27 19:24:04 +01:00
2026-05-11 15:33:31 +01:00
2026-05-25 21:20:41 +01:00
2026-05-17 06:42:28 +01:00
2026-05-17 06:42:28 +01:00
2026-05-23 23:14:11 +01:00
2026-05-23 23:14:11 +01:00
2026-05-18 14:56:06 +01:00
2026-05-17 08:25:14 +01:00
2026-05-10 12:37:10 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-05 20:07:49 +01:00
2026-04-25 16:07:04 -07:00
2026-05-27 19:24:04 +01:00
2026-05-22 15:28:46 +01:00
2026-05-25 21:20:41 +01:00
2026-05-27 19:24:04 +01:00
2026-04-28 03:40:57 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-16 12:38:51 +01:00
2026-05-13 07:16:27 +05:30
2026-05-25 21:20:41 +01:00
2026-04-29 16:35:37 +01:00
2026-05-14 07:46:58 +01:00
2026-05-27 19:24:04 +01:00
2026-05-17 06:23:30 +01:00
2026-05-25 21:20:41 +01:00
2026-05-27 08:44:55 +01:00
2026-05-27 08:44:55 +01:00
2026-04-23 11:51:17 -07:00
2026-04-23 11:51:17 -07:00
2026-05-26 15:28:50 -07:00
2026-05-26 15:28:50 -07:00
2026-05-26 15:28:50 -07:00
2026-05-26 22:46:09 -07:00
2026-05-27 19:24:04 +01:00
2026-05-26 22:46:09 -07:00
2026-05-26 22:46:09 -07:00
2026-05-17 14:18:23 +01:00
2026-04-25 02:41:24 +01:00
2026-05-13 13:33:38 +01:00
2026-04-29 12:14:59 +01:00
2026-05-07 04:16:13 +01:00
2026-04-29 12:14:59 +01:00
2026-04-25 12:30:35 +01:00
2026-05-06 02:15:17 +01:00
2026-05-24 23:03:35 +03:00
2026-05-10 00:18:36 -04:00
2026-04-27 20:50:35 +01:00
2026-05-11 11:50:40 +01:00
2026-04-29 16:35:37 +01:00
2026-05-07 03:16:42 -07:00
2026-04-28 23:10:10 -07:00
2026-05-07 03:16:42 -07:00
2026-04-30 02:58:40 +01:00
2026-04-30 02:58:40 +01:00
2026-05-13 13:33:38 +01:00
2026-05-17 09:24:42 +08:00
2026-05-13 13:33:38 +01:00
2026-05-27 09:26:06 +01:00
2026-05-14 14:37:23 +02:00
2026-04-24 05:07:28 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 13:59:33 +01:00
2026-05-11 11:52:06 +01:00
2026-05-10 00:18:36 -04:00
2026-05-10 00:18:36 -04:00
2026-04-29 06:21:09 +01:00
2026-05-11 15:41:25 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-04-27 22:34:21 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 13:59:33 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 13:59:33 +01:00
2026-05-27 09:26:06 +01:00
2026-05-13 13:33:38 +01:00
2026-05-11 13:08:43 +01:00
2026-05-25 21:20:41 +01:00
2026-05-06 01:46:42 +01:00
2026-05-27 09:26:06 +01:00
2026-05-11 15:33:31 +01:00
2026-05-27 09:26:06 +01:00
2026-05-23 21:26:55 +01:00
2026-05-23 21:26:55 +01:00
2026-05-10 12:37:10 +01:00
2026-05-08 05:28:12 +01:00
2026-04-27 11:36:08 +01:00
2026-05-12 19:00:01 +01:00
2026-05-09 11:26:43 +01:00
2026-05-18 21:23:55 -07:00
2026-05-27 09:26:06 +01:00
2026-04-28 02:03:15 +01:00
2026-04-26 07:03:25 +01:00
2026-05-13 15:04:49 +01:00
2026-05-04 18:13:53 +00:00
2026-05-13 13:33:38 +01:00
2026-05-13 20:07:10 +01:00
2026-05-18 01:47:44 -05:00
2026-05-27 09:26:06 +01:00
2026-05-11 15:33:31 +01:00
2026-05-27 09:26:06 +01:00
2026-04-24 02:55:09 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-01 19:16:10 +01:00
2026-05-27 09:26:06 +01:00
2026-04-27 20:50:35 +01:00
2026-05-13 14:59:47 +01:00
2026-04-27 14:58:32 +01:00
2026-05-21 22:41:45 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-18 14:56:06 +01:00
2026-05-01 14:38:29 +01:00
2026-05-18 13:00:53 +01:00
2026-05-13 13:33:38 +01:00
2026-04-27 20:50:35 +01:00
2026-05-11 15:41:25 +01:00
2026-05-09 07:04:04 +01:00
2026-05-26 02:24:02 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-13 13:33:38 +01:00
2026-05-10 12:37:10 +01:00
2026-04-24 17:15:05 -07:00
2026-05-22 03:36:51 +00:00
2026-05-26 23:10:41 -07:00
2026-05-17 06:23:30 +01:00
2026-05-17 06:23:30 +01:00
2026-05-03 19:07:27 +01:00
2026-05-17 09:24:42 +08:00
2026-05-06 02:15:17 +01:00
2026-05-17 03:25:42 +01:00
2026-05-18 14:56:06 +01:00
2026-05-18 14:56:06 +01:00
2026-05-13 02:44:01 +01:00
2026-05-06 15:40:33 +01:00
2026-05-17 02:51:20 +08:00
2026-05-17 06:23:30 +01:00
2026-05-06 02:15:17 +01:00
2026-05-26 21:38:35 +01:00
2026-05-26 21:38:35 +01:00
2026-05-11 15:33:31 +01:00
2026-05-15 11:44:58 +01:00
2026-05-15 11:44:58 +01:00
2026-05-07 09:07:18 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 15:33:31 +01:00
2026-05-10 12:37:10 +01:00
2026-04-24 05:19:36 +01:00
2026-05-17 12:29:57 -07:00
2026-05-09 20:31:40 +02:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-28 04:01:43 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 13:59:33 +01:00
2026-05-27 13:59:33 +01:00
2026-05-22 10:28:08 -04:00
2026-05-23 21:17:55 +01:00
2026-05-17 14:18:23 +01:00
2026-05-08 00:28:43 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 19:24:04 +01:00
2026-05-11 16:48:31 +01:00
2026-05-27 19:24:04 +01:00
2026-04-26 05:18:54 +01:00
2026-05-10 12:37:10 +01:00
2026-04-24 05:19:36 +01:00
2026-05-03 01:30:43 -07:00
2026-05-15 18:44:04 +01:00
2026-05-10 12:37:10 +01:00
2026-05-08 00:28:43 +01:00
2026-05-26 19:40:12 +01:00
2026-05-13 15:04:49 +01:00
2026-05-11 03:24:08 +01:00
2026-05-11 03:24:08 +01:00
2026-04-29 13:23:36 +08:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 15:24:17 +02:00
2026-05-13 13:33:38 +01:00
2026-04-28 11:36:28 +01:00
2026-05-13 13:33:38 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-28 11:48:59 +01:00
2026-05-27 19:24:04 +01:00
2026-04-28 11:36:28 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 13:33:38 +01:00
2026-05-14 12:50:22 +08:00
2026-05-23 10:32:59 +01:00
2026-05-23 10:32:59 +01:00
2026-05-13 13:33:38 +01:00
2026-05-10 12:37:10 +01:00
2026-05-02 11:28:01 +01:00
2026-05-02 11:28:01 +01:00
2026-05-19 09:19:09 +00:00
2026-05-19 09:19:09 +00:00
2026-05-19 09:19:09 +00:00
2026-05-10 12:37:10 +01:00
2026-05-23 21:26:55 +01:00
2026-05-15 00:35:15 +03:00
2026-05-13 13:33:38 +01:00
2026-05-25 21:20:41 +01:00
2026-04-27 14:58:32 +01:00
2026-05-16 10:34:49 +01:00
2026-05-10 12:37:10 +01:00
2026-05-17 02:05:22 +01:00
2026-04-27 14:58:32 +01:00
2026-04-27 22:34:21 +01:00
2026-04-27 20:50:35 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 20:16:47 +01:00
2026-05-27 09:26:06 +01:00
2026-05-27 09:26:06 +01:00
2026-05-13 14:59:47 +01:00
2026-05-13 14:59:47 +01:00
2026-05-13 13:33:38 +01:00
2026-04-28 05:21:57 +01:00
2026-05-26 14:51:11 +01:00
2026-05-10 12:37:10 +01:00
2026-05-26 14:51:11 +01:00
2026-05-01 23:43:31 +01:00
2026-05-27 14:37:17 +02:00
2026-05-16 20:52:12 +08:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 13:31:42 +01:00
2026-05-12 13:31:42 +01:00
2026-05-18 02:43:12 +01:00
2026-05-18 02:43:12 +01:00
2026-05-25 09:01:07 +05:30
2026-05-25 09:16:37 +01:00
2026-04-29 04:33:15 +01:00
2026-05-11 01:26:05 +01:00
2026-05-17 01:55:16 +01:00
2026-05-16 03:02:07 +01:00
2026-05-25 21:20:41 +01:00
2026-04-27 21:58:48 +01:00
2026-04-28 02:52:30 +01:00
2026-05-16 12:16:42 +08:00
2026-05-25 19:12:36 +01:00
2026-05-25 19:12:36 +01:00
2026-05-11 21:16:17 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 02:52:41 +01:00
2026-05-11 15:33:31 +01:00
2026-05-08 08:14:29 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-09 02:34:56 -04:00
2026-05-26 01:43:06 +00:00
2026-05-27 19:24:04 +01:00
2026-04-27 21:58:48 +01:00
2026-05-27 19:24:04 +01:00
2026-05-02 06:39:48 +01:00
2026-05-09 05:36:12 +01:00
2026-05-02 05:35:58 +01:00
2026-05-02 06:39:48 +01:00
2026-05-10 12:37:10 +01:00
2026-04-27 22:34:21 +01:00
2026-05-17 20:18:48 +08:00
2026-05-25 21:20:41 +01:00
2026-05-17 20:18:48 +08:00
2026-05-18 14:56:06 +01:00
2026-05-12 22:44:33 +01:00
2026-04-28 21:10:24 -07:00
2026-05-01 13:47:09 +01:00
2026-05-09 05:37:40 +01:00
2026-05-20 14:13:59 +01:00
2026-05-25 23:51:34 +01:00
2026-04-27 21:58:48 +01:00
2026-04-24 05:19:36 +01:00
2026-05-15 08:41:09 +01:00
2026-05-15 18:44:04 +01:00
2026-05-18 21:23:55 -07:00
2026-05-27 13:59:33 +01:00
2026-05-15 08:41:09 +01:00
2026-05-13 15:04:49 +01:00
2026-05-26 19:31:41 -07:00
2026-04-28 06:05:27 +01:00
2026-05-05 01:51:23 +01:00
2026-04-26 10:47:36 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-04-28 03:28:17 +01:00
2026-05-09 11:26:43 +01:00
2026-05-25 18:36:55 +01:00
2026-05-09 05:36:12 +01:00
2026-04-27 14:58:32 +01:00
2026-05-10 12:37:10 +01:00
2026-04-27 20:50:35 +01:00
2026-05-21 07:38:51 +01:00
2026-05-10 12:37:10 +01:00
2026-05-18 14:56:06 +01:00
2026-05-26 17:10:34 +01:00
2026-05-25 14:35:43 +00:00
2026-05-25 21:20:41 +01:00
2026-05-25 21:20:41 +01:00
2026-05-10 12:37:10 +01:00
2026-05-15 15:33:27 +01:00
2026-05-15 15:33:27 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 13:33:38 +01:00
2026-05-07 06:47:31 +01:00
2026-05-15 11:00:29 +01:00
2026-05-25 21:20:41 +01:00
2026-05-23 23:53:27 +01:00
2026-05-15 11:00:29 +01:00
2026-05-13 13:33:38 +01:00
2026-05-10 12:37:10 +01:00
2026-05-25 21:20:41 +01:00
2026-04-27 20:50:35 +01:00
2026-04-27 14:58:32 +01:00
2026-05-11 15:41:25 +01:00
2026-04-28 22:41:23 -07:00
2026-05-10 12:37:10 +01:00
2026-05-11 17:31:59 +01:00
2026-05-06 02:15:17 +01:00
2026-05-27 19:24:04 +01:00
2026-05-25 15:04:44 +01:00
2026-05-01 12:20:50 +01:00
2026-05-17 03:00:39 +01:00
2026-04-28 03:52:19 +01:00
2026-05-27 19:24:04 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-10 12:37:10 +01:00
2026-05-11 04:53:10 +01:00
2026-04-28 05:52:19 +01:00
2026-05-27 01:16:58 +01:00
2026-05-27 01:16:58 +01:00
2026-05-17 11:45:18 +01:00
2026-05-27 19:24:04 +01:00
2026-05-26 14:51:11 +01:00
2026-04-27 20:50:35 +01:00
2026-05-18 14:56:06 +01:00
2026-05-18 14:56:06 +01:00
2026-05-13 11:40:37 +01:00
2026-05-09 02:34:56 -04:00
2026-05-27 12:41:10 +02:00
2026-04-24 13:34:37 -07:00
2026-04-27 13:07:54 +01:00
2026-05-08 05:28:12 +01:00
2026-05-10 12:37:10 +01:00
2026-05-09 11:26:43 +01:00
2026-05-11 15:41:25 +01:00
2026-05-22 05:39:02 +00:00
2026-05-25 21:20:41 +01:00
2026-04-30 04:13:39 +01:00