Sunday, Mar 15, 2026
shippedv1.3.0 shipped with AI integration and mobile redesign
Anurag Verma released v1.3.0 of ogcops after merging a full AI-powered bring-your-own-key system, redesigning the hero section and mobile UI, documenting the release process, and adjusting CI to handle the squash-merge workflow.
The centerpiece was a multi-provider AI integration [1] supporting OpenAI, Anthropic, Google, Groq, and OpenRouter, all configured through a settings modal and driven by user-provided API keys stored in localStorage. The system included a copy generator, smart autofill, template recommender, and metadata analyzer [2]. On the interface side, the hero section moved from CSS mockups to real rendered template thumbnails with proper outlines and category badges [1].
Mobile received a thorough pass: the API docs page moved to a mobile-first layout with div-based parameters instead of tables and horizontal sticky tabs [2], the hamburger menu was fixed after breaking with View Transitions, and the editor got a single-scroll column layout with better touch targets [2].
Verma added RELEASE.md documenting the step-by-step release process, branch strategy, versioning, and copy-paste commands [3]. The CI workflow was updated to allow release/* branches to PR into production [4], necessary because the squash-only merge policy causes history divergence that requires release branches to resolve conflicts [4]. Production was synced into dev before the release [5] and again after [6] to keep branches aligned.
v1.3.0 shipped [7] with all changes bundled from v1.2.0.
Sources
- feat: AI-powered BYOK features, hero redesign & feedback button · codercops/ogcops
- feat: AI-powered BYOK features, hero redesign & feedback button (#34) · codercops/ogcops
- docs: add release process guide · codercops/ogcops
- ci: allow release/* branches to PR into production · codercops/ogcops
- chore: sync production into dev to resolve conflicts · codercops/ogcops
- chore: sync production into dev after v1.3.0 release · codercops/ogcops
- v1.3.0 — AI-Powered BYOK Features · codercops/ogcops