π¦ Agent Booster v0.1.1 Released - 152x Faster Code Edits
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 812
- Forks
- 175
- Avg merge
- 2m
- Merged PRs (30d)
- 3
Description
π Agent Booster Integration Complete
We've successfully integrated Agent Booster, a Rust/WASM code editing engine that delivers 152x faster performance and 100% cost savings compared to traditional cloud LLM APIs.
π Performance Metrics
| Metric | OpenRouter LLM | Agent Booster | Improvement |
|---|---|---|---|
| Latency | 13,000ms (13s) | 85ms | 152x faster |
| Cost | $0.001/edit | $0.000 | 100% savings |
| Token Usage | ~1,200 tokens | 0 tokens | 100% savings |
π¦ What's New
NPM Packages Published
- β agent-booster@0.1.1 - https://www.npmjs.com/package/agent-booster
- β agentic-flow@1.4.0 - https://www.npmjs.com/package/agentic-flow
New MCP Tools (216 total)
agent_booster_edit_file- Ultra-fast single file editsagent_booster_batch_edit- Batch multiple editsagent_booster_parse_markdown- Parse AI markdown responses
Key Features
- β 152x faster code edits for mechanical changes
- β $0 cost - runs locally with WASM, no API calls
- β Intelligent LLM fallback for complex edits
- β Vague instruction detection prevents errors
- β 100% privacy - code never leaves your machine
π Installation
Install Agent Booster
```bash
npm install agent-booster
```
Install agentic-flow
```bash
npm install agentic-flow
```
Use with Claude Code
```bash
npx agentic-flow claude-code --agent-booster
```
π Documentation
- Agent Booster README: https://github.com/ruvnet/agentic-flow/tree/feat/agent-booster-integration/agent-booster
- Integration PR: #11
- Performance Benchmarks: Real OpenRouter/Anthropic API tests
- Validation Report: Comprehensive end-to-end testing
π― Use Cases
Perfect For (High Confidence β₯70%)
- β Adding error handling
- β Type annotations (TypeScript)
- β var β const conversions
- β Async/await conversions
- β Simple pattern replacements
Auto-Fallback to LLM (<70% confidence)
- Complex reasoning tasks
- Vague natural language instructions
- Large structural refactors
- Business logic changes
π Links
- NPM Package: https://www.npmjs.com/package/agent-booster
- Homepage: https://ruv.io
- Repository: https://github.com/ruvnet/agentic-flow
- Pull Request: #11
π Credits
Built by @ruvnet with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up β it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is identified, and the body says the integration is complete and released. Start by reading the Agent Booster README and integration PR #11; the issue provides no remaining change or completion criteria to verify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, typescript, wasm
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100