Skip to content
TopicTracker
来自 HackerNews查看原文
译文语言译文语言

Show HN:LimitBar——一款在macOS菜单栏显示Claude使用额度的应用

LimitBar是一款专为macOS设计的菜单栏应用,每60秒轮询Anthropic接口,让你随时查看Claude的使用额度,无需手动点击使用量图标。应用采用原生Swift/AppKit开发,单个二进制文件不到1MB,不使用Electron或Node.js,CPU和内存占用极低。它仅读取使用量元数据端点,不会调用任何模型或消耗Token。支持Pro或Max订阅用户,售价€2.99一次性购买(30天退款保障),源代码随下载附带并可本地编译,无遥测或分析功能。该应用非Anthropic官方出品,需配合Claude Code CLI登录使用。

背景速读

- Claude Code 是 Anthropic 推出的 AI 编码助手(类似 GitHub Copilot),需订阅 Max 或 Pro 计划才能使用。Anthropic 对这类计划设有用量限制,达到后会影响响应速度或可用性。 - Fable 是 Anthropic 近期引入的专用算力池,用于要求更高的任务,其用量限制与主账户配额分开计算,加剧了管理复杂度。 - 此前用户只能通过点击桌面版 Claude 里的"用量齿轮"图标(用法轮),或运行 CLI 命令来查询已用额度,无法实时查看。 - LimitBar 是一款 macOS 菜单栏工具(€2.99),每 60 秒轮询 Anthropic 官方用量接口,将剩余额度直观显示在屏幕顶栏,无需打开任何窗口。 - 作者强调其纯原生 Swift/AppKit 构建(非 Electron),体积不到 1 MB,不收集数据,不开新网络连接,仅读取已有配额信息。

相关报道

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.