March 2026
March 27, 2026
- AI-Tell Suppression Refactor — Writer agent now runs regex-based AI-tell removal on its own output before passing to the editor. Banned words list elevated to position 2 in the system prompt for higher enforcement priority. Editor threshold set to 5 (from 1). Banned words list added to editor and formatter LLM prompts to prevent reintroduction during editing and formatting passes.
- Writer Agent Refactored — Removed 3 duplicate method definitions, 4 blocks of unreachable dead code in
_resolve_word_limits, fixed structure variable scoping bug. File reduced from 1891 to 1652 lines with zero logic loss. - Generation Failure DB Persistence —
run_generation_workflowerror handler now writesstatus: "failed"to the database, preventing infinite status polling on Cloud Run multi-instance deployments. - Call Writer Async Fix —
EnhancedCallWriterAgent.executechanged from async to sync to matchBaseAgentcontract and preventTypeError: object EnrichedContentState can't be used in 'await' expression.
March 26, 2026
- Template-Style Mapping Expansion — Added matrix entries for
data_driven_template,market_analysis_template, andstrategic_brief_template. Addedgeneral_blogas recommended forblog_article_generator. Added vertical profiles as compatible across relevant templates. - 75 Style Profiles Deployed — Full rewrite of all style profile YAML files with
opening_guidance,forbidden_patterns,required_elements,content_structure,language_requirements, andstyle_contractfields. - Quality Scores Complete — All 15 templates now have quality score entries in the template-style mapping.
March 2026 (Earlier)
- Stripe Integration — Checkout-to-webhook-to-credit-grant flow verified end-to-end in test mode. Credit-based billing with per-tier costs (Quick=1, Standard=4, Premium=5).
- Researcher Async Refactor — Serial Tavily loop replaced with
asyncio.gather+ThreadPoolExecutor(max_workers=8). Tier-aware priority caps (Standard=3, Premium=5). - Beta Launch — Platform shared with initial group of users via direct URL sharing.
February 2026
- Multi-Agent Pipeline — Full 7-agent LangGraph pipeline deployed: Planner → Researcher → Call Writer → Writer → Editor → Formatter → SEO → Publisher.
- 15 Content Templates — Blog Article, Email Newsletter, Social Media Campaign, Press Release, Landing Page, Market Analysis, Business Proposal, Strategic Brief, White Paper, Research Paper, Data-Driven Report, Technical Documentation, API Documentation, Feature Screenplay, TV Pilot Script.
- Tier-Aware Model Routing — Quick (Haiku), Standard (Haiku + Sonnet), Premium (Haiku + Opus) with circuit breaker failover between Anthropic and OpenAI.
- Content Intelligence — SEO scoring, readability analysis, and content quality metrics computed on every generation.
- Knowledge Graph — Entity extraction and relationship mapping from generated content.
- Publishing Integrations — Medium, WordPress, Ghost, Dev.to, Hashnode, LinkedIn, Beehiiv.