Skip to content

feat: newsletter and article tooling enhancements (#609)#619

Merged
sigvardt merged 11 commits intomainfrom
ai/issue-609-newsletters-articles-make-it-production-grade
Mar 23, 2026
Merged

feat: newsletter and article tooling enhancements (#609)#619
sigvardt merged 11 commits intomainfrom
ai/issue-609-newsletters-articles-make-it-production-grade

Conversation

@sigvardt
Copy link
Copy Markdown
Owner

Summary

Resolves #609. Makes newsletter and article tooling production-grade.

Changes

  • Phase 1: Rich Text Articles: Added robust support for inserting Cover Images and setting Rich Text HTML bodies via fillRichText in the article editor, utilizing DOM events to sync React state.
  • Phase 2: Newsletter Metadata: Scaffolded linkedin.newsletter.prepare_update tool and UpdateNewsletterActionExecutor to allow updating existing newsletters.
  • Phase 3: Newsletter Editions List: Added linkedin.newsletter.list_editions tool and listEditions method to extract and return edition stats (subscribers, views) from the manage menu.
  • Stability: Ensured type safety and robust e2e selectors via tests.

(Note: Newsletter send/share feature requires further deep integration and was reverted to maintain build stability)

Closes #609

@sigvardt sigvardt merged commit 6efafaf into main Mar 23, 2026
2 of 3 checks passed
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.

Newsletters & Articles: make it production-grade

1 participant