AGENTS.md now has PR creation. Keep your AI agent guides always in sync. See what's new!
Unoplat Code Confluence

Code Confluence Changelog & Releases

Track every release, improvement, and fix to Unoplat Code Confluence. Stay up to date with the latest features and changes.

Built by Unoplat

Release v0.31.0

View on GitHub

Highlights

This release introduces agent workflow cancellation from the Operations UI, managed AGENTS.md context blocks with git ref resolution, duplicate ingestion prevention, and a fully redesigned agent feedback experience with binary per-agent ratings.

What's New

Agent Workflow Cancellation

  • Cancel in-flight agent generation directly from the Operations UI
  • Full backend cancellation propagation ensures clean teardown of running workflows

Managed AGENTS.md Context Block

  • Git ref resolution and managed block bootstrap for structured AGENTS.md updates
  • Ensures consistent, version-aware context blocks across generated documentation

Duplicate Ingestion Prevention

  • 409 guard prevents submitting the same repository for ingestion multiple times
  • Clear toast notification when a duplicate ingestion is attempted

Redesigned Agent Feedback

  • Replaced the emoji-based rating sheet with a streamlined thumbs up/down dialog
  • Binary per-agent ratings for all four agent types: Development Workflow Guide, Dependency Guide, Business Domain Guide, and App Interfaces Guide
  • Enhanced preview with tech stack badges and "Copy All" functionality
  • Per-codebase sections with progress badges for tracking rating completion

Bug Fixes

  • Fixed toast notifications for duplicate ingestion requests
  • CI lockfile refresh for Python packages

Release v0.30.0

View on GitHub

Highlights

This release adds AWS Bedrock as a model provider, introduces a command palette for faster navigation, enables in-app feedback, improves the TypeScript beta with stronger detection capabilities, adds LLM-based DIDS validation for low-confidence matches, and reworks catalog navigation to be language-first.

What's New

AWS Bedrock Support

  • Added AWS Bedrock as a model provider with enhanced Anthropic model cache support
  • Broadens deployment options for teams running on AWS infrastructure

Command Palette

  • Introduced a command palette for easier navigation and quick access to actions across the app

In-App Feedback

  • Added a feedback dialog accessible from the command palette with a dedicated backend endpoint for collecting user feedback

Language-First DIDS Catalog

  • Reworked the catalog hierarchy to use a language-first navigation model for more intuitive browsing of ingested codebases

TypeScript Beta Improvements

  • Stronger grammar detection and Next.js endpoint detection for more accurate TypeScript codebase analysis

LLM-Based DIDS Validation

  • Added an LLM-based validator for low-confidence DIDS matches, improving ingestion accuracy with confidence metadata schema for ingestion contracts

Additional Framework Support

  • Extended Python and TypeScript framework detection coverage

Documentation Updates

  • Added roadmap for skills and blueprint generation

Bug Fixes

  • Agent events now derive live status from the latest event for accurate real-time state
  • Overhauled events view for more intuitive browsing with support for up to 100k tool results
  • Improved real-time sync performance with virtual list and 3-phase schema (ElectricSQL)
  • Aligned tool call/result UI colors to the design system
  • Responsive dialog sizing via CVA variants
  • Fixed codebase dropdown visibility and adaptive sizing
  • Fixed command palette positioning
  • Various schema, Docker, and dependency fixes

Release v0.29.0

View on GitHub

Highlights

This release delivers a comprehensive SEO overhaul for the documentation site, redesigns the changelog into a single-page timeline, and aligns the frontend with design-system tokens and primitives.

What's New

Comprehensive SEO

  • Added meta tags, canonical links, JSON-LD structured data, and a robots.txt for improved search engine discoverability
  • SITE_URL is now sourced from import.meta.env for correct canonical URL generation across environments

Changelog Timeline Redesign

  • Redesigned the changelog into a single-page Commit-theme timeline for a more cohesive reading experience
  • Added v0.28.0 changelog entry

Design-System Alignment

  • Aligned design-system tokens and primitives across the frontend for visual consistency

Bug Fixes

  • Fixed design-system token and primitive alignment issues
  • Fixed Read tool call pagination with clamp/no-op correction
  • Fixed SITE_URL to be sourced from import.meta.env instead of hardcoded values

Release v0.28.0

View on GitHub

Highlights

This release introduces AGENTS.md PR creation, giving you the ability to create pull requests that keep your AI agent guides in sync with the codebase. It also adds tool call and result pairing in agent events for better observability, and build-time image optimization for faster page loads.

What's New

AGENTS.md PR Creation

A complete workflow for creating pull requests to update AGENTS.md files:

  • New updater agent that generates AGENTS.md content and creates PRs via one-shot endpoints
  • One-shot PR creation endpoints with PrMetadata model for structured PR metadata
  • Frontend UI for triggering and monitoring AGENTS.md PR creation workflows
  • One-shot semantics ensure the entire generate-and-PR flow runs as a single atomic operation

Tool Call and Result Pairing in Agent Events

  • Agent event streams now pair each tool call with its corresponding result, making it easier to trace and debug agent workflows in real time

