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-26 23:51:53 +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-27 15:12:53 +02:00
2026-05-27 19:24:04 +01:00
2026-05-18 21:11:21 +05:30
2026-05-27 19:24:04 +01:00
2026-05-26 17:58:42 +02:00
2026-05-25 19:15:37 +01:00
2026-05-13 13:33:38 +01:00
2026-05-18 14:56:06 +01:00
2026-05-23 08:41:55 +10:00
2026-05-17 17:04:18 +08:00
2026-05-27 19:24:04 +01:00
2026-05-27 11:46:02 +02:00
2026-05-27 03:49:41 +02:00
2026-05-27 03:49:41 +02:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:30:27 +02:00
2026-04-28 07:56:08 +01:00
2026-04-28 07:56:08 +01:00
2026-05-07 09:07:18 +01:00
2026-05-07 09:07:18 +01:00
2026-05-27 06:20:39 +02:00
2026-05-26 01:49:15 +02:00
2026-05-27 06:20:39 +02:00
2026-05-14 15:04:43 +00:00
2026-05-07 12:52:48 -07:00
2026-05-18 01:35:04 +01:00
2026-05-26 21:16:21 -04:00
2026-05-16 15:03:51 +01:00
2026-05-03 14:42:56 +01:00
2026-05-26 02:54:49 +01:00
2026-05-27 19:24:04 +01:00
2026-04-29 00:04:17 -07:00
2026-05-22 22:00:21 +00:00
2026-04-29 14:38:56 -07:00
2026-05-17 09:58:24 +01:00
2026-04-22 04:22:38 +01:00
2026-05-11 03:56:34 +01:00
2026-04-27 21:02:53 +01:00
2026-05-27 10:19:57 +02:00
2026-05-27 04:45:11 +02:00
2026-04-23 18:09:20 +01:00
2026-05-11 02:08:58 +01:00
2026-04-23 18:09:20 +01:00
2026-05-17 00:10:29 +01:00
2026-05-27 00:48:22 +08:00
2026-05-24 23:25:05 +02:00
2026-05-10 00:18:36 -04:00
2026-05-01 23:43:31 +01:00
2026-04-27 20:50:35 +01:00
2026-05-10 00:18:36 -04:00
2026-05-24 05:21:22 +01:00
2026-05-04 11:04:17 +00:00
2026-04-27 14:20:27 +01:00
2026-05-22 12:56:10 +01:00
2026-04-29 00:36:49 +01:00
2026-05-25 21:55:46 +01:00
2026-05-13 13:33:38 +01:00
2026-05-11 03:56:34 +01:00
2026-05-27 20:04:56 +02:00
2026-05-02 23:47:25 -07:00
2026-05-18 14:56:06 +01:00
2026-04-27 00:26:02 +01:00
2026-04-27 14:52:21 +01:00
2026-05-05 19:55:36 +01:00
2026-04-28 06:18:30 +01:00
2026-05-02 07:34:10 +01:00
2026-05-02 07:34:10 +01:00
2026-05-15 08:38:44 +01:00
2026-05-24 02:55:08 +02:00
2026-05-11 03:56:34 +01:00
2026-05-11 03:56:34 +01:00
2026-05-07 12:52:48 -07:00
2026-04-26 23:56:14 +01:00
2026-05-23 21:20:52 +02:00
2026-04-24 01:50:42 +01:00
2026-05-26 02:53:29 +01:00
2026-05-23 19:28:03 +01:00
2026-05-26 23:30:07 +02:00
2026-05-23 12:20:26 +02:00
2026-04-28 04:34:21 +01:00
2026-04-29 12:33:52 +01:00
2026-05-07 09:07:18 +01:00
2026-05-26 09:32:24 +02:00
2026-04-23 18:41:32 +01:00
2026-05-26 12:19:42 +02:00
2026-05-25 20:56:52 +01:00
2026-05-14 10:27:12 +01:00
2026-05-27 19:24:04 +01:00
2026-05-23 13:52:02 +10:00
2026-05-12 07:51:11 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 10:32:53 +02:00
2026-05-26 11:54:47 +02:00
2026-05-13 13:33:38 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 14:10:15 +02:00
2026-05-22 12:56:10 +01:00
2026-05-13 03:05:09 -05:00
2026-05-21 18:47:09 +08:00
2026-05-27 18:08:40 +01:00
2026-05-27 06:04:53 +02:00
2026-05-27 06:04:53 +02:00
2026-05-27 06:11:57 +02:00
2026-05-07 18:55:08 -07:00
2026-05-25 20:56:52 +01:00
2026-05-08 06:01:23 +01:00
2026-05-27 19:24:04 +01:00
2026-05-26 18:08:44 +01:00
2026-05-26 16:40:08 -04:00
2026-05-10 00:18:36 -04:00
2026-05-02 05:22:36 +01:00
2026-04-29 09:42:48 +01:00
2026-05-24 00:31:01 +01:00
2026-05-11 00:09:35 -05:00
2026-05-26 22:24:25 +01:00
2026-05-13 03:05:09 -05:00
2026-05-27 18:05:07 +01:00
2026-05-27 12:41:10 +02:00
2026-05-18 01:37:31 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 14:33:06 +02:00
2026-05-27 05:31:03 +02:00
2026-05-25 08:13:47 +01:00
2026-05-27 09:48:04 +01:00
2026-05-27 06:11:57 +02:00
2026-05-27 14:56:10 +02:00
2026-05-24 09:51:39 +01:00
2026-04-27 12:35:58 +01:00
2026-05-04 06:56:35 +01:00
2026-05-02 18:29:13 +01:00
2026-05-26 12:13:04 +02:00
2026-05-24 13:32:44 +00:00
2026-05-27 19:24:04 +01:00
2026-05-26 03:30:54 +01:00
2026-05-24 09:02:44 +02:00
2026-05-02 18:29:13 +01:00
2026-05-23 14:08:48 +02:00
2026-05-25 22:49:23 +01:00
2026-05-24 02:55:08 +02:00
2026-05-27 19:24:04 +01:00
2026-05-26 22:01:35 +02:00
2026-05-27 10:32:53 +02:00
2026-05-04 21:15:12 -07:00
2026-04-28 19:00:22 +01:00
2026-05-04 10:09:55 +01:00
2026-05-04 10:09:55 +01:00
2026-05-02 02:59:04 +01:00
2026-05-22 12:56:10 +01:00
2026-05-02 00:23:42 +01:00
2026-04-28 14:52:03 -07:00
2026-05-10 12:37:10 +01:00
2026-05-24 13:32:44 +00:00
2026-05-26 17:36:48 +02:00
2026-05-20 21:36:39 +01:00
2026-04-24 04:24:08 +01:00
2026-04-28 23:03:57 +01:00
2026-05-05 12:09:28 -07:00
2026-05-24 07:03:49 +02:00
2026-05-07 09:07:18 +01:00
2026-05-26 13:13:19 +01:00
2026-05-24 02:55:08 +02:00
2026-05-18 01:37:31 +01:00
2026-05-27 09:03:17 +01:00
2026-05-18 14:56:06 +01:00
2026-05-04 15:11:14 -07:00
2026-05-22 01:08:48 +08:00
2026-05-25 10:22:51 +01:00
2026-05-21 17:42:42 +08:00
2026-05-27 06:20:39 +02:00
2026-05-27 12:26:49 +02:00
2026-05-18 11:09:08 +08:00
2026-05-27 10:34:06 +02:00
2026-05-17 06:34:58 +01:00
2026-05-26 23:10:41 -07:00
2026-05-12 06:21:10 +01:00
2026-05-24 02:55:08 +02:00
2026-05-12 06:21:09 +01:00
2026-05-27 12:12:32 +02:00
2026-05-04 21:15:12 -07:00
2026-05-26 22:01:35 +02:00
2026-05-25 15:04:44 +01:00
2026-05-18 14:56:06 +01:00
2026-05-27 10:42:22 +02:00
2026-05-07 09:07:18 +01:00
2026-05-17 02:04:17 +01:00
2026-05-27 02:44:47 +01:00
2026-05-26 17:47:25 +02:00
2026-05-10 01:40:56 -04:00
2026-05-27 10:32:53 +02:00
2026-05-23 20:00:24 +02:00
2026-05-23 20:00:24 +02:00
2026-05-25 23:36:34 +01:00
2026-05-27 09:41:53 +02:00
2026-05-25 01:15:49 +02:00
2026-04-28 07:56:08 +01:00
2026-05-24 03:44:31 +01:00
2026-05-12 19:37:32 +05:30
2026-05-03 12:20:52 +01:00
2026-05-03 12:20:52 +01:00
2026-05-03 12:20:52 +01:00
2026-05-23 21:17:55 +01:00
2026-05-07 09:07:18 +01:00
2026-05-03 06:40:20 +09:00
2026-05-17 21:12:10 -05:00
2026-05-17 21:12:10 -05:00
2026-05-03 17:56:07 +01:00
2026-05-03 15:15:56 +01:00
2026-04-29 03:52:22 +01:00
2026-05-16 14:31:43 +08:00
2026-05-26 12:07:04 +02:00
2026-05-19 23:21:26 -07:00
2026-05-26 21:25:16 +02:00
2026-04-23 14:31:18 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 09:57:18 +02:00
2026-05-26 04:35:20 +01:00
2026-05-27 00:19:07 -04:00
2026-05-26 12:07:04 +02:00
2026-05-27 19:24:04 +01:00
2026-05-26 12:48:38 +02: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 10:29:24 +02:00
2026-05-27 19:24:04 +01:00
2026-05-27 06:11:57 +02:00
2026-05-27 19:24:04 +01:00
2026-05-13 08:16:47 +01:00
2026-05-25 00:35:04 +02:00
2026-05-24 23:54:29 +02:00
2026-05-24 23:10:33 +02:00
2026-05-27 00:21:12 +01:00
2026-05-24 11:46:51 +02:00
2026-05-27 19:24:04 +01:00
2026-05-26 04:35:20 +01:00
2026-05-13 13:33:38 +01:00
2026-05-19 23:21:26 -07:00
2026-05-26 13:32:50 -07:00
2026-05-27 09:23:57 +02:00
2026-05-26 02:54:49 +01:00
2026-05-27 10:32:53 +02:00
2026-05-25 13:06:56 +02:00
2026-05-06 10:45:29 +01:00
2026-05-24 14:56:17 +00:00
2026-05-27 00:21:12 +01:00
2026-05-06 05:57:53 +01:00
2026-04-26 01:38:21 -07:00
2026-05-07 16:40:35 -07:00
2026-05-24 15:37:59 +02:00
2026-05-24 09:02:44 +02:00
2026-05-21 18:01:32 +08:00
2026-05-03 03:00:36 -07:00
2026-05-03 02:59:49 -07:00
2026-04-22 04:45:19 +01:00
2026-05-24 15:11:37 +02:00