Skip to content

Release v1.0.2 - #4

Open
devonxjz wants to merge 57 commits into
mainfrom
dev
Open

Release v1.0.2#4
devonxjz wants to merge 57 commits into
mainfrom
dev

Conversation

@devonxjz

Copy link
Copy Markdown
Owner

Brief

Release v1.0.2 ships the Cloudflare gateway-first migration for the research endpoint while keeping the existing Next.js/Node research workflow as the origin service.

What's new

  • Added an isolated Cloudflare Worker research gateway with Supabase JWT verification, tenant resolution, quota admission, HMAC-signed origin requests, and SSE proxying.
  • Added tenant-isolated cache/storage plumbing with StorageContext { tenantId, userId } and Supabase tenant/quota migration support.
  • Locked the Node /api/research origin behind signed internal gateway requests before any cache/provider work starts.
  • Added browser Supabase Auth wiring with email magic-link sign-in and automatic Bearer token attachment for research requests.
  • Added idempotency support via required Idempotency-Key for gateway research calls.
  • Added Worker staging/production deployment workflows, deploy guard, smoke script, and research gateway runbook.
  • Added health endpoints, public API error handling, and additional contract/security tests.
  • Updated README architecture documentation and added the Cloudflare migration plan.

Verification

  • Root typecheck: passed.
  • Root lint: passed.
  • Root test suite: passed — 297 tests passed, 9 live Supabase tests skipped because local/staging Supabase credentials were unavailable.
  • Next.js production build: passed.
  • Worker check: passed — typecheck, 15 Worker tests, Wrangler generated-types check, staging/production dry-runs, and startup analysis.

Deployment notes

Before deploying the Worker to live traffic:

  1. Apply the tenant/quota Supabase migration to the target Supabase environment.
  2. Replace placeholder staging/production origin and Supabase URLs in workers/research-gateway/wrangler.jsonc.
  3. Configure Worker secrets: SUPABASE_API_KEY and GATEWAY_SIGNING_KEY.
  4. Configure Cloud Run origin signing key IDs/secrets.
  5. Configure browser public Supabase env: NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY.
  6. Run the staging smoke test before production rollout.

devonxjz and others added 30 commits August 25, 2026 19:31
…/LangGraph focus, and simplified newbie-friendly workflow
devonxjz and others added 26 commits August 26, 2026 16:43
refactor(workflow): replace LangGraph orchestration
@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tech-bridge-ai Ready Ready Preview Aug 30, 2026 10:41am

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 07e8d158-d0bc-44b5-8d2b-e0ede92436e3


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant