[PR #843] [MERGED] fix: encode & decode file paths #9727

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/843
Author: @rekram1-node
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @adamdotdevin

Base: devHead: fix/file-spaces


📝 Commits (1)

  • bcd3573 fix: encode & decode file paths

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 packages/opencode/src/session/index.ts (+4 -2)
📝 packages/tui/internal/components/chat/editor.go (+2 -1)

📄 Description

Should fix: #787

See video for how it fixes things that opencode currently fails on:

Current behavior:

https://github.com/user-attachments/assets/f0b7898a-257b-4794-b679-c9fe2af753f2

New behavior:

https://github.com/user-attachments/assets/a165b019-9cd3-4d96-805f-158cffc1e5ab


🔄 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/843 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/file-spaces` --- ### 📝 Commits (1) - [`bcd3573`](https://github.com/anomalyco/opencode/commit/bcd3573b82c7e2bf29ecb107a94846ce5f5e7112) fix: encode & decode file paths ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/session/index.ts` (+4 -2) 📝 `packages/tui/internal/components/chat/editor.go` (+2 -1) </details> ### 📄 Description Should fix: #787 See video for how it fixes things that opencode currently fails on: Current behavior: https://github.com/user-attachments/assets/f0b7898a-257b-4794-b679-c9fe2af753f2 New behavior: https://github.com/user-attachments/assets/a165b019-9cd3-4d96-805f-158cffc1e5ab --- <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:03 -05:00
yindo closed this issue 2026-02-16 18:14:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9727