Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

dashcc

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashcc - npm Package Compare versions

Comparing version
0.1.6
to
0.1.7
+1
-1
dist/cdxusage.js

@@ -721,3 +721,3 @@ #!/usr/bin/env node

var __dirname = "/Users/junyu/coding/ccdash/src/utils";
var PACKAGE_VERSION = "0.1.6";
var PACKAGE_VERSION = "0.1.7";
function getPackageVersion() {

@@ -724,0 +724,0 @@ if (/^\d+\.\d+\.\d+/.test(PACKAGE_VERSION)) {

{
"name": "dashcc",
"version": "0.1.6",
"version": "0.1.7",
"description": "A session dashboard status line for Claude Code CLI",

@@ -5,0 +5,0 @@ "module": "src/ccstatusline.ts",

@@ -40,2 +40,21 @@ <div align="center">

## Responsive Terminal Behavior
The default terminal width mode is now `Responsive stable`.
- `narrow` terminals reserve 50% of the measured width
- `medium` terminals reserve 30%
- `wide` terminals reserve 20%
That reserve is recalculated on every status line render, so the layout can shrink and expand cleanly between Claude Code turns instead of getting stuck in a compact state.
The default dashboard also compacts high-width widgets by priority:
- context bars shorten first
- session and weekly usage lines shorten their suffixes on medium widths
- session and weekly usage lines keep only the bar and percentage on narrow widths
- long `Goal` and `Now` summaries wrap by display width and clamp to 2 lines
Temporary Claude UI notices such as update messages are rendered as their own auxiliary line instead of competing with the main dashboard row.
---

@@ -62,2 +81,4 @@

You can change the width strategy in the TUI under `Terminal Width`, but `Responsive stable` is the recommended default for terminal usage.
## All widgets

@@ -64,0 +85,0 @@

Sorry, the diff of this file is too big to display