Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/statusline-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DA_NAME=$(jq -r '.daidentity.name // .daidentity.displayName // .env.DA // "Assi
DA_NAME="${DA_NAME:-Assistant}"

# Get PAI version from settings
PAI_VERSION=$(jq -r '.pai.version // "—"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION=$(jq -r '.paiVersion // "—"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION="${PAI_VERSION:-—}"

# Extract all data from JSON in single jq call
Expand Down
2 changes: 1 addition & 1 deletion Packs/pai-statusline/src/statusline-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DA_NAME=$(jq -r '.daidentity.name // .daidentity.displayName // .env.DA // "Assi
DA_NAME="${DA_NAME:-Assistant}"

# Get PAI version from settings
PAI_VERSION=$(jq -r '.pai.version // "—"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION=$(jq -r '.paiVersion // "—"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION="${PAI_VERSION:-—}"

# Extract all data from JSON in single jq call
Expand Down
2 changes: 1 addition & 1 deletion Releases/v2.3/.claude/statusline-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DA_NAME=$(jq -r '.daidentity.name // .daidentity.displayName // .env.DA // "Assi
DA_NAME="${DA_NAME:-Assistant}"

# Get PAI version from settings (single source of truth)
PAI_VERSION=$(jq -r '.pai.version // "2.0"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION=$(jq -r '.paiVersion // "2.0"' "$SETTINGS_FILE" 2>/dev/null)
PAI_VERSION="${PAI_VERSION:-2.0}"

# Extract all data from JSON in single jq call
Expand Down
Loading