Skip to content

fix(core): preserve shell output tail#36554

Draft
opencode-agent[bot] wants to merge 1 commit into
v2from
shell-tail-output
Draft

fix(core): preserve shell output tail#36554
opencode-agent[bot] wants to merge 1 commit into
v2from
shell-tail-output

Conversation

@opencode-agent

@opencode-agent opencode-agent Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add keep: "head" | "tail" to shell output pagination, defaulting to head
  • have ShellTool keep the final capture window without reaching into Shell backing storage
  • add a regression test proving the tail marker remains, the head marker is omitted, and the saved-output notice remains
  • regenerate current client surfaces for the query option

Tests

  • bun test test/tool-shell.test.ts
  • bun typecheck (core, schema, server, client)

Shell truncation read from cursor zero, so large command output kept the head instead of the useful tail. Read the final capture window and cover the direction with head/tail markers.
@opencode-agent opencode-agent Bot force-pushed the shell-tail-output branch from fec2b2e to d8b7a0a Compare July 12, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant