← Back

Changelog

What we shipped, when, and why. Subscribe via community or follow the blog.

April 30, 2026
SecurityShipped

Destructive-command protection layer added to the dev harness

~/.claude/settings.json now denies git reset --hard, git checkout ., git restore ., git clean -f, git push --force, git branch -D, git revert, git rebase, git commit --amend, rm -rf, --no-verify, and --no-gpg-sign. A PreToolUse hook also scans the full command string to catch chained commands. Six pipe-tests verified before going live.

April 30, 2026
recover/integrate-2026-04-30
RecoveredOn recovery branch

Source-code recovery: 159 lost files restored across 6 commits

Forensic recovery on the canonical repo found 22 reset events, 51 dangling commits, and 9 stashes. Auto-triage cherry-picked or extracted 159 net-new files from 7 lost commits dated 2026-04-25 to 2026-04-30. Zero modifications, zero deletions on the recovery branch — fully additive. Includes: real-estate marketing module (62 files), embed + OAuth integrations (55 files: GitHub, GCal, Gmail, Slack), foundational infra (27 files: refund flow, sitemap routes, status/trust/vs pages), CLI device pairing (6 files), admin outreach (7 files), deploy scripts (3 files). 67 recovery tags pinned permanently.

April 30, 2026
5067f4c42
FixShipped

Code IDE: built-in Monaco by default, dropped orphan page, hid localhost leak

/code/ide now ships with Monaco out-of-the-box instead of an external loader. Removed an orphan page that resolved to the same URL and was 500-ing under load. Closed a tenant-context leak that exposed localhost paths in error responses.

April 30, 2026
536fb3bbe
NewShipped

CRMBI tranches T22–T26: 14 CI gates, cron, ML stub, legacy audit, CDP tour

Closed out the CRM/Business-Intelligence platform with seed scripts, 14 CI gates (citation guard, cron coverage, vendor count, theme, schema-drift, etc.), cron handlers, an ML training stub, a CDP-staged tour, and a sweep removing legacy heuristics. Brings the engine count to 510 Prisma models.

April 30, 2026
926f6cb91
NewShipped

CRMBI T15a/T15b/T15c: 13 API routes + 10 frontend pages

Customer Intelligence, Account-Health, Pipeline-Forecast, and Win/Loss Analyzer engines now expose 13 v1 API routes and 10 frontend pages under /admin/crm-bi.

April 30, 2026
d12448afb
NewShipped

CRMBI T12–T18c + T20/T21: 8 engines + AI Insights verifier + FastAPI registration

Eight new engines wired through the FastAPI registration layer with an AI Insights verifier that fact-checks generated insights against the source vendor data.

April 30, 2026
2ddb67d66
ImprovedShipped

Rebrand sweep: docs (contributing, AGPL audit, repos-handling, progress)

Updated CONTRIBUTING.md, the AGPL audit report, the repos-handling matrix, and the progress doc to use neww.ai branding throughout.

April 30, 2026
265a6a959
ImprovedShipped

Rebrand sweep: removed upstream-engine strings from customer-facing UI

Customer-facing UI and docs no longer reference upstream-engine project names. Internal code paths and licenses preserved.

April 30, 2026
8776d5d55
SecurityShipped

Rebrand: CI gates + legal scaffolding (upstream-name-leak, license-attribution)

Three new CI gates block accidental upstream-engine string leakage in customer-facing surfaces. License-attribution gate ensures THIRD_PARTY_NOTICES.txt stays current.

April 30, 2026
91d4ed448
IntegrationShipped

CRMBI T10/T14/T19: 5 Tier-2 free + 3 Tier-1 live + 4 Tier-3 OAuth scaffolds

12 new vendor adapters across pricing tiers. Tier-2 free providers handle ungated company-data lookups; Tier-1 live providers stream paid data; Tier-3 OAuth scaffolds let users connect their own accounts.

April 30, 2026
0cf6b40d5
NewShipped

CRMBI T5b/T9/T9b: citation guard + 27-vendor registry + waterfall (TS + PY)

Citation guard ensures every AI-generated insight cites a source. 27-vendor registry tracks data freshness, costs, and quotas. Waterfall logic falls through tiers cheapest-first.

April 30, 2026
3c3e64d11
NewShipped

CRMBI T1–T8: docs suite + 28 CRMBI Prisma models

Full CRM/BI platform foundation: 28 Prisma models (CrmAccount, CrmContact, CrmDeal, CrmActivity, CrmPipeline, CrmForecast, BiInsight, BiCitation, etc.) plus a docs suite at docs/launch/crmbi/.

April 30, 2026
0abb4a5ef
NewShipped

Code IDE: Agentic AI-IDE panel + same-origin code-server health probe

/code/ide gains an agentic side panel that lets Claude operate the editor directly. Health probe is now same-origin (no CORS hop) for faster boot.

April 29, 2026
2b51b8a00 (recovered)
NewOn recovery branch

CLI device-code pairing: one-command install, no manual paste

/cli/pair page + /api/cli/pair/{start,poll,approve} routes + public install.sh. Pair a CLI session to your account by running one curl command — device-code flow handles the rest. Recovered from lost commit 2b51b8a00.

April 28, 2026
20561e67c (recovered)
NewOn recovery branch

Admin outreach + outreach API + cold-founder/follow-up templates

/admin/outreach page, /api/v1/outreach/track, /api/v1/engines/health. Includes 3 outreach email templates (cold founder, 3-day follow-up, LinkedIn connect). Recovered from lost commit 20561e67c.

April 25, 2026
c39d47dc4 (recovered, additive subset)
ImprovedOn recovery branch

Deploy: post-deploy smoke test + runtime env setup script + repair docs

scripts/deploy/post-deploy-smoke.sh + scripts/deploy/setup-runtime-env.sh + docs/repair/deplymentissues-fix.md. Recovered as additive-only subset — the original commit's UI/Dockerfile modifications were dropped to preserve the platform's pure-white theme.

April 22, 2026
bb5315516
ImprovedShipped

Clean latest snapshot

Snapshot commit consolidating in-progress work after the OS-exec tranche.

April 22, 2026
ImprovedShipped

CI/CD trigger wired: push to main auto-builds + deploys via Cloud Build

Trigger `neww-deploy-main` runs on every push to main. Legacy GitHub Actions deploy.yml gated to workflow_dispatch only — single source of truth.

April 20, 2026
NewShipped

AGI tranche: 18-module agi engine + 16-tab dashboard

Cognitive orchestrator + 6-role crew + hierarchical planner + world model + graph-of-thought + reflexion + neuro-symbolic solver (verified arithmetic/logic/algebra/unit/sql/regex) + constitutional AI + causal reasoning + 4-tier memory + knowledge graph + skill library + red-team + curriculum + meta-learn + tool discovery + program synthesis + telemetry. Lives at /agent/agi.

April 20, 2026
NewShipped

Skills platform: Anthropic Agent Skills spec + 14 seeded skills

Implements the Anthropic Agent Skills spec. 14 skills seeded across thinking, cache, citations, structured output, advisor — with a catalog UI under /agent/skills.

April 20, 2026
ImprovedShipped

Engine depth v3: all 53 engines scored 100/100

Universal EngineBase + registry scoring across 53 engines. AGI/vision/voice adapter fixes plus 27 happy-path tests. Avg score 95.2 → 100; 100% on platform_wired/engine_class/ai_integration/tenant_scoped/adapter/routes.

April 17, 2026
v26.04.2
IntegrationShipped

Bright Data integration across all vertical products

Bright Data API + MCP wired into every domain vertical. 12 dataset categories, an admin test panel, and first-class routing from the AI router for crawl-backed tasks.

April 12, 2026
v26.04.1
FixShipped

Data pipeline repaired — search, shop, finance back online

The ingest/index pipeline that powers Search, Shop, and Finance is fully restored. All three verticals are now wired to Meilisearch + the crawl pipeline with fresh data.

April 10, 2026
ImprovedShipped

Production spine ready on GCP

Three-command deploy: setup → activate-production → cloudbuild submit. Zero-downtime rollouts via Cloud Build + Artifact Registry.

April 7, 2026
NewShipped

Claw: code-agent runtime (E-31) integrated

10 adapters, streaming execution, Prisma models, API endpoints, and React hooks. Every code-touching product now runs through Claw.

April 3, 2026
ImprovedShipped

Admin observability upgrade

New admin test panel for Bright Data, additional metrics on Cloud Run services, and improved trace sampling across the AI router.

March 28, 2026
SecurityShipped

Acceptable Use Policy and Responsible AI page

Published /acceptable-use and /responsible-ai. Clarified our stance on model training, PII redaction, and human-in-the-loop requirements.

March 20, 2026
NewShipped

SSO expansion: Okta, Azure AD, Google Workspace

SAML and OIDC against Okta, Azure AD, and Google Workspace. SCIM provisioning available on Business and Enterprise.

March 15, 2026
ImprovedShipped

Pure white theme across every product

Unified visual language across the full platform. Same typography, spacing, and component library across all 30 verticals.

Reporting a bug?

Email support@neww.ai with steps to reproduce — we triage every report.