Troubleshooting

Agent Can’t Access My Computer Files?

Why this happens, what your agent can safely access, and the fastest way to share files without getting stuck.

Common trust-break moment: "It’s on my Desktop. Why can’t the agent see it?" In most setups, agents only work inside their assigned workspace unless you explicitly provide files.

The core model: agents are sandboxed by default

Reality check: if a path is outside the agent workspace, treat it as invisible until you copy/upload it into a shared location the agent can read.

2-minute recovery flow

  1. Ask the agent to print its current working directory.
  2. List files in that directory to confirm what it can actually see.
  3. Move/copy your target file into that workspace or upload it directly in chat.
  4. Ask the agent to quote one line from the file as proof it opened the correct version.
Please do a file visibility check. 1) Print your current workspace path. 2) List files in that directory. 3) Tell me whether you can see: [exact filename]. 4) If not visible, tell me exactly where I should place/upload it. 5) After I provide it, quote the first non-empty line as proof.

High-friction mistakes (very common)

Avoid this trap: “It should just know where my file is” leads to loops. Always use path proof + quote proof when file identity matters.

Advanced edge cases (when basics look correct)

Run this strict file-identity check: 1) Print absolute path + byte size + modified timestamp for: [exact filename]. 2) If multiple matches exist, list all absolute paths. 3) Open only the newest match and quote line 1 plus line 5. 4) If file is inside a zip, extract first, then repeat proof. 5) If filename has spaces/special characters, print the exact escaped path used.

When to escalate to #help

Support packet (copy/paste)

File visibility issue report Exact filename: Where file currently lives (full path or upload surface): Agent-reported workspace path: Agent file-list output captured? (yes/no): Quote proof from file captured? (yes/no): Are there files with same name in other folders? (yes/no): Fresh session retest done? (yes/no): Still failing after retest? (yes/no):

Bottom line: don’t debug this as “model quality.” Debug it as a visibility problem: correct location, then verify with path-and-quote proof.