proomt

Search

Search posts, papers, and topics

All posts

Bjørn Johansen1 min readintermediate

Two Claude accounts, one session

Summary

claude-swap is a CLI tool that watches your Claude usage and automatically swaps to a secondary account when the active account hits 90% of its quota. Install via pipx, add accounts, and run `cswap auto` (or its dashboard) to keep sessions alive, though each swap incurs a cold‑cache cost.

  • Install claude‑swap with `pipx install claude-swap` and add each Claude account via `cswap add`.
  • Run `cswap auto` (or use the dashboard) to monitor usage and auto‑switch when quota reaches ~90%.
  • The tool must stay running in the foreground; it does not operate as a background daemon.
  • Swapping triggers a cold cache, causing an 11‑13% bump in the 5‑hour quota on the first request after a switch.

Anyone who relies on Claude’s limited quota for continuous work will benefit from uninterrupted sessions.

5/10

Related reading

  1. Claude Cowork and chat are now one Claude

    Claude merges its Cowork and chat interfaces into a single assistant and adds beta Docs, Slides, and Design capabilities, rolling out first to Pro and Max plans. The unified UI lets users ask Claude to generate reports, presentations, and other artifacts within the same conversation, with optional auto‑action settings. No new technical details or implementation specifics are provided.

    Hacker News front pageclaude.com3 minreleaseHN232226
  2. Claude for small business: What it is and how to use it

    Claude for Small Business is a Zapier plugin that runs inside Claude Cowork, offering 40+ pre‑built workflows and direct connections to tools like QuickBooks, HubSpot and Slack. After installing the desktop app and linking your apps (individually or via Zapier), you can ask Claude to handle invoices, payments, marketing drafts, and more, with user approval and usage limits.

    Zapier Engineeringzapier.com6 min
  3. Audit your Agent files

    Agent configuration files (CLAUDE.md, AGENTS.md, skill packs) accumulate stale rules, inflating token usage and hurting performance. Regular audits—using Claude’s /doctor, pruning to <200 lines, and encoding hard constraints in hooks—restore lean, effective agents.

    Addy Osmaniaddyosmani.com12 min
  4. Quoting Thariq Shihipar

    Claude Code version 2.1.277 now supports AGENTS.md as a fallback for CLAUDE.md for project instructions. This feature is built on an upcoming "Claude Code mods" system, which will allow users to create custom project instruction configurations.

    Simon Willisonsimonwillison.net1 minrelease