mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Fixes snapshot revert functionality so it correctly removes files that were
deleted between snapshots. Previously, revert would fail to delete files because
it was trying to delete relative paths (like 'file.txt') instead of absolute
paths ('/path/to/file.txt').
This ensures snapshot revert operations work reliably across all file types
and directory structures, maintaining consistent project state when rolling
back changes.
|
||
|---|---|---|
| .. | ||
| console | ||
| desktop | ||
| function | ||
| identity | ||
| opencode | ||
| plugin | ||
| sdk | ||
| tui | ||
| web | ||