-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The dist/control-ui/ files are currently tracked in git, but they get modified/regenerated during builds. This causes the auto-update mechanism to fail with a "dirty repo" error:
Update Result: ERROR
Reason: rebase-failed
...
✗ git rebase (174ms)
error: cannot rebase: You have unstaged changes.
The files affected:
dist/control-ui/assets/index-*.cssdist/control-ui/assets/index-*.jsdist/control-ui/assets/index-*.js.mapdist/control-ui/index.html
Suggested Fix
Add dist/control-ui/ to .gitignore (or the entire dist/ directory if appropriate). These are build artifacts that should be generated locally rather than tracked.
Workaround
Currently users can work around this by running git restore dist/ before updates, but this is error-prone and the preflight build step in the update process itself triggers the issue.
Environment
- Clawdbot version: 2026.1.24-3
- OS: macOS (Darwin arm64)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request