Skip to content

Commit 6c14ea1

Browse files
committed
tweak(session): add top spacing and remove obsolete docs prompt
1 parent c3a9ec4 commit 6c14ea1

2 files changed

Lines changed: 1 addition & 34 deletions

File tree

.opencode/agent/docs.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ export function Session() {
10551055
flexGrow={1}
10561056
scrollAcceleration={scrollAcceleration()}
10571057
>
1058+
<box height={1} />
10581059
<For each={messages()}>
10591060
{(message, index) => (
10601061
<Switch>

0 commit comments

Comments
 (0)