Commit fe4fff4
fix(profile): allow Claude Code UID-suffixed tmp dirs and skills (#12)
* fix(profile): allow Claude Code UID-suffixed tmp dirs and skills
Claude Code writes session data to /private/tmp/claude-501/ (with UID
suffix) rather than /private/tmp/claude/. The previous literal path
caused sandbox denials on file-write-create, making Claude hang when
executing API calls (e.g. `sx online claude -- claude -p "prompt"`).
Changes:
- Use glob /private/tmp/claude* to match UID-suffixed directories
- Add ~/.agents to allow_read for Claude skills/plugins access
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(profile): remove ~/.agents from claude profile
Not directly related to Claude Code — addressing PR review feedback.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9023f07 commit fe4fff4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments