anomalyco / anomalyco/opencode

Session paths split by casing on case-insensitive macOS volumes

Open
#44,014 2 comments 0 reactions 1 assignee View on GitHub

@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
  1. Create /tmp/Academic/Project on a case-insensitive APFS volume.
  2. Create a session using /tmp/academic/project.
  3. List sessions using /tmp/Academic/Project.
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.