We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3a7fd commit 7054f82Copy full SHA for 7054f82
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -82,6 +82,7 @@ class CustomSpeedScroll implements ScrollAcceleration {
82
const context = createContext<{
83
width: number
84
conceal: () => boolean
85
+ showThinking: () => boolean
86
}>()
87
88
function use() {
0 commit comments