anomalyco / anomalyco/opencode
Session paths split by casing on case-insensitive macOS volumes
Open
@neriousy is already working on this.
Since Aug 21, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
On the default case-insensitive macOS filesystem, the same directory can be opened with different component casing. realPath preserves the caller spelling, so OpenCode stores separate Location keys and exact directory filters can hide existing sessions.
Plugins
None
OpenCode version
V2 at 2c8e2a2b2
Steps to reproduce
- Create
/tmp/Academic/Projecton a case-insensitive APFS volume. - Create a session using
/tmp/academic/project. - List sessions using
/tmp/Academic/Project. - The created session is missing because the stored path uses the caller casing.
Screenshot and/or share link
N/A
Operating System
macOS on case-insensitive APFS
Terminal
Any
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.