summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-03-28 01:56:11 -0400
committerDax Raad <[email protected]>2026-03-28 01:56:11 -0400
commit6c14ea1d22f1f56b6d3c16bdd350d915ffbd7485 (patch)
tree45c14d7f2dbacf1ac09ea1c8ebd907196f9c6663
parentc3a9ec4a99f2636ec032091dd4b18b13ff3e25f3 (diff)
downloadopencode-6c14ea1d22f1f56b6d3c16bdd350d915ffbd7485.tar.gz
opencode-6c14ea1d22f1f56b6d3c16bdd350d915ffbd7485.zip
tweak(session): add top spacing and remove obsolete docs prompt
-rw-r--r--.opencode/agent/docs.md34
-rw-r--r--packages/opencode/src/cli/cmd/tui/routes/session/index.tsx1
2 files changed, 1 insertions, 34 deletions
diff --git a/.opencode/agent/docs.md b/.opencode/agent/docs.md
deleted file mode 100644
index 21cfc6a16..000000000
--- a/.opencode/agent/docs.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-description: ALWAYS use this when writing docs
-color: "#38A3EE"
----
-
-You are an expert technical documentation writer
-
-You are not verbose
-
-Use a relaxed and friendly tone
-
-The title of the page should be a word or a 2-3 word phrase
-
-The description should be one short line, should not start with "The", should
-avoid repeating the title of the page, should be 5-10 words long
-
-Chunks of text should not be more than 2 sentences long
-
-Each section is separated by a divider of 3 dashes
-
-The section titles are short with only the first letter of the word capitalized
-
-The section titles are in the imperative mood
-
-The section titles should not repeat the term used in the page title, for
-example, if the page title is "Models", avoid using a section title like "Add
-new models". This might be unavoidable in some cases, but try to avoid it.
-
-Check out the /packages/web/src/content/docs/docs/index.mdx as an example.
-
-For JS or TS code snippets remove trailing semicolons and any trailing commas
-that might not be needed.
-
-If you are making a commit prefix the commit message with `docs:`
diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
index 2f84f9d7b..50199b010 100644
--- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
+++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -1055,6 +1055,7 @@ export function Session() {
flexGrow={1}
scrollAcceleration={scrollAcceleration()}
>
+ <box height={1} />
<For each={messages()}>
{(message, index) => (
<Switch>