Discover and explore top open-source AI tools and projects—updated daily.
Maximize AI coding tool call quotas
Top 43.1% on SourcePulse
This repository provides a ruleset and a Python script to enable iterative, multi-turn interactions with AI coding assistants that support tool calls, specifically within agent modes. It aims to maximize the utility of monthly AI tool call allowances by allowing users to chain multiple follow-up commands within a single AI request, thereby achieving more work per allocated request.
How It Works
The core mechanism involves a Python script (userinput.py
) that prompts the user for follow-up instructions after the AI completes an initial task. These instructions are then fed back into the AI's context, allowing it to continue working on the task iteratively. This loop continues until the user manually stops the session or the tool call limit is reached, effectively consolidating multiple distinct commands into a single initial AI request.
Quick Start & Requirements
userinput.py
to your project's root directory.rules.md
into your IDE's rule configuration (e.g., .cursorrules
in Cursor, set to "always").Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Currently, only plain text input is supported; image uploads or file drops are not yet implemented but are planned for future versions. This setup is specifically designed to leverage bundled tool calls and is not intended for minimizing token usage.
3 months ago
Inactive