openclaw/extensions/opencode
Peter Steinberger 9dfb2a1318
fix: show native history in adopted Pi and OpenCode sessions (#114040)
* fix(plugins): import adopted catalog history into the OpenClaw transcript

Import native Pi and OpenCode history when a catalog session is adopted so the OpenClaw transcript reflects the full conversation immediately.

Mark imported user rows with mirrorOrigin because they are transcript mirrors, not new external turns. This preserves watcher deduplication and prevents adopted history from being reported as fresh upstream input.

* refactor(plugins): split catalog history importer

Keep the session catalog contract module leaf-like by moving transcript mutation into a dedicated runtime module. This breaks the registry-to-transcript import cycle while preserving the Plugin SDK entrypoint and importer behavior.
2026-07-26 02:09:48 -04:00
..
api.ts
index.test.ts fix(opencode): sync Zen runtime catalog (#113858) 2026-07-25 13:52:46 -07:00
index.ts fix(opencode): Zen GPT-5.6 models are missing from discovery (#110405) 2026-07-18 11:14:05 +01:00
media-understanding-provider.test.ts fix: provider dead exports no longer block changed checks (#108592) 2026-07-15 22:33:54 -07:00
media-understanding-provider.ts fix: provider dead exports no longer block changed checks (#108592) 2026-07-15 22:33:54 -07:00
onboard.test.ts
onboard.ts
openclaw.plugin.json chore(models): curate all provider model catalogs to current-generation lineups (#113681) 2026-07-25 07:21:17 -07:00
opencode.live.test.ts refactor: reduce plugin SDK test import overhead (#109333) 2026-07-16 13:55:23 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.ts refactor(providers): collapse live model discovery onto shared projection hook (#113903) 2026-07-25 16:17:27 -07:00
provider-discovery.ts fix(opencode): restore Zen model catalog (#92495) 2026-06-28 12:32:44 -04:00
provider-policy-api.test.ts fix(opencode): Zen GPT-5.6 models are missing from discovery (#110405) 2026-07-18 11:14:05 +01:00
provider-policy-api.ts fix(opencode): Zen GPT-5.6 models are missing from discovery (#110405) 2026-07-18 11:14:05 +01:00
session-catalog-plugin.ts fix: show native history in adopted Pi and OpenCode sessions (#114040) 2026-07-26 02:09:48 -04:00
session-catalog-shared.ts feat: continue Pi and OpenCode sessions from the session catalog (#113718) 2026-07-25 08:35:47 -07:00
session-catalog-terminal.ts refactor: simplify native session executable resolution (#108169) 2026-07-15 01:49:45 -07:00
session-catalog.test.ts fix: show native history in adopted Pi and OpenCode sessions (#114040) 2026-07-26 02:09:48 -04:00
session-catalog.ts feat: detect external human turns in adopted Pi and OpenCode sessions (#113957) 2026-07-25 19:05:22 -07:00
session-upstream-activity.test.ts feat: detect external human turns in adopted Pi and OpenCode sessions (#113957) 2026-07-25 19:05:22 -07:00
session-upstream-activity.ts feat: detect external human turns in adopted Pi and OpenCode sessions (#113957) 2026-07-25 19:05:22 -07:00
tsconfig.json