Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@opencode-ai/util": "workspace:*",
"@openrouter/ai-sdk-provider": "1.5.4",
"@opentui/core": "0.1.87",
"@opentui/solid": "0.1.87",
"@opentui/solid": "0.2.10",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Bumping @opentui/solid without also aligning @opentui/core introduces a potentially incompatible mixed OpenTUI runtime (core 0.1.87 vs 0.2.10). Keep these versions in lockstep to avoid cross-version type/runtime mismatches.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 102:

<comment>Bumping `@opentui/solid` without also aligning `@opentui/core` introduces a potentially incompatible mixed OpenTUI runtime (`core` 0.1.87 vs 0.2.10). Keep these versions in lockstep to avoid cross-version type/runtime mismatches.</comment>

<file context>
@@ -99,7 +99,7 @@
     "@openrouter/ai-sdk-provider": "1.5.4",
     "@opentui/core": "0.1.87",
-    "@opentui/solid": "0.1.87",
+    "@opentui/solid": "0.2.10",
     "@parcel/watcher": "2.5.1",
     "@pierre/diffs": "catalog:",
</file context>

"@parcel/watcher": "2.5.1",
"@pierre/diffs": "catalog:",
"@solid-primitives/event-bus": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@opentui/core": "0.1.97",
"@opentui/solid": "0.1.97",
"@opentui/solid": "0.2.10",
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
"typescript": "catalog:",
Expand Down
Loading