feat(opencode): add interactive split-footer mode to run#23557
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Fetch failed Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
1 similar comment
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
2 similar comments
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
Use the exported TextareaRenderable type from @opentui/core instead of hand-rolled interface stubs, and replace unsafe `as unknown as` casts with Reflect-based runtime access. This keeps the CLI in sync with upstream type changes and catches breakage at compile time rather than silently drifting.
Issue for this PR
Closes #2845
Type of change
What does this PR do?
Add interactive split-footer mode to run.
Closes: #4355
How did you verify your code works?
Screenshots / recordings
n/a
Checklist