@firstpick/pi-package-webui 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/app.js +1 -1
package/package.json
CHANGED
package/public/app.js
CHANGED
|
@@ -3748,7 +3748,7 @@ const GIT_FOOTER_TOOLTIP_COPY = {
|
|
|
3748
3748
|
git: "Current Git branch. detached means HEAD is not on a branch; no repo means the cwd is outside a Git work tree.",
|
|
3749
3749
|
"git-state": "Active Git operation or detached state. Finish or abort rebase/merge/cherry-pick/revert/bisect before normal commits.",
|
|
3750
3750
|
sync: "Remote tracking divergence. ↑ means local commits ahead; ↓ means remote commits to pull.",
|
|
3751
|
-
changes: "Working tree summary.
|
|
3751
|
+
changes: "Working tree summary. 🟢 staged, ✏️ modified unstaged, ➕ untracked, ⚠️ conflicted; ✅ means no changes.",
|
|
3752
3752
|
"git-extra": "Extra Git signals. 📦 stash, 🧩 dirty submodules, 🌳 worktrees, 🏷️ tag at HEAD, 🕒 last commit age, 🔓 signing mismatch.",
|
|
3753
3753
|
model: "Scoped model for this tab.",
|
|
3754
3754
|
thinking: "Reasoning/thinking effort for this tab.",
|