Skip to content

feat: add tools command for tool usage stats#20

Merged
spences10 merged 5 commits intomainfrom
feat/tools-command
Feb 2, 2026
Merged

feat: add tools command for tool usage stats#20
spences10 merged 5 commits intomainfrom
feat/tools-command

Conversation

@spences10
Copy link
Owner

Summary

  • Add ccrecall tools command to display most-used tools
  • Shows tool name, count, and percentage in table format
  • Supports --top N to limit results (default: 10)
  • Supports --project to filter by project path
  • Supports --format json for machine-readable output

Closes #13

Test plan

  • ccrecall tools shows top 10 tools
  • ccrecall tools --top 5 limits to 5
  • ccrecall tools --format json outputs JSON
  • ccrecall tools --project ccrecall filters by project

Generated with Claude Code

@spences10 spences10 force-pushed the feat/tools-command branch 5 times, most recently from 4da6d03 to 6412f96 Compare February 2, 2026 22:00
spences10 and others added 5 commits February 2, 2026 22:04
Add `ccrecall tools` command to show most-used tools with count and
percentage. Supports --top, --project, and --format (table/json) args.

Closes #13

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@spences10 spences10 merged commit 23a6490 into main Feb 2, 2026
@spences10 spences10 deleted the feat/tools-command branch February 2, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI: Add tools command for tool usage stats

1 participant