zozul-cli 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,7 @@ All data lands in SQLite at `~/.zozul/zozul.db`. A web dashboard and JSON API si
38
38
  | **Tasks** | What did I work on? Groups turns by tag combination, shows cost and time per task. |
39
39
  | **Tags** | How much per category? Per-tag stats with drill-down into individual prompts. |
40
40
  | **Sessions** | Raw session list. Sortable, filterable, click to see full conversation. |
41
+ | **Team** | (Managers only) Team cost breakdown by member, team task groups. |
41
42
 
42
43
  All views support time filtering (7d / 30d / All). Auto-refreshes every 10s.
43
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zozul-cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Observability for Claude Code — track token usage, costs, turns, and conversation history",
5
5
  "readmeFilename": "README.md",
6
6
  "type": "module",