Changelog
299releases tagged feature
Every PAPI release carrying the feature tag. What shipped, when.
Get started freeApril 202613 releases
- Add next-step guidance to MCP tool responses
- Guide CLI-first users to web signup when no config exists
- Add onboarding resume banner on cockpit
- Guide non-GitHub OAuth users through onboarding
- Structured recommendation display with status badges
- PLAN_FULL prompt at 93% of Supabase env var limit — add size guardrail or migrate to DB table
- Create strategy_review_events table for real-time review awareness
- Timeline: Strategy Review markers between cycle bars with full labels
- Edge Function prompts stored as env vars may hit size limits (8-73KB each) — evaluate alternatives
- Enrich ReviewCard with strategy review numbering, recommendation tracking, and review-to-review comparison
- Preparation preview card + zoom-out markers on timeline
- SSE: Real-time strategy review awareness with cockpit banner
- Add cache: no-store to tasks.json fetch to prevent stale board state after parallel reviews
- Themed cycle planning mode — planner suggests single-dependency-chain cycles
- Include task comments in strategy_review context — discussion history currently invisible to strategic analysis
- Create demo walkthrough artifact — orient to release narrative for outreach conversations
- Strategy review should populate discovery canvas on first run
- Owner view mode — role-based dashboard filtering to hide builder plumbing
- Dashboard chart audit & redesign — eliminate redundancy, fix broken charts, add interpretation
- CycleHero shows "ready for release" CTA even when cycle is already released
- Light-mode commits on shared branches get stripped during PR merge — CLAUDE.md documentation changes lost in C166
- Rebuild CycleHero — larger ring, Cycle label, plain-language stats
- Surface task transition stats on analytics page
- Strategy reviews — truncate recs to 3, add count badges
- Simplify analytics Reports tab — cut 6 sub-tabs to 2
- Reorder More dropdown — Portfolio and Roadmap first
- Document that only plan.ts reads task comments — intentional design, not a gap
- Remove 200-char notes cap in strategy_review — full notes are in DB but truncated in review context
- Wire stage_id on new tasks and guard closure_reason for Deferred/Cancelled
- Surface AD intelligence signals on strategy page
- Apply four-role typography and color pass to CockpitBoard
- Add plan_runs table and non-blocking insert on every plan apply
- Define four-role typography system and color palette in design config
- Surface build intelligence on dashboard — handoff accuracy, arch notes, issues, dead ends
- Reapply linter-reverted changes from and
- Wire AD write paths — last_referenced_cycle, revision_count, outcome
- Reapply changes lost in failed PR merge
- Differentiate active vs dormant projects with visual weight
- Restore papi-pulse keyframe animation (removed by linter)
- Color-code progress state and add "you are here" markers
- Add Google OAuth sign-in button to login page
- Add get_sibling_ads MCP tool for cross-project AD sharing
- Add Strategy stage to cockpit lifecycle indicator
- Add dashboard docs page with filtering and staleness indicators
- Add doc_ref field to cycle_tasks for structured doc references
- Humanize taxonomy codes across dashboard
- Add carry-forward visibility to cockpit page
- Change plan hook from ask to allow — removes unnecessary permission prompt
- Polish Cycle Intelligence — fix truncation, spacing, borders, subheadings
- Revert left panel to ActivityPulse transition ticker
- Strengthen Dashboard module instructions — mandatory steps, visual checklist, production concerns
- Redesign Cycle Intelligence — replace generic cards with proper visual hierarchy
- Cycle Intelligence rethink — replace raw data with interpreted insights, compact layout, actionable discoveries
- Fix dashboard AD display — outcome field shows 'pending' for all ADs
- Module-specific builder instructions — inject execution guidance at build_execute start time based on task module
- Builder execution context — include recent same-module build reports when build_execute starts
- Improve build report field quality — add guidance, examples, and quality bar for surprises/issues/architecture fields
- Reduce Vercel bandwidth — disable polling when Realtime active, add cache headers, lazy-load heavy endpoints
- Restructure strategy review + improve UI task handoffs in planner
March 20265 releases
- Cycle Intelligence — SSE removal, data pipeline, cockpit components
- Order discoveries by cycle not date — date column has corrupt data in old rows
- Filter discoveries by current cycle, not data max
- CycleIntelligence layout — side-by-side, compact, filter recent cycles
- Wire ActivityPulse + DiscoveryFeed into CycleIntelligence wrapper
- Add DiscoveryFeed component — scrollable surprises, issues, AD refs
- Add ActivityPulse component — real-time task transition ticker
- Add CycleIntelligence section wrapper to cockpit
- Add cockpit-insights API — task transitions + discoveries data pipeline
- Remove SSE emitter architecture — Supabase Realtime handles all live updates
- Portfolio UX: improve multi-project navigation, project cards, and dashboard context switching
- Remove duplicate currentPhase text on project cards
- Multi-editor setup scaffolding — detect Claude Code vs Cursor and scaffold appropriate config files
- Research tasks need a review gate — output draft doc, surface to owner, get approval before submitting follow-up ideas to backlog
- Data proxy rate limiting — per-user throttle at Edge Function level
- Expose MCP server skills as MCP prompts for Claude Code discovery
- Research: distribution decisions — license, repo structure, git audit
- User admin panel — list/disable/delete users
- Stage exit criteria — schema, MCP tool, orient output
- Cycle task count accuracy + board_edit cycle auto-assign
- Board_edit auto-assigns cycle number when status set to In Cycle
- Replace logout icon + bare select with avatar dropdown + styled project switcher
- Telemetry disclosure + PAPI_TELEMETRY=off opt-out
- Use design token for build report card spacing
- Clarify config snippet — update key only, keep project ID
- Add AD and build report cards to onboarding cockpit preview
- Show .mcp.json config snippet after API key regeneration