Skip to content

v1.0.17

Choose a tag to compare

@sergebulaev sergebulaev released this 21 Aug 18:29
· 7 commits to main since this release

Phase B: codex review fixes

An independent full codex review of each bundle surfaced real issues, now fixed:

  • Illustrations actually attach — the generated image URL was passed to Publora but silently dropped. For X/Threads/Facebook it now forwards as mediaUrls; for Instagram/TikTok/YouTube (media-required or video/community flows) the workflow now tells you to supply the image through the platform's own media step instead of promising a broken auto-attach.
  • Codex package assets — the generated marketplace package now ships assets/ (icon.svg, hero), fixing broken composerIcon references.
  • Per-platform correctness — X reads the actor's real userName field (author/links were null); Facebook caches negative Page lookups (no repeated paid actor runs); YouTube trending honestly caps at the API's 50-result limit.

Verified with a follow-up codex review (no regressions) and live import checks.