Commit 80d9162
Yogthos
fix: show resolved absolute path in permission dialog, restore buffer.rs
When the LLM sends malformed paths like '1' as a write target,
the permission dialog showed 'path: 1 (inside project)' which
confused users — they couldn't tell what file would be modified.
Now shows both the raw input AND the resolved absolute path:
'path: 1 → /home/user/project/1 (inside project)'.
Also reverted ui/buffer.rs corruption from botched merge.1 parent a2bce4e commit 80d9162
1 file changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3492 | 3492 | | |
3493 | 3493 | | |
3494 | 3494 | | |
3495 | | - | |
| 3495 | + | |
3496 | 3496 | | |
3497 | 3497 | | |
3498 | 3498 | | |
3499 | | - | |
3500 | | - | |
| 3499 | + | |
| 3500 | + | |
3501 | 3501 | | |
3502 | | - | |
| 3502 | + | |
| 3503 | + | |
| 3504 | + | |
| 3505 | + | |
| 3506 | + | |
| 3507 | + | |
| 3508 | + | |
| 3509 | + | |
| 3510 | + | |
| 3511 | + | |
3503 | 3512 | | |
3504 | 3513 | | |
3505 | | - | |
3506 | | - | |
3507 | | - | |
| 3514 | + | |
| 3515 | + | |
3508 | 3516 | | |
3509 | 3517 | | |
3510 | 3518 | | |
| |||
0 commit comments