Changelog

Create your own changelog at ChangelogHub.com

December 5, 2025

Editor & Documentation Generation Fixes

Fixed
  • Fixed bug in repo-to-doc generation that caused incomplete documentation in certain scenarios.
  • Editor now properly picks documentation from DocumentationFiles.
  • Layout issues in the editor interface resolved.
  • File tree navigation issue resolved for better browsing experience.
  • Document versioning system improvements for more reliable version control.
  • React security vulnerability patched.

November 29, 2024

Google Authentication & AI Version Control

Added
  • Google OAuth sign-in support. Users can now sign in with their Google accounts in addition to GitHub. This removes dependency on GitHub for documentation.
Fixed
  • AI updates now respect version control. AI assistant no longer creates new versions automatically, instead waits for users to manually save changes as new versions.

November 21, 2025

Version Control & Editor Infrastructure Overhaul

Added
  • Version control system in the editor - create, manage, and switch between different versions of your documentation with full history tracking.
  • Improved landing page design with enhanced visual hierarchy and clearer value proposition.
  • GitHub-independent editor, create and manage documentation projects without requiring a connected GitHub repository.
Fixed
  • Documentation file ordering bug, files now maintain consistent chronological order across editor and published sites.
  • URL path normalization for special characters, properly handles spaces, ampersands, and other special characters in documentation URLs.
  • SessionStorage integration for preserving unsaved changes across page refreshes.

November 14, 2025

AI Documentation Assistant with Web Research

Added
  • AI-powered chatbot assistant in the editor, ask questions and get help editing your documentation pages in natural language.
  • Web page extraction and integration, AI can fetch content from any URL and automatically incorporate it into your documentation.
  • Intelligent content updates, AI analyzes your existing documentation and seamlessly integrates new information while preserving your writing style.
  • Real-time streaming responses, see AI responses as they're generated for immediate feedback.
Fixed
  • Improved BlockNote image rendering, markdown images now properly display in the editor without requiring page refresh.
  • Sidebar navigation bug fixes for better file organization and browsing.
  • Publish button styling improvements in the editor interface.

November 7, 2025

Editor Creation Workflow & Media Support

Added
  • New hosted editor creation workflow - create documentation projects without connecting a GitHub repository.
  • Image, audio, and video file support in the editor for rich multimedia documentation.
  • Steps component rendering in both editor and documentation pages for better user guidance.
  • Copy page functionality for LLMs to easily copy documentation content.
  • View logs button in workflow runs table for better debugging and monitoring.
Fixed
  • Perfect navbar design with improved fonts and spacing.
  • Documentation design improvements with reduced font sizes and cleaner layout.
  • Improved mobile phone view of documentation pages.
  • Horizontal navbar layout for better navigation experience.

November 6, 2025

Documentation Search & Navigation

Added
  • Search bar in documentation with full search functionality to quickly find content.

October 31, 2025

Editor Dashboard & File Management

Added
  • New editor dashboard showing all your hosted documentation projects in one place with repository names, live URLs, and last updated times.
  • Create new documentation files/folders directly from the editor, add pages to existing sections or create standalone files.
  • Delete files you no longer need with a single click.
  • Organize your documentation with folders - create new sections to group related pages together.
  • Smart folder navigation, when you open a file, its parent folder automatically expands so you always know where you are.
Fixed
  • Editor now handles empty files gracefully without errors.
  • Sidebar now shows files organized in their proper folders instead of a flat list.
  • Published changes now appear immediately on your live documentation site.
  • Fixed issues that prevented the editor from loading existing content.
  • Files that exist in your navigation but haven't been created yet are clearly marked.

October 30, 2025

Visual Documentation Editor

Added
  • Edit documentation with a beautiful visual editor, format text, add headings, lists, and code blocks without writing markdown.
  • Organized sidebar showing user documentation structure with folders and files exactly as they appear on the docs site.
  • Edit existing documentation files, click any file in the sidebar to start editing.

October 24, 2025

Individual File Targeting for Documentation Management

Added
  • Support for targeting individual documentation files - agent can now create and update specific files like README.md and CONTRIBUTING.md.
  • Flexible documentation management - maintain both individual root-level documentation files and organized docs folders simultaneously.
  • Enhanced file-level control for precise documentation updates across your repository structure.

October 18, 2025

Full Agentic Workflow & Real-Time Agent Visibility

Added
  • Fully autonomous agentic workflow - handles repositories of any size without manual intervention.
  • Full documentation sync capability that works out of the box for comprehensive codebase analysis and documentation updates.
  • Real-time agent activity logs in workflow run detail view - see exactly what the agent is doing: reading docs, editing files, updating content.
  • Agent filesystem operations - extended agent capabilities to perform tasks directly on the filesystem for maximum flexibility.
  • User workflow limits and usage controls for better resource management.
Fixed
  • Agent message structure handling - properly accessing nested SDK message format for reliable tool detection.
  • Logger integration - ensured all agent activities are broadcast to the dashboard in real-time.
  • Console logging improvements for better debugging and monitoring of agent workflows.

October 10, 2025

Advanced Documentation Configuration System

