You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove CLI references - this is a status line script, not a CLI tool
- Remove bin entry from package.json (no longer installable as CLI command)
- Remove shebang from main script file
- Update documentation to reflect Node.js script usage instead of CLI
- Update installation instructions to use direct Node.js execution
- Remove executable permission references
- Update ESLint comments and test descriptions
The tool is designed to be executed by Claude Code's status line system,
not as a standalone CLI tool.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
"description": "CLI tool to restore context window visibility for AWS Bedrock users in Claude Code by displaying real-time token usage in the status line",
4
+
"description": "Custom Claude Code status line to restore context window visibility for AWS Bedrock users by displaying token usage.",
0 commit comments