Claude Auto-Continue: Chrome extension automates tool-use limit interruptions

A developer has released a free, open-source Chrome extension called claude-autocontinue that automatically handles Claude's tool-use limit interruptions on claude.ai. When Claude reaches its limit after roughly 20 tool calls, it displays a 'Continue' button that requires manual clicking, breaking workflow continuity and resending full conversation context each time.
What the extension does
The extension automatically clicks the Continue button whenever the tool-use limit is reached on claude.ai. Key features include:
- Works across all open tabs including background tabs and separate browser windows
- Optional 'Minimize tokens' mode: before resuming, asks Claude to summarize its current state in bullet points to reduce context re-sent on each continuation
- Configurable max continuations (1-999) or set to unlimited
- Pause/resume functionality from the extension popup
Installation and setup
To install:
- Download the zip from the Releases page at https://github.com/timothy22000/claude-autocontinue/releases or clone the repository:
git clone https://github.com/timothy22000/claude-autocontinue.git - Open chrome://extensions/
- Enable Developer mode
- Click 'Load unpacked'
- Point it at the extension/ folder
Testing and verification
The developer included a test harness (test/test.html) with 20 tests covering detection logic, background tab behavior, and multi-window scenarios. You can reproduce the tool-use limit yourself by opening claude.ai and sending: trigger more than 20 tool uses for me please
The extension was built entirely using Claude Code, creating a meta-solution where Claude's agentic coding tool fixes the interruption that breaks Claude's agentic workflows. It's MIT licensed and available for free use.
📖 Read the full source: r/ClaudeAI
👀 See Also

Mímir: A Python Memory System Built on 21 Neuroscience Mechanisms
Mímir is a Python memory system for AI agents that implements 21 cognitive science mechanisms like flashbulb memory and retrieval-induced forgetting. It uses a hybrid BM25 + semantic + date index and shows benchmark improvements including 13% higher tool accuracy on Mem2ActBench versus VividnessMem.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.

Developer's AI doc/context sync tool gains traction after Reddit post
A developer shared their AI documentation and context synchronization tool on Reddit, resulting in 1.1K downloads, 60 GitHub stars, and 192 unique clones within two weeks after posting on March 22nd.

Keep My Claw: Backup Service for OpenClaw Workspaces
Keep My Claw is a backup service that encrypts OpenClaw workspace data locally before uploading to Cloudflare R2. It handles memory files, cron jobs, skills, credentials, and config snapshots with scheduled backups and one-command restores.