Added
  • Comprehensive UI interface for configuring documentation generation based on audience needs and use cases.
  • Target audience selection - developers, general public, technical, and non-technical users with tailored content depth.
  • Documentation focus options - choose between API reference, getting started guides, usage documentation, and onboarding materials.
  • Tone customization - select from technical, friendly, professional, and beginner-friendly writing styles.
  • Configurable documentation depth and complexity based on your selected audience and focus areas.
  • Support for generating specialized documentation types including onboarding guides, comprehensive API references, and detailed usage documentation with appropriate technical depth.

October 6, 2025

Documentation System & Enhanced Pattern Matching

Added
  • Extended .docsalot.yaml pattern matching support with improved glob pattern detection and flexible file filtering.
  • Documentation center at /docs with configuration guides, quickstart, GitHub app installation, and integrations.
  • Dogfooding Docsalot to document itself.
Fixed
  • Documentation design refinements including typography scale, spacing system, and color palette.
  • Improved sidebar navigation hierarchy with larger, bolder section headings and smaller page links for better visual separation.
  • Enhanced documentation layout with proper spacing between sections (space-y-16) and consistent padding across all pages.

September 26, 2025

Full-Context Repository Sync v1

Added
  • Full-context sync capability that fetches complete repository history and updates documentation with new features.
  • Tutorial generation for new components and features
Fixed
  • Better consistency in generated section titles across documentation.
  • Cleaner handling of nested configuration files.
  • More reliable diff detection for large repositories.
  • Enhanced preservation of existing good content while updating outdated sections.

September 19, 2025

Initial Documentation Customization Options

Added
  • Basic configuration options for documentation generation.
  • Initial support for audience-based documentation customization.

September 12, 2025

Fine-Grained Documentation Control with .docsalot.yaml

Added
  • .docsalot.yaml configuration file support for customizing documentation indexing.
  • Fine-grained control over which files to include/exclude in documentation generation.
  • Glob pattern matching for flexible file filtering and exclusion rules.
  • Migrated documentation filtering to work specifically with diff files for improved performance.
  • Enhanced console logging for better debugging and monitoring of filtering processes.

September 9, 2025

Major UI Improvements & Integration Features

Added
  • Integration page implemented with comprehensive documentation support.
  • Hero section animations added for enhanced user experience.
  • API SDK component added to landing page.
  • Copy feature added to documentation interface.
  • Testimony section added to enhance credibility.
Fixed
  • Major styling fixes applied across the platform.
  • Documentation styling significantly improved.
  • Workflow generation fixes with timeout handling.
  • PR duplication issues resolved.
  • Navigation section display issues fixed.

September 3, 2025

Documentation Workflow & PR Generation Enhancements

Added
  • Launch week page introduced.
  • Closed PR documentation generation capability.
  • Auto PR creation workflow improvements.
  • Docs now update within code repository.
  • Enhanced docs folder management.
Fixed
  • Auto PR creation duplication issues resolved.
  • Workflow generation stability improved.
  • PR generation logic fixes applied.
  • Pricing page functionality corrected.
  • Migration and state handling fixes.

September 1, 2025

Loading & Rendering Fixes

Added
  • Improved installation process with fixes for setup stability.
Fixed
  • Page loading error resolved.
  • App loading issues fixed.
  • MDX rendering issues corrected.
  • Styling inconsistencies addressed.
  • Generation status synchronization issues resolved.

August 31, 2025

Subdomain Automation

Added
  • Automatic subdomain assignment introduced for hosted documentation.

August 29, 2025

Push Logic & Update Stability

Added
  • Push merge logic updated for improved reliability.
Fixed
  • Update process issues resolved.
  • Styling inconsistencies addressed.

August 28, 2025

Pipeline Expansion & Context Enhancements

Added
  • First pipeline supporting up to 50k tokens.
  • Azure integration added.
  • LLM context improvements.
Fixed
  • Context handling issues resolved.
  • Error messages improved.
  • Card disabling functionality added.
  • Multiple small fixes applied.
Removed
  • Legacy parser removed after introducing simplified parser.

August 27, 2025

Document Generation Algorithm

Added
  • New document generation algorithm implemented.
  • Wait text added to document generation for better UX.
Fixed
  • Button functionality updated.

August 26, 2025

Docs App Routing

Fixed
  • Routing issues for dashboard pages resolved.

August 25, 2025

Dashboard & Dark Mode

Added
  • Full story view added to dashboard app.
  • In-app dark mode introduced.
Fixed
  • Dark mode styling issues resolved.
  • General restructuring and content updates applied.

August 23, 2025

Enhanced User Interaction & UI Refinements

Added
  • Tawk.to live chat support integrated.
Fixed
  • Resolved display issues with the header and hero sections.

August 22, 2025

Introducing Dark Mode & Profile Stability

Added
  • Website dark mode feature introduced.
  • Simple dark mode option implemented.
Fixed
  • Profile display and functionality issues resolved.

August 21, 2025

Content & Identity Refresh

Added
  • Favicon updated with a new icon.
  • Landing page received significant styling changes.
  • FAQ section expanded to include Ownership information.
Fixed
  • Resolved issues related to files updating.

August 20, 2025

Major Application Overhaul & PR Automation

Added
  • Major styling changes applied to the app's user interface.
  • New functionality to create Pull Requests from push events and update Google Cloud Storage files.
  • Initial code for push merge functionality.
  • General styling improvements across the application.
Fixed
  • Application name corrected from 'sirdocslaot' to 'docsalot'.
  • Style inconsistencies addressed.
  • Routing issues resolved.

August 19, 2025

Documentation Generator & Infrastructure Stability

Added
  • Subdomain functionality introduced.
  • Styling changes implemented.
  • Initial working version of the documentation generator.
Fixed
  • Routing issues resolved.
  • Migration issues resolved.
  • Subdomain configuration fixed.
  • Migration state reset and corrected.
Removed
  • ComprehensiveDocumentation module temporarily commented out.

August 18, 2025

Advanced Generation, Workflow & API Enhancements

Added
  • Support for first-generation document creation with 1500 tokens and 3 prompts.
  • Introduced a 'big prompt' configuration option.
  • Dynamic first-generation capabilities implemented.
  • Documentation hosting workflow updated.
  • New workflow options allowed.
  • General style changes applied.
  • Retry mechanism added for frequent OpenAI API requests, enhancing robustness.
  • Changed documentation generation method to use code analysis instead of file diffs.
  • Pull Request (PR) handling functionality introduced.
Fixed
  • Routing issues resolved.
  • Fixed an issue with fetching only selected repositories.
  • Migration process updated and stabilized.
  • First-generation document creation issues resolved.
  • Migration configuration changed and fixed.
  • Style inconsistencies addressed.
Removed
  • PR modal user interface element.

August 17, 2025

Workflow Design & GitHub Integration

Added
  • Workflow design changes applied.
  • GitHub button enabled for repository connection.
Fixed
  • Style inconsistencies addressed.
  • Pull Request (PR) related issues resolved.

August 16, 2025

Workflow & PR Feature Reinstatement

Added
  • Workflow styling updated.
  • repoPR functionality re-added to docsPR.

August 15, 2025

Hosting, Generation & API Refactoring

Added
  • Hosted documentation features introduced (via pull request merge).
  • Run page content and features updated.
  • Internal 'state render' logic implemented.
Fixed
  • Migration issues resolved.
  • Bugs in hosting card selection addressed.
  • Redirect issues resolved.
  • Document generation issues resolved.
  • Custom documentation link issues fixed.
  • General bug fixes.
  • Refactoring of the State API Library for improved stability.

August 14, 2025

Performance & Visual Updates

Added
  • New 'purple heading' styling element.
  • Caching mechanism implemented for improved performance.
Fixed
  • Page reading functionality corrected.

August 13, 2025

Global Styles & Navigation Enhancements

Added
  • Global CSS styles added.
  • Link added to the workflow interface.
  • Documentation URL updated and beautification applied.
Fixed
  • Link issues resolved.
  • Navigation issues resolved.

August 12, 2025

Static Content & Edit Functionality

Added
  • Static content generation capability introduced.
Fixed
  • Edit functionality corrected.

August 11, 2025

Hosted Docs & System Usability

Added
  • Refresh button added to the interface.
  • Working hosted documentation feature implemented.
Fixed
  • Repository connector issues resolved.
  • Documentation-related fixes.
Removed
  • Frequent installation checks to streamline the process.

August 10, 2025

Automated Full Documentation Generation

Added
  • Full documentation generation now triggered automatically on docRepo Pull Requests.

August 09, 2025

Streamlining PR Generation

Removed
  • Pull Request (PR) generation feature.

August 07, 2025

Core Features, Theming & Backend Stability

Added
  • PR push functionality implemented.
  • Loading indicators added for improved user feedback.
  • Documentation PR sending capabilities.
  • Core 'Generate Document' feature.
  • Color scheme changes applied.
  • Application theme updated.
  • Initial features and setup established through the first pull request merge.
Fixed
  • General fixes applied, including improvements from pre-release merges.
  • Database reset performed for stability (as part of pre-release maintenance).
  • Console logging reduced for cleaner output.
  • Edit functionality corrected.
  • Webhook configuration updated.
  • Repository connector updated for improved compatibility.
  • Migration process updated for stability.
  • Prisma dependency updated.
  • Profile bug resolved.
Removed
  • Redundant 'observer' keyword and 'observer' word from the codebase.

August 06, 2025

Initial Public Facing Pages

Added
  • Landing page updated with new content and design.
  • Sign-in page added.

August 05, 2025

Branding, Profile & Build Enhancements

Added
  • Favicon and front page title updated for improved branding.
  • Profile and sidebar user interfaces updated with new features and design.
  • New branch 'next_auth_github' established from 'docsalot_dashboard'.
Fixed
  • Build process changes for stability.
  • Internal github.ts file updated.
  • Branch updates for internal consistency.

January 29, 2025

Footer & Setup Steps

Added
  • Footer updated with new content.
  • New steps added to relevant sections.

January 05, 2025

Project Initialization

Added
  • First set of working changes implemented, marking the initial development milestone.