[PR #26] [MERGED] paste images with ctrl+v #9505

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/26
Author: @PhantomReactor
Created: 5/16/2025
Status: Merged
Merged: 5/16/2025
Merged by: @adamdotdevin

Base: devHead: ctrlv


📝 Commits (2)

📊 Changes

5 files changed (+278 additions, -2 deletions)

View changed files

📝 go.mod (+2 -2)
📝 internal/tui/components/chat/editor.go (+23 -0)
internal/tui/image/clipboard_unix.go (+49 -0)
internal/tui/image/clipboard_windows.go (+192 -0)
📝 internal/tui/image/images.go (+12 -0)

📄 Description

No description provided


🔄 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/26 **Author:** [@PhantomReactor](https://github.com/PhantomReactor) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `ctrlv` --- ### 📝 Commits (2) - [`76e43af`](https://github.com/anomalyco/opencode/commit/76e43af9c190091f9fc16a945b8b2a374c428bc2) paste images from clipboard - [`edb2d23`](https://github.com/anomalyco/opencode/commit/edb2d231585a1cae2c0338e1dc01f13b2556cacb) fix attachment names ### 📊 Changes **5 files changed** (+278 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `internal/tui/components/chat/editor.go` (+23 -0) ➕ `internal/tui/image/clipboard_unix.go` (+49 -0) ➕ `internal/tui/image/clipboard_windows.go` (+192 -0) 📝 `internal/tui/image/images.go` (+12 -0) </details> ### 📄 Description _No description provided_ --- <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:13:40 -05:00
yindo closed this issue 2026-02-16 18:13:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9505