CHANGELOG

What's new in Morph

Features, improvements, and infrastructure updates.

GitHub Bulk Import

Migrate Repository page with GitHub source, clone URL, and migration options

Import all your repositories from GitHub in one operation. Select repos individually or import everything at the org level. Organizations are auto-created on Morph to match your GitHub structure, and owner profile pages show all repositories for each user or org.

Rich Markdown Editor

New issue form with markdown editor, title field, and assignee controls

New MarkdownTextarea component across issues, PRs, and comments. Keyboard shortcuts for bold, italic, code, and links. Live preview toggle, drag-and-drop file uploads, and @-mention autocomplete that searches users and teams as you type.

Security Scanning

Security findings issue showing high severity vulnerabilities with CVE details

Trivy-powered dependency scanning runs automatically on push. Vulnerabilities surface in a dedicated security tab per repository with severity ratings and remediation links. Renovate bot integration keeps dependencies current, and per-repo settings let you toggle scanning on or off.

AI Code Review

Pull request with AI reviewer requesting changes and semantic diff

AI-powered pull request reviews that analyze diffs, leave inline comments, and suggest fixes. The review bot detects merge conflicts and offers one-click AI resolution. Review comments appear in the PR conversation timeline alongside human reviews, with rich HTML rendering for code suggestions.

Smart Merge Queue

Pull request with merge queue showing status and merge button

Queue-based merging with configurable rules. PRs enter the queue when approved and pass CI. The background processor handles rebasing, re-testing, and merging in order. A dedicated queue UI shows position, status, and estimated merge time. Webhook integration notifies external systems on merge events.

AI Chat Sidebar

AI chat sidebar open on a repository page with code context and conversation

Repository-aware AI chat built into every repo page. The agent has tools for WarpGrep code search, OpenAPI auto-generation, and file navigation. Sessions persist to PostgreSQL so you can resume conversations across page loads. Streaming responses with progress indicators, powered by Claude Sonnet 4.6.

mh CLI

A TypeScript/Bun command-line client for Morph with the same UX patterns as gh. OAuth PKCE authentication, full coverage of repos, issues, PRs, releases, labels, workflows, and Actions runs. Browse code, view diffs, and manage your Morph instance without leaving the terminal.

Git Performance

Push and clone speeds now match GitHub. Bitmap indexes auto-generate after every push for fast fetches. Pack object reuse and threading optimizations cut large clone times in half. Nginx proxy buffering disabled for git transport to eliminate latency overhead.

Infrastructure Scaling

Frontend and backend now run on separate EC2 instances for independent scaling. PostgreSQL on RDS replaces SQLite for the web layer. The Gitea backend moved to ARM (t4g.large) for better price-performance. Terraform manages all infrastructure with S3 remote state and GitHub Actions CI/CD.

Astro Frontend

Repository page showing file browser, tags, and code navigation

Complete server-rendered frontend replacing Gitea’s built-in UI. 72+ pages covering repositories, issues, pull requests, releases, Actions, user settings, org management, admin panel, and explore. Astro SSR with React islands for interactivity, Tailwind v4 for styling, sub-second page loads on every route.

Landing Page

Morph landing page with Git for Agents and Humans headline

The public face of code.morphllm.com. “New Industrial” design system with Geist Pixel Circle typography, monospace labels, and a dark palette. Three product pillars: AI PR Review, Code Search + Agent Chat, and Agent-to-Agent coordination. Custom SVG illustrations, animated stroke draws, and agent signup with Stripe verification.