[PR #374] [MERGED] windows fixes #9599

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/374
Author: @thdxr
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @thdxr

Base: devHead: windows-fixes


📝 Commits (4)

  • 6bc3255 fix(scripts): add Git hook for Windows
  • 7fa2d78 fix: don't allow ':' in log file and project dir
  • eb38d11 fix: parse file:// URLs correctly on Windows
  • 373e80c fix(tui): don't use path/filepath for embed

📊 Changes

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

View changed files

📝 packages/opencode/src/app/app.ts (+10 -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

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

🔄 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/374 **Author:** [@thdxr](https://github.com/thdxr) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `windows-fixes` --- ### 📝 Commits (4) - [`6bc3255`](https://github.com/anomalyco/opencode/commit/6bc32551a0db81557c2946e8ad06656a0d1a91c0) fix(scripts): add Git hook for Windows - [`7fa2d78`](https://github.com/anomalyco/opencode/commit/7fa2d78c3d23bbc983282c572ecf29f93e855d47) fix: don't allow ':' in log file and project dir - [`eb38d11`](https://github.com/anomalyco/opencode/commit/eb38d11a686c68e2dc2a9cc0a21fdcea6a618980) fix: parse file:// URLs correctly on Windows - [`373e80c`](https://github.com/anomalyco/opencode/commit/373e80c8ffbd3ad8da84bd794aadaa7b3d394c77) fix(tui): don't use path/filepath for embed ### 📊 Changes **5 files changed** (+31 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/app/app.ts` (+10 -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 - **fix(scripts): add Git hook for Windows** - **fix: don't allow ':' in log file and project dir** - **fix: parse file:// URLs correctly on Windows** - **fix(tui): don't use path/filepath for embed** --- <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:50 -05:00
yindo closed this issue 2026-02-16 18:13:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9599