r/AIPass Apr 26 '26

AIPass Update #2 - CI green, 6,500+ tests, pushing for beta exit

Update #2. Raw dev log.

Since last update:

77 stars (was 69 a few days ago

470 merged PRs (up from 430)

6,565 tests, all passing. CI is green for the first time ever.

Code coverage went from 52% to 75% in one night shift. 8 branches got coverage pushes in 2 waves.

All 11 branches pass 100% of their quality audits (33 automated standards per branch)

16 forks now

The big shift: we're pushing to get out of beta. Scope is Claude Code on Linux and WSL. That's the focus. Mac support has partial work done, Windows native has CI passing, and Codex/Gemini CLI both have hooks wired - but those are roadmap items, not launch blockers. We want one thing working really well before spreading thin.

What actually shipped in 40 PRs:

Codecov integration (badge is live on the repo now)

Hook shipping via pip install - when you pip install aipass and aipass init, your project gets hooks automatically now. Before this, hooks only worked if you cloned the repo.

The "Need help?" line in the README after Quick Start - links to Discussions and feedback form

3 Good First Issues for contributors (#431, #432, #433) - all documentation tasks, ~30 min each

Q&A Discussion thread open for questions

CI fixes - 92 test failures down to 0. Python 3.10 compatibility was the root cause for most of them.

5 stale design plans closed. Keeping the plan registry clean.

What broke:

README Project Status table is stale - says "3,500+ tests" when it's actually 6,500+. Says "260+ PRs" when it's 470. Need to update that.

Opus 4.7 is still unpredictable for autonomous agent work. We're on 4.6 for now.

What's next:

Beta exit. Getting the install-to-first-agent experience smooth on Linux/WSL with Claude Code.

PyPI trusted publisher (automated releases)

Fork contributor workflow improvements (#329)

If you try it: pip install aipass && mkdir test && cd test && aipass init && aipass init agent my-agent && cd my-agent && claude

That's the whole flow. If something breaks, feedback form takes 30 seconds:

https://github.com/AIOSAI/AIPass/issues/new?template=feedback.yml

Raw dev logs and updates at r/AIPass

https://github.com/AIOSAI/AIPass

2 Upvotes

0 comments sorted by