[PR #1315] [CLOSED] (tui) feat: bash mode #9893

Closed
opened 2026-02-16 18:14:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1315
Author: @rekram1-node
Created: 7/25/2025
Status: Closed

Base: devHead: feat/bash-mode


📝 Commits (1)

📊 Changes

2 files changed (+43 additions, -2 deletions)

View changed files

📝 packages/tui/internal/components/chat/editor.go (+23 -0)
📝 packages/tui/internal/tui/tui.go (+20 -2)

📄 Description

Relates to (but doesn't completely address: #1217)

Bash mode is pretty standard, both gemini cli and claude code support it.

What it is:

If I type "!" as first text input I enter bash mode and anything I type afterwards will be ran as a bash command


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1315 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/25/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat/bash-mode` --- ### 📝 Commits (1) - [`ca99bf0`](https://github.com/anomalyco/opencode/commit/ca99bf08a6b9c4bed0c8665acfc83b7cd3fc1cf3) feat: bash mode (tui) ### 📊 Changes **2 files changed** (+43 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/chat/editor.go` (+23 -0) 📝 `packages/tui/internal/tui/tui.go` (+20 -2) </details> ### 📄 Description Relates to (but doesn't completely address: #1217) Bash mode is pretty standard, both gemini cli and claude code support it. ## What it is: If I type "!" as first text input I enter bash mode and anything I type afterwards will be ran as a bash command --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:20 -05:00
yindo closed this issue 2026-02-16 18:14:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9893