Commit b49d63b
committed
docs: refresh sidecar references after externalBin → resource move
Commit 025fa19 moved the claude-agent sidecar from Tauri's externalBin
to its resources mechanism, but several docs still described the old
externalBin layout and bundle path. Refresh:
- src-tauri/src/agent_provider/claude/sidecar_path.rs module doc:
point at `resources` and note why the move happened.
- scripts/build-claude-sidecar.sh header comment: same.
- docs/features/agent-chat.md "How it's shipped": describe the actual
resource glob, the resource_dir pinning in setup(), and the on-disk
install paths (`usr/lib/codemux/binaries/` on Linux, `binaries/`
next to codemux.exe on Windows). Add a packagers note so downstream
repackagers (AUR, custom distros) know to copy the sidecar from the
resource layout, not just `usr/bin/codemux`.
No functional change.1 parent 025fa19 commit b49d63b
3 files changed
Lines changed: 31 additions & 11 deletions
File tree
- docs/features
- scripts
- src-tauri/src/agent_provider/claude
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
154 | 169 | | |
155 | 170 | | |
156 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments