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