syntaur 0.4.3 → 0.4.4
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/statusline/statusline.sh +3 -10
package/dist/index.js
CHANGED
|
@@ -10821,7 +10821,7 @@ var AVAILABLE_SEGMENTS = [
|
|
|
10821
10821
|
{ name: "git", preview: "syntaur:main* +2", description: "repo:branch (with dirty marker and ahead/behind)" },
|
|
10822
10822
|
{ name: "assignment", preview: "my-proj/demo-assn \u2014 Demo Assignment", description: "active syntaur assignment (project/slug or standalone/uuid)" },
|
|
10823
10823
|
{ name: "external", preview: "PROJ-123, ENG-456", description: "external tracker IDs from assignment externalIds (Jira, Linear, \u2026)" },
|
|
10824
|
-
{ name: "session", preview: "
|
|
10824
|
+
{ name: "session", preview: "9c3a4d2e-1b7f-4a0c-bb11-ccddeeff0011", description: "Claude Code session id (full)" },
|
|
10825
10825
|
{ name: "model", preview: "Opus 4.7", description: "Claude model display name" },
|
|
10826
10826
|
{ name: "ctx", preview: "ctx:[####------] 42%", description: "context window fill bar" },
|
|
10827
10827
|
{ name: "cwd", preview: "syntaur", description: "basename of current working directory" },
|