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

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.

Indie dev deploys full game studio site via Claude Code, including Steam API data layer
An indie game developer used Claude Code to build and deploy a game studio website without touching a terminal, including a data layer that pulls live info from the Steam API.

LystBot: An MCP Server for Claude to Manage Lists and Tasks
LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

Claude IDE Bridge: MCP Tool for Remote Editor Access
Claude IDE Bridge is an open-source tool that provides Claude AI with remote control access to code editors via MCP (Model Context Protocol). It exposes editor knowledge like live type information and debugger state as callable tools.