Performance: Build-time Image Optimization

  • Images are now optimized at build time with lazy loading, reducing initial page load size and improving Core Web Vitals

Documentation Branding

  • Added brand logo to the navigation header and updated 404 page branding for a consistent visual identity

Bug Fixes

  • Fixed changelog sorting to use version number instead of release date for correct ordering
  • Fixed broken Discord links across docs, app, and README
  • Fixed sidebar scroll issue caused by dots in banner ID creating invalid CSS selectors
  • Fixed incorrect roadmap card links
  • Aligned commons version dependencies across packages

Release v0.27.0

View on GitHub

Highlights

A major feature release introducing Codex as a new provider via OAuth PKCE authentication, built-in web search support for capable providers, smarter dependency filtering, and significant improvements to the engineering workflow agent. This release also refreshes brand assets across the platform.

What's New

Codex OAuth PKCE Integration

Added Codex as a new model provider with a full OAuth PKCE authentication flow:

  • Secure browser-based OAuth flow with PKCE for Codex provider
  • Seamless callback handling and token management
  • Full integration with the existing model configuration system
  • Providers with native web search capability can now use it directly within agent workflows, enabling real-time information retrieval during code analysis

Dependency Filtering

  • Restricted dependency discovery to runtime-only dependencies, filtering out development and test dependencies for cleaner and more relevant dependency guides

Engineering Workflow Agent Improvements

  • Simplified output schema for clearer and more predictable results
  • Improved system prompts for better agent accuracy
  • Enhanced event stream debugging and workflow completion observability
  • Redesigned frontend UI for engineering workflow operations

Delete Model Configuration

  • Added a UI control to delete active model provider configurations, giving users full lifecycle management of their provider setups

Documentation Updates

  • Updated project documentation to reflect new features and workflows

Bug Fixes

  • Simplified agent names for better readability across the UI
  • Refreshed brand assets with new logo and visual identity
  • Reverted binding address to 127.0.0.1 for local development stability
  • Cleaned up code smells in the model factory
  • Enhanced error detail logging for model provider issues
  • Replaced loguru with workflow.logger in the workflow outbound interceptor for consistency
  • Removed duplicate object property in ModelConfigForm
  • Updated sidebar logo imports and added "Made with love from India" footer
  • Fixed networking issues for the OAuth callback listener
  • Preview results now display correctly during partial errors
  • Increased axios client timeout from 10s to 120s to prevent premature request failures

Release v0.26.0

View on GitHub

Highlights

Building on the backend interface detection introduced in v0.25.0, this release brings full frontend support for viewing and exploring application interfaces directly in the UI.

What's New

Application Interface Views

A new frontend experience for exploring detected interfaces across your codebase:

  • Inbound interfaces — View all entry points into your application, including REST APIs, gRPC handlers, and event listeners
  • Outbound interfaces — Explore all external calls your application makes, such as HTTP requests, database queries, and message publishing
  • Internal interfaces — Discover internal module boundaries and inter-service communication patterns within your codebase

Release v0.25.0

View on GitHub

Highlights

This release introduces automatic detection of inbound and outbound interfaces starting with Python in codebases, giving developers clearer visibility into how their code interacts with external systems. It also adds a dependency guide banner to the frontend.

What's New

Inbound and Outbound Interface Detection

Capable of automatically identifying and classifying interfaces in your codebase:

  • Detects inbound interfaces (APIs, endpoints, event handlers) that receive external requests
  • Detects outbound interfaces (HTTP clients, database calls, message producers) that communicate with external systems

Dependency Guide Banner

  • Added a prominent banner highlighting the Dependency Guide feature, making it easier for users to discover and use this capability

Bug Fixes

  • Quick start improvements — Enhanced the quick start documentation for a smoother onboarding experience

Release v0.24.3

View on GitHub

Highlights

This patch improves reliability for tool operations and enhances the quality of code descriptions generated for open source models.

Bug Fixes

  • Increased tool retries — Raised the retry count for tool operations to improve resilience when interacting with external services
  • Improved Griffe-based descriptions — Enhanced the Griffe-based description generation to produce more accurate output, reducing errors when used with open source models

Release v0.24.2

View on GitHub

Highlights

A patch release addressing a multiprocessor conflict in the flow bridge service.

Bug Fixes

  • Flow bridge multiprocessor conflict — Resolved a conflict that occurred when multiple processors were running concurrently in the flow bridge, ensuring stable operation under load

Release v0.24.1

View on GitHub

Highlights

A quick patch release to resolve a Docker build trigger issue in the CI/CD pipeline.

Bug Fixes

  • Docker CI/CD trigger fix — Resolved an error in the Docker build trigger by pushing logging changes that corrected the build pipeline configuration

Release v0.24.0

View on GitHub

Highlights

This release introduces the Dependency Guide Agent, providing coding agents with contextual knowledge about which dependencies to use for specific tasks. Additionally, comprehensive MCP tool management capabilities have been added.

What's New

Dependency Guide Agent (Alpha)

A new agent that generates repo-specific guides explaining what each dependency is for and when to use it, helping coding agents make informed decisions about library usage.

  • Frontend integration for dependency guide generation
  • Backend workflow with pydantic fastmcp client for MCP servers
  • Migration from previous agent with context (now using Exa MCP tool)

