- Tab/shift-tab to select idle sessions, enter to focus terminal
- Dock bounces on busy→idle transition for attention
- Fix session parser to handle array-format user messages and skip
system tags (<local-command-caveat>, <command-name>, etc.)
- Eagerly load session data for active projects so idle panel
always shows title, prompt, and response
- Render idle rows as individual Text nodes to avoid t`` nesting bug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Press 'i' to toggle bottom panel between Preview and Idle Sessions.
Auto-switches to idle mode on busy→idle transitions. Session rows now
show ● running / ◉ idle dots at the start for quick visual scanning.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Show running/idle status inline on expanded session rows, add idle
sessions panel (toggle with 'i'), auto-switch to idle panel on
busy→idle transitions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Detect active Claude sessions' real-time status by monitoring JSONL file
modification times. Shows green dot when Claude is processing, yellow dot
with elapsed time when idle. Plays Glass.aiff when sessions transition
from busy to idle. Updates website and README with new features.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
npm rejected unscoped "cladm" as too similar to "charm". Scoped under
@alezmad with --access=public flag in CI workflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Write .npmrc with auth token before publishing — NODE_AUTH_TOKEN alone
is not picked up by npm without a registry-scoped config entry.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add files field, author, repository, and engines to package.json. Add
.npmignore, MIT LICENSE file, GitHub Actions publish workflow on v* tags,
and update README install section with bun install -g / bunx instructions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Right column shows a looping cause-and-effect animation: cladm console
selects projects one by one, then Claude Code terminals cascade in with
spring-bounce animation showing the real welcome screen.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaced text icons in feature grid with pixel-art raster-react
components (SearchIcon, NetworkIcon, FolderIcon, etc.). Added
GithubIcon and LinkedinIcon to nav and author section.
SpaceInvadersIcon in nav branding. Set repo homepage to claudm.com
with topics: claude-code, tui, terminal, bun, launcher, cli.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Generated from logo with transparent background removal.
Favicon.ico, apple-touch-icon, icon PNGs (16-512px), and
1200x630 Open Graph image with grid pattern and branding.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pixel art brutalist Next.js landing page at site/ with Tailwind,
Silkscreen pixel font, Tokyo Night palette, terminal window
components, animated demo GIF, feature grid, keybinding table,
install instructions, launch flow visualization, and author section
with obfuscated email. Domain: claudm.com.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Polished README with logo, demo GIF, annotated screenshots, column
legend, keybinding table, and install instructions. Added bin entry
and shebang so `bun link` registers the `cladm` command globally.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Source modules for history parsing, git metadata, project scanning,
terminal launching, and OpenTUI component layout. Remove private flag
for publishing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>