diff --git a/.gitattributes b/.gitattributes index 807d598..0bcb35a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# Strip [tool.uv.sources] from pyproject.toml so git status stays clean +# Requires: ./scripts/install-hooks.sh (configures the filter in git config) +pyproject.toml filter=strip-uv-sources + # Use bd merge for beads JSONL files .beads/issues.jsonl merge=beads diff --git a/frontend/src/components/EnvironmentSwitcher.vue b/frontend/src/components/EnvironmentSwitcher.vue index 4da97bb..85199c3 100644 --- a/frontend/src/components/EnvironmentSwitcher.vue +++ b/frontend/src/components/EnvironmentSwitcher.vue @@ -7,8 +7,12 @@
⚠️ Not in ComfyGit workspace. Environment switching is disabled.
+
+ ⚠️ An orchestrator is managing this workspace from another ComfyUI instance. + Switch environments from that instance, or stop the orchestrator first. +
-
+