v2026.2.4 - "Issue Thread" Release
Highlights
| What Changed | Why You Care |
|---|---|
/address-issues command |
Issue-thread-driven ralph loops with 2-way human-AI collaboration via issue comments |
| Context window budget | Configure AIWG_CONTEXT_WINDOW to control parallel subagent limits on local/GPU systems |
--interactive and --guidance |
Standard AIWG parameters for discovery prompts and upfront direction |
/address-issues — Issue-Driven Ralph Loop (#333)
Turns your issue tracker into a collaboration surface. Each ralph cycle posts structured status to the issue thread, scans for human feedback, and incorporates it. Say "address the open issues" or "tackle issue 17" and AIWG handles the rest.
- 3-step cycle: work → post status → scan thread
- Thread scanning classifies comments (feedback/question/approval/correction)
- Multi-issue strategies: sequential, batched, parallel
--interactive,--guidance,--branch-per-issue,--max-cycles,--filter,--all-open- Gitea (MCP) and GitHub (
gh) provider support
Context Window Budget Configuration
Set AIWG_CONTEXT_WINDOW: 100000 in your CLAUDE.md to auto-scale parallel subagent limits for local/GPU systems.
| Context Window | Max Parallel Subagents |
|---|---|
| ≤64k | 1-2 |
| 65k-128k | 2-4 |
| 129k-256k | 4-8 |
| 257k-512k | 8-12 |
| >512k | 12-20 |
Install
npm install -g aiwg@2026.2.4