Release v0.2.5
Changes since v0.2.4
🎉 First-Time Contributors
Mark Turansky (2)
- fix(manifests): add OIDC client credentials to control-plane deployment (#1445) (551e4f2)
- fix(api-server,control-plane): replace remaining AutoMigrate with raw SQL, fix CP_RUNTIME_NAMESPACE (#1442) (9e787d2)
jsell-rh (2)
- fix(frontend): correct GitHub callback path and add production ConfigMap patch (#1443) (74900d0)
- fix(frontend): pass redirect_uri for multi-cluster GitHub App OAuth (#1441) (d845d7f)
Jeremy Eder (1)
- Rename Sharing to Pair Prompting and improve grant dialog UX (#1444) (47e770f)
Full Changelog: v0.2.4...v0.2.5
CodeRabbit Triage Summary
CodeRabbit Triage: v0.2.5
| Metric |
Value |
Δ vs Previous |
| PRs analyzed |
2 |
-28 ↓ |
| Critical issues |
1 |
-22 ↓ |
| Major issues |
1 |
-119 ↓ |
| Issues per PR |
1.0 |
-3.8 ↓ |
| Coverage gaps |
2 |
-123 ↓ |
Trend
| Release |
Date |
PRs |
Critical |
Major |
Per PR |
Gaps |
| v0.2.0 |
2026-04-10 |
30 |
23 |
120 |
4.8 |
125 |
| v0.2.5 |
2026-04-23 |
2 |
1 |
1 |
1.0 |
2 |
Top Uncovered Patterns
- Critical: referenced Secret keys do not exist in the base
ambient-api-server Secret (1 occurrences, impact: 4) — manifests
- Restore required constraints in
agents DDL (1 occurrences, impact: 3) — api-server
Recommended Guardrails
CLAUDE.md Conventions
- Critical: referenced Secret keys do not exist in the base
ambient-api-server Secret: Enforce via convention (needs specific rule)
- Restore required constraints in
agents DDL: Enforce via convention (needs specific rule)
Hookify Rules
- PreToolUse hook for critical: referenced secret keys do not exist in the base
ambient-api-server secret enforcement in TypeScript code
- PreToolUse hook for restore required constraints in
agents ddl enforcement in TypeScript code