cc-session-utils: TUI Dashboard for Managing Claude Code Sessions and Costs

A developer has released cc-session-utils, a terminal UI dashboard for managing Claude Code session files and tracking usage costs. The tool addresses the accumulation of session files, debug logs, and orphaned data in the ~/.claude directory.
Key Features
- Cost Dashboard – Shows total and per-model (Opus/Sonnet/Haiku) cost and token breakdowns with daily, weekly, and monthly tables. Identifies top 10 projects by spend.
- Project Management – Tree-view of all projects with ability to preview sessions, view conversations, and delete unnecessary files.
- Orphan Detection – Finds sessions that no longer belong to any project and enables bulk cleaning.
- Session Migration – Move sessions between projects with per-session selection.
- Backup & Restore – Back up config or full .claude directory with auto-rollback protection.
Installation and Requirements
Requires Python 3.11+ and is built with Textual framework. Installation for Linux/macOS:
pip install cc-session-utils cc-tuiThe developer notes the entire tool was built using Claude Code itself. The project is open source with MIT license and available on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Unsloth and NVIDIA Collaborate to Speed Up LLM Training by ~25%
Unsloth and NVIDIA release optimizations for LLM training: caching packed-sequence metadata (~14.3% speedup) and double-buffered async gradient checkpointing (~8% speedup), with no accuracy loss. Auto-enabled on RTX laptops, data center GPUs, and DGX Spark.

Claude AI Session Compaction Issues and Workarounds
Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.

Building and Testing an MCP Server in Claude Desktop: Architecture and Lessons
A developer shares their experience building and testing an MCP server within Claude Desktop, detailing their architecture setup and practical lessons learned about tool schemas, debugging, and limitations.

Claude Skill Enables Granular Personality Adjustments with Quantified Variables
A new Claude skill allows developers to make quantified adjustments across 32 groups of personality traits covering 120 Claude-defined variables, with group-level profiles showing metrics like Wordiness (60), Agreeableness (55), and Sarcasm & Edge (17). The skill persists across conversations and includes a publish command for custom instructions.