v0.1.62
What's Changed
- docs: document the agent integration surface (MCP, CLI, API) by @VincentShipsIt in #2766
- feat(release): automate npm publishing and shrink the public surface to cli + create by @VincentShipsIt in #2768
- fix(brand-kit): review assets as images, not URL text by @VincentShipsIt in #2769
- fix(workspace-shell): lead the inspector rail with Context by @VincentShipsIt in #2770
- fix(brands): populate credentials and give each connect tile its own logo by @VincentShipsIt in #2771
- feat(docs): move prompting and growth content to public articles by @VincentShipsIt in #2772
- feat(billing): sell Pro and Scale from subscription settings by @VincentShipsIt in #2773
- fix(agent): one connect card, real buttons for every offered choice, and a Context rail that is never empty by @VincentShipsIt in #2774
- fix(agent): render the live conversation across the /agent/new route swap by @VincentShipsIt in #2775
- chore(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #2778
- perf(agent): paint thread switches from cache and un-gate the message fetch by @VincentShipsIt in #2780
- chore(deps): bump the patch-and-minor group with 2 updates by @dependabot[bot] in #2782
- chore(deps): bump workspace packages (Nest, AWS SDK, Sentry, Stripe, bullmq) by @VincentShipsIt in #2783
- refactor(pricing): import pricing from @genfeedai/pricing, drop the helpers barrel by @VincentShipsIt in #2777
- chore(deps): bump actions/checkout from 5.0.1 to 7.0.1 by @dependabot[bot] in #2779
- fix(ci): restore master after aggregate merge by @VincentShipsIt in #2784
- fix(ci): preserve duplicate repair improvements by @VincentShipsIt in #2788
- fix(brands): pluralize the brand kit selection counts by @VincentShipsIt in #2789
- fix(desktop): unblock first signed release by @VincentShipsIt in #2796
- fix(integrations): fail connect loudly when a platform is unconfigured by @VincentShipsIt in #2792
- perf(agent): coalesce stream token deltas and pipeline Redis publishes by @VincentShipsIt in #2793
- perf(agent): buffer streamed tokens to cut timeline re-renders by @VincentShipsIt in #2795
- feat(agent-messages): stable keyset cursor pagination for thread messages by @VincentShipsIt in #2798
- fix(scripts): resolve ops-script TLS the way the runtime does by @VincentShipsIt in #2803
- feat(social): version TikTok warm-up blueprint by @VincentShipsIt in #2807
- feat(brand): add Logo.dev company logo fallback by @VincentShipsIt in #2808
- fix(ui): harden form submission and credits state by @VincentShipsIt in #2805
- fix(desktop): restore launch and reduce app size by @VincentShipsIt in #2802
- fix(ci): restore scheduled coverage reports by @VincentShipsIt in #2806
- perf(agent): hover-prefetch thread conversations and skip warm-cache requests by @VincentShipsIt in #2804
- fix(files): validate FFmpeg concurrency configuration by @VincentShipsIt in #2810
- perf(brands): harden brand-kit asset ranking by @VincentShipsIt in #2813
- feat(workers): alert on queue health thresholds by @VincentShipsIt in #2812
- fix(cli): stream agent output over live transport by @VincentShipsIt in #2819
- feat(agent): backfill thread messages with cursor pagination by @VincentShipsIt in #2800
- fix(ci): stabilize daily production deploy orchestration by @VincentShipsIt in #2817
- fix(members): verify invitation lifecycle by @VincentShipsIt in #2809
- fix(agent): recover model defaults and allowlists by @VincentShipsIt in #2814
- feat(articles): launch the interactive public article experience by @VincentShipsIt in #2797
- fix(agent): persist pre-stream run failures by @VincentShipsIt in #2818
- feat(tiktok): collect authorized account signals by @VincentShipsIt in #2815
- feat(clips): use selected clip reference in generation by @VincentShipsIt in #2811
- feat(posts): generate source-aware brand variations by @VincentShipsIt in #2816
- fix(prisma): make cursor index migration deployable by @VincentShipsIt in #2823
- fix(desktop): finalize metadata after notarization by @VincentShipsIt in #2821
- fix(release): include shared styles in pruned builds by @VincentShipsIt in #2825
New Contributors
- @dependabot[bot] made their first contribution in #2778
Full Changelog: v0.1.61...v0.1.62