[PR #6963] fix(desktop): desktop won't read project scope commands/skills #12179

Open
opened 2026-02-16 18:17:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6963

State: open
Merged: No


Issue: on desktop, no project setup will read(project scope commands/skills etc.).

Root cause: only one project instance created, won't rebuild when switching project.

Solution: added ProcessCwd utility to safely manages process.cwd() changes. And wrap some process in Instance.provide to make sure use right project instance.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6963 **State:** open **Merged:** No --- Issue: on desktop, no project setup will read(project scope commands/skills etc.). Root cause: only one project instance created, won't rebuild when switching project. Solution: added ProcessCwd utility to safely manages process.cwd() changes. And wrap some process in Instance.provide to make sure use right project instance.
yindo added the pull-request label 2026-02-16 18:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12179