[PR #313] [CLOSED] Fix several errors on Windows #9584

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/313
Author: @strager
Created: 6/22/2025
Status: Closed

Base: devHead: windows-fixes


📝 Commits (4)

  • e708973 fix(scripts): add Git hook for Windows
  • c628367 fix: don't allow ':' in log file and project dir
  • 85c6952 fix: parse file:// URLs correctly on Windows
  • 3704a8a fix(tui): don't use path/filepath for embed

📊 Changes

5 files changed (+28 additions, -4 deletions)

View changed files

📝 packages/opencode/src/app/app.ts (+7 -1)
📝 packages/opencode/src/index.ts (+2 -1)
📝 packages/opencode/src/util/log.ts (+1 -1)
📝 packages/tui/internal/theme/loader.go (+2 -1)
scripts/hooks.bat (+16 -0)

📄 Description

This patch series makes progress toward Windows support (#143). See the individual commits for details.

After this patch series, I am able to see the main Opencode interface on Windows. However, I cannot yet interact.


🔄 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/313 **Author:** [@strager](https://github.com/strager) **Created:** 6/22/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `windows-fixes` --- ### 📝 Commits (4) - [`e708973`](https://github.com/anomalyco/opencode/commit/e7089738fb61abc2fb4def408b9b21c4488705c5) fix(scripts): add Git hook for Windows - [`c628367`](https://github.com/anomalyco/opencode/commit/c628367318404a096c6e2f7240ce9426edf3d935) fix: don't allow ':' in log file and project dir - [`85c6952`](https://github.com/anomalyco/opencode/commit/85c6952544b618fc5fd1429bc4a3fe993edc3b4c) fix: parse file:// URLs correctly on Windows - [`3704a8a`](https://github.com/anomalyco/opencode/commit/3704a8a352d064af6c789032023d364d55ec7b5c) fix(tui): don't use path/filepath for embed ### 📊 Changes **5 files changed** (+28 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/app/app.ts` (+7 -1) 📝 `packages/opencode/src/index.ts` (+2 -1) 📝 `packages/opencode/src/util/log.ts` (+1 -1) 📝 `packages/tui/internal/theme/loader.go` (+2 -1) ➕ `scripts/hooks.bat` (+16 -0) </details> ### 📄 Description This patch series makes progress toward Windows support (#143). See the individual commits for details. After this patch series, I am able to see the main Opencode interface on Windows. However, I cannot yet interact. --- <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:48 -05:00
yindo closed this issue 2026-02-16 18:13:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9584