MCP Tool Management

  • Full CRUD operations for MCP tools via the frontend
  • Schema-based authentication support for MCP tools
  • Dedicated MCP tool section for agent MD operations

UI Improvements

  • Enhanced sidebar logo with improved visual presentation

Bug Fixes

  • Safe logging utility showing only first/last characters of sensitive information
  • Intuitive error display for agent MD operations
  • DateTime offset fixes across backend operations
  • Migration from standard FastAPI MCP client to pydantic fastmcp for async reliability issues while doing mcp operations in temporal activities
  • MDX editor styling fixes removing unnecessary class applications
  • Test container v4 API compatibility fixes for query engine tests
  • Tool configuration timestamp offset corrections

Release v0.23.0

View on GitHub

Highlights

This release focuses on improving the documentation site with an upgraded roadmap and enhanced release notes presentation.

What's New

Documentation Improvements

  • Upgraded roadmap — Refreshed the project roadmap with clearer milestones and updated priorities
  • Enhanced release notes — Improved the release notes format and presentation for better readability and discoverability

Release v0.22.0

View on GitHub

Highlights

This release marks a significant architectural simplification by migrating from Neo4j to PostgreSQL for knowledge graph storage, reducing operational complexity while maintaining performance through optimized rdbms schema.

What's New

PostgreSQL Migration (Major)

  • Migrated ingestion and query engine services to PostgreSQL
  • Removed Neo4j related models, schema, and dependencies

Infrastructure Savings

By removing Neo4j and consolidating on PostgreSQL (which was already required for Temporal workflow data), self-hosted deployments benefit from reduced resource requirements:

ResourceNeo4j RequirementSavings
RAM2GB minimum (8GB+ recommended for production)2-8GB freed
CPU2 vCPU minimum (16+ recommended)2+ vCPU freed
JVM OverheadRequires Java runtimeEliminated

Documentation Improvements

  • Added common links in sidebar for better navigation
  • Zoom and preview support across all MDX docs
  • Submit feedback documentation added
  • Changelog RSS feed with theme alignment

Bug Fixes

  • System prompt refinements for improved agent descriptions
  • Validations and Retries across agent harness to improve compatibility with open source models.
  • Framework/lib features' detection across codebase for inbound and outbound interfaces refactored from structural signatures to source code analysis which will improve scalability across programming languages.
  • Owner name fallback for user repositories
  • Theme-based icon color adjustments
  • Changelog sorting by release date and version number
  • Documentation content improvements

Release v0.21.0

View on GitHub

Highlights

This release brings important stability improvements through dependency pinning, enhanced documentation, and refined schema validation.

What's New

Documentation Updates

  • Updated roadmap documentation to reflect current priorities
  • Improved clarity on upcoming features and timelines

Schema Validation Improvements

Refined schema validation to ensure more robust data handling across the pipeline:

  • Stricter type checking for ingested code structures
  • Better error messages for validation failures

Bug Fixes

  • Corrected test failure scenarios that were causing false negatives
  • Fixed edge cases in the testing infrastructure

Release v0.20.0

View on GitHub

Highlights

This is a major feature release introducing auditable agent workflows, comprehensive feedback mechanisms, and significant UI improvements for real-time progress tracking.

What's New

Auditable Agent Workflows

Implemented full auditability for agent operations:

  • Track every step of agent execution
  • View detailed logs and state transitions
  • Debug and analyze agent behavior with complete visibility

Integrated Feedback Mechanisms

Added feedback capabilities across all operations:

  • Provide feedback on code analysis results
  • Rate the quality of generated documentation
  • Submit suggestions for improvement directly from the UI

GitHub Issue Submission

New error reporting capability that integrates directly with GitHub:

  • One-click issue creation for encountered errors
  • Automatic inclusion of relevant context and logs
  • Streamlined communication between users and maintainers

Enhanced Form Infrastructure

Built reusable form components for better UX:

  • Consistent form styling across the application
  • Improved validation and error messaging
  • Accessible form controls following WCAG guidelines

Real-time Progress Tracking UI

Improved the progress tracking experience:

  • Live updates on workflow execution status
  • Visual indicators for each processing stage
  • Estimated time remaining for long-running operations

Release v0.19.1

View on GitHub

Highlights

This patch release addresses several important stability issues across the frontend and backend, including a major migration from Zustand to TanStack Query for provider state management and fixes for Neo4j graph merge conflicts.

Bug Fixes

  • Provider state management overhaul — Migrated from Zustand store to custom hooks based on TanStack Query for managing provider server state across all related sections, replacing hardcoded child paths with dynamic TanStack Router params
  • Shared axios client extraction — Extracted axios clients to a shared module and reduced stale time and fetch-on-mount behavior for the job status dialog
  • Neo4j merge conflict fix — Updated CodeConfluenceGitRepository node creation to avoid Cypher merge conflicts in the graph database
  • Provider-based user details — User details are now fetched based on the active repository provider state, improving reliability
  • GitHub Enterprise and data residency — Updated support for GitHub Enterprise Server and data residency configurations