Skip to content

fix(app): show running shell command - #38080

Merged
Hona merged 2 commits into
devfrom
shell-running-label
Jul 22, 2026
Merged

fix(app): show running shell command#38080
Hona merged 2 commits into
devfrom
shell-running-label

Conversation

@opencode-agent

@opencode-agentopencode-agentBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • show the shell command as soon as tool input is available, including while running
  • keep the Shell label shimmer active during execution without shimmering the command
  • allow collapsed running shell tools to be expanded so live output can be watched
  • add regression coverage for the running command, shimmer, expansion, and streamed output

Checks

  • bun typecheck (packages/session-ui)
  • bun typecheck (packages/app)
  • bun typecheck:e2e (packages/app)
  • bun test src/components/message-part.test.ts (packages/session-ui)
  • Prettier and git diff --check

The focused Playwright assertion is included, but the shared host exhausted its process/thread quota while Vite transformed the app; CI should run it normally.

Requested by: @Hona (Luke Parker via Slack)

@opencode-agent
opencode-agentBotforce-pushed the shell-running-label branch from 1fe651d to 30a2d07CompareJuly 22, 2026 01:13
@opencode-agent
opencode-agentBot changed the base branch from v2 to devJuly 22, 2026 01:13
@Hona
Hona merged commit c9db6e9 into devJul 22, 2026
14 checks passed
@Hona
Hona deleted the shell-running-label branch July 22, 2026 01:47
tianyu2025515 pushed a commit to tianyu2025515/opencode that referenced this pull request Jul 23, 2026
* dev: (118 commits)
chore: generate
feat(app): support current event transport (anomalyco#38464)
chore: generate
feat(app): add dual-server compatibility (anomalyco#38462)
chore: update nix node_modules hashes
chore(app): vendor v2 promise client (anomalyco#38467)
chore: update nix node_modules hashes
fix(provider): serialize Mistral prompt cache keys (anomalyco#38448)
fix(provider): select prompt cache keys by SDK (anomalyco#38424)
feat(go): add Hy3 to Go model lineup (anomalyco#38349)
fix(provider): correct MiniMax M3 thinking variants (anomalyco#38330)
fix(docs): correct Kimi K2.7 Code request limits (anomalyco#38248)
fix(app): show running shell command (anomalyco#38080)
fix(app): defer unavailable notification state (anomalyco#38186)
zen: add security check
chore: generate
zen: add security check
zen: add laguna-2-2.1
chore: generate
fix(app): support nested slash command autocomplete (anomalyco#38097)
...
doraemoncyx pushed a commit to doraemoncyx/opencode that referenced this pull request Jul 27, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
3kaiu pushed a commit to 3kaiu/opencode-x that referenced this pull request Jul 31, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
banlanzs pushed a commit to banlanzs/opencode that referenced this pull request Aug 6, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
charlesverge pushed a commit to charlesverge/opencode that referenced this pull request Aug 11, 2026
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Sign up for freeto 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

@Hona