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

Bitcoin MCP Server with 43 Tools for AI Coding Agents
bitcoin-mcp is an MCP server with 43 Bitcoin tools including fee advisors, mempool analysis, and inscription detection. It works with Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf using live data from APIs or local nodes.

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

Hipocampus: A Persistent Memory System for AI Agents Using Compaction Trees
Hipocampus addresses the problem of AI agents forgetting context between sessions by implementing a compaction tree that compresses conversation history through five levels: raw → daily → weekly → monthly → root, with a topic index called ROOT.md.

Spectyra Plugin for OpenClaw: Real-Time AI Cost Optimization by Analyzing Full Request Flow
Spectyra plugin reduces AI API costs by surfacing hidden waste like repeated calls, excessive context, and expensive model misuse in real time.