February 11, 20260.1.18Jugg.ai
v0.1.18 — feat: cross-intelligence, visual testing & monorepo support
Release v0.1.18: Cross-Intelligence, Visual Testing & Monorepo Support
February 11, 2026
What changed
- Cross-Project Intelligence — New "Sage" agent queries all projects in the same target vertical, aggregates competitor mentions and feature gaps, strips identifiers, and surfaces anonymized patterns. Runs weekly on Wednesdays at 7 AM UTC for verticals with 2+ projects.
- Visual Testing — New "Iris" agent analyzes a project's UI, generates Playwright screenshot tests with
toHaveScreenshot()across multiple viewports, and sets up CI integration. Runs weekly on Mondays at 8 AM UTC. - Monorepo Support — New
monorepoConfigcolumn on the projects table, plusupdateMonorepoConfiganddetectMonorepotRPC endpoints. Supports Turborepo, Nx, pnpm workspaces, and more. Config propagates through the orchestrator to all agents. - UI updates — New automation toggles for both features in the settings panel.
Why it matters
Projects in crowded verticals now benefit from shared (anonymized) market intelligence without exposing proprietary data. Visual regression testing catches UI breakages automatically. And monorepo users no longer need workarounds — workspace structure is a first-class concept in the pipeline.
Technical notes
- New Inngest events:
pipeline/cross-intelligence,pipeline/visual-testing - New DB column:
monorepo_config(jsonb) on theprojectstable - 921 additions across 12 files
Release Notes
Successfully merged PR #56 and published release v0.1.18.
PR #56: "feat: cross-intelligence, visual testing & monorepo support"
- Squash-merged to main (SHA: 9369dc9a)
Release v0.1.18 — Three major new capabilities:
- Multi-Project Cross-Intelligence — "Sage" agent aggregates anonymized competitive intel across projects in the same vertical (weekly cron, Wednesdays 7 AM UTC)
- Visual Testing & Screenshot Comparison — "Iris" agent sets up Playwright visual regression testing infrastructure (weekly cron, Mondays 8 AM UTC)
- Monorepo Support — First-class support for Turborepo, Nx, pnpm workspaces, and more with new DB schema, tRPC endpoints, and pipeline integration
921 additions across 12 files. Release URL: https://github.com/dwdavies/AnyApp/releases/tag/v0.1.18