Skip to Content
ChangelogAll Releases

Changelog

Release notes for the Creative Platform. Most recent releases first.


v2026.03.30 β€” Major Infrastructure Overhaul

Cloudflare Migration

  • Migrated all Workers, D1 databases, R2 bucket, and Queues from personal to company Cloudflare account
  • R2 data synced (724 files / 4GB)
  • DNS and Event Notifications reconfigured

API Gateway (creative.hellyeahai.com)

  • New CF Worker for external API access
  • API key authentication with hyai_ prefixed keys
  • Rolling credit quota system (5000 credits / 3-day window, auto-refreshing)
  • Per-route credit costs: image 5, image-to-image 10, video 50, video transition 60
  • Rate limiting (30 rpm default)
  • Admin endpoints for key management and usage tracking

Jimeng Provider Refactor

  • Removed all MCP dependencies β€” 15 files fully self-contained in src/providers/jimeng/
  • Integrated jimeng-sign-service as sidecar (port 3457)
  • Zero browser dependency for API calls (a_bogus signing in Node.js VM)
  • Pure HTTP QR login β€” returns base64 PNG directly via API
  • Browser client retained as automatic fallback

API Documentation

  • OpenAPI 3.1 spec auto-generated from route JSDoc annotations (27 endpoints)
  • Scalar interactive API docs at /api/v1/creative/docs

Documentation Site

  • Nextra v4 docs site deployed to CF Pages (creative-docs.pages.dev)
  • 25 pages covering architecture, services, API reference, onboarding, and skills
  • Beautiful-mermaid diagrams with automatic dark/light theme switching
  • Creative Engine skill catalog (14 sub-skills documented)

Creative Engine CLI

  • Added mount, unmount, mount-status commands for R2 Finder integration
  • Setup now auto-configures rclone.conf and uploader name
  • R2 account ID updated to company account

v2026.03.24 β€” Social Gateway

  • Social publishing pipeline: Express β†’ CF Worker D1 β†’ Python worker β†’ platform adapters
  • Instagram support via instagrapi (publish, discover, track)
  • Social accounts CRUD, task queue, tracking snapshots
  • CF social-worker with per-minute cron for task promotion
  • Outbox worker for auto-publishing from R2 outbox/ directory

v2026.03.15 β€” Inbox Worker & Job Runner

  • Inbox worker: R2 event β†’ queue β†’ AI classification (claude -p) β†’ archive β†’ Slack notify
  • Job runner: polls async generation tasks every 5 minutes
  • D1 state machine with correction patterns and user mapping
  • Asset browser at assets.frai.paradream.info with video preview

v2026.03.01 β€” Initial Release

  • Express.js API gateway with Jimeng/Seedance, Kling, Sora, Flow4API providers
  • R2 and GDrive storage providers
  • CF Tunnel + CF Access authentication
  • Creative Engine skill pack v1.0