merge origin/dev into fix/stale-running-session-ui

This commit is contained in:
Shoubhit Dash
2026-03-16 21:02:22 +05:30
34 changed files with 270 additions and 146 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/ui",
"version": "1.2.26",
"version": "1.2.27",
"type": "module",
"license": "MIT",
"exports": {
+2 -12
View File
@@ -1050,18 +1050,8 @@
line-height: var(--line-height-large);
color: var(--text-base);
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
[data-slot="question-option"][data-custom="true"] {
[data-slot="option-description"] {
overflow: visible;
text-overflow: clip;
white-space: normal;
overflow-wrap: anywhere;
}
overflow-wrap: anywhere;
white-space: normal;
}
[data-slot="question-custom"] {