Screenshot Auth, Smarter Comments & GitHub Workflows

Week 42

#Agentic Editor

The editor can now capture screenshots of pages behind authentication, using a shared ECR architecture for secure credential management. Environment variable management was also improved by splitting Vercel environment variables into Terraform-managed and manual categories for better infrastructure-as-code practices.

The comment system was overhauled — migrated from the old system to a smarter, selector-based approach that's more reliable and maintainable:

  • Edit comments directly where they appear with no context switching.
  • The iframe-bridge now intelligently positions itself to avoid conflicts with page content.
  • Sidebar width preferences are saved and restored across sessions via cookies.
  • Preview UI now has working back/forward/refresh buttons.
  • PR status tracking provides better visibility with explicit target branch specification.
  • Onboarding improved with clearer messages, persistent loading states, and detailed post-merge instructions.
  • Multiple iframe-bridge reliability issues fixed including health check failures, origin mismatches, and cross-origin compatibility problems.
  • Claude model is now explicitly specified in automated issue creation for consistent AI assistance.

#Adpharm Toolshed

Added a GitHub Actions workflow for automated PR assistance via Claude PR Assistant. The development environment now includes the gh CLI for streamlined GitHub operations, and proper permissions were configured for Claude Code integration.