Static asset support in docs workflows - `docs pull` downloads assets and `docs push` uploads them using subdomain-scoped paths.
`docsalot-cli` on npm with beta and stable tags validated for install flows.
Public npm README with getting-started steps, dashboard token setup, and full command reference.
Fixed
Static asset sync reliability fixes for `docs pull`/`docs push`.
Improved local preview/edit behavior by rewriting pulled asset references to local paths and preserving binary file integrity.
Team-scoped GitHub integration access fixes.
March 6, 2026
Docsalot Dashboard
Discord Custom Branding and Mention-Only Runtime
Added
Customization-only Discord branding flow for per-customer bot name and logo, with stable save and sync behavior.
Mention-only runtime settings are now enforced in configuration APIs.
Planning and docs updates reflect delivered scope, with production testing left as the remaining phase.
Fixed
Profile sync now handles Discord AVATAR_RATE_LIMIT by syncing nickname and settings first, then retrying avatar updates later.
Removed
Always-on and channel configuration controls removed from the dashboard.
Gateway worker autostart removed from request routes.
Discord feature-flag environment dependencies removed, with customization on, mock off, and always-on deferred by default.
March 1, 2026
Docsalot Dashboard
Knowledge Base Observability & Bot Fixes
Added
Webhook + SSE-driven status propagation - document and KB indexing states update in real time without manual refresh or polling.
3-phase KB indexing pipeline with shared reconcile for more reliable and observable indexing.
Inline progress indicators and warnings on the Knowledge Base dashboard.
Non-blocking tab transitions across Chat, Integrations, and Documents tabs.
Live indexed-document count used in Discord and Slack bot handlers, replacing stale cached values.
Fixed
Discord /ask and Slack bot now correctly detect indexed documents instead of returning 'no docs found' when documents exist.
Chat gating and pending/indexed correctness across reindex and add-content flows.
February 28, 2026
Docsalot Dashboard
Onboarding Chat & Editor Auth Improvements
Added
Prop-driven auto-send logic for onboarding - first AI message fires immediately on editor load without requiring a manual chat message.
Fixed
Onboarding auto-chat trigger made reliable by moving prompt handoff from sessionStorage polling to state-driven props with one-time consume/clear behavior.
Editor file endpoints (delete, rename, get, put) updated to use team-based auth and preserve JSON/YAML extensions.
Workflow diagram display on landing page.
February 20, 2026
Docsalot Dashboard
Skills, Knowledge Base, and Navigation Updates
Added
Skill.md serving for tenant documentation sites.
Skills support wired into the platform.
Integrations added to the sidebar with new links.
Documentation files are now clickable.
Fixed
Knowledge base performance improvements and gating.
Onboarding flow updates and polish.
Tools page fixes.
Documentation routing adjustments.
Comparison pages refreshed.
Team switching and GitHub access scoped to team.
Subdomain and integration fixes.
Workflows hidden where appropriate.
February 15, 2026
Docsalot Dashboard
Chat With Your Repositories
Added
Chat with your GitHub repositories directly in the AI editor chatbot, reference your codebase while writing and editing documentation.
Fixed
Fixed free tools and SEO tool issues.
Updated DocsAgent page content.
Fixed blog rendering issues.
Various small fixes across the landing page.
February 13, 2026
Docsalot Dashboard
Self-Serve Custom Domains
Added
Custom domains are now fully self-serve - configure a custom domain for your documentation site directly from the dashboard with the new custom domain dialog.
Updated pricing page with clearer plan tiers.
Refreshed landing page hero section and overall design.
Fixed
Fixed an issue where layout.json changes could crash the editor.
Fixed team settings page loading issues.
Improved loading performance on the teams page.
Fixed Dockerfile build issues.
Migrated internal docs structure from docsalot-docs to docs.
Removed deprecated integrations page.
February 6, 2026
Docsalot Dashboard
MCP Server Dashboard Page
Added
Hosted MCP server for every documentation site - AI agents can search, list, and read your docs via the Model Context Protocol.
MCP server dashboard page showing per-site server URLs, available tools (search_docs, list_pages, get_page), and ready-to-paste config snippets for Cursor, VS Code, Claude Desktop, and Claude Code.
MCP server nav item added to sidebar below Workflow Runs.
MCP server integration documentation with setup guides for all major AI clients.
February 6, 2026
Documentation Framework
MCP Connect Options & Search Fix
Added
Connect to Cursor, VS Code, and Claude Code buttons in the docs contextual menu with one-click deep-link install flows.
Fixed
Standardized MCP server URL pattern to {subdomain}-docs.docsalot.dev/api/mcp across dashboard, dropdown, and documentation.
Fixed documentation search functionality.
February 5, 2026
Docsalot Dashboard
Docs SEO Checker & Search Performance
Added
Docs SEO Checker tool (/tools/docs-seo): 25 automated checks across 5 categories (meta tags, headings, crawlability, performance, AI discoverability) with radar chart, detailed breakdown, and actionable recommendations - 100-point scoring system.
Content negotiation check in DocsAgent Score tool.
Free tools section on the DocsAgent page.
Fixed
Search latency optimized: 250ms debounce with AbortController eliminates redundant API calls, plus 5-minute in-memory nav cache and HTTP Cache-Control headers on /api/search.
SEO checker now prioritizes user-entered base path (e.g. /docs/llms.txt) before falling back to origin root for llms.txt and sitemap.xml discovery.
Fixed domain pattern in llms-txt and llms-full-txt routes from subdomain.docsalot.dev to subdomain-docs.docsalot.dev.
llms.txt endpoint, every documentation site now serves `/llms.txt` with a machine-readable index of all pages.
llms-full.txt endpoint, concatenates all documentation into a single file for AI agents that need full context.
Content negotiation, send `Accept: text/markdown` header and get markdown instead of HTML. Same URL, 27x fewer tokens.
HTTP discovery headers, `Link` and `X-Llms-Txt` headers on every response so AI agents can find llms.txt from any page.
Markdown discovery header, every markdown response includes a pointer to the llms.txt index.
HEAD request support for all markdown and llms.txt endpoints.
January 23, 2026
Docsalot Dashboard
Knowledge Base Maturity & Stability
Added
Knowledge base team view with improved multi-team support.
Enhanced configuration team view for better workspace management.
Fixed
Knowledge base indexing issues resolved with improved file handling.
Fixed dangling knowledge base references when switching between teams.
Improved knowledge base stability with proper cleanup on file removal.
January 22, 2026
Documentation Framework
AI-Powered Documentation Support
Added
AI chat sidebar now embedded directly in documentation pages for instant help.
AI responses include intelligent follow-up suggestions for deeper exploration.
Character-by-character streaming for more responsive AI interactions.
Session management for persistent chat history across visits.
New blog section with documentation workflow guides.
Fixed
Sidebar settings and AI chat configuration improvements.
Workflow view updates for better documentation management.
Blog design refinements with improved layout and styling.
January 16, 2026
Docsalot Dashboard
Image Validation & Onboarding Emails
Added
Onboarding email drips for new users
New blog section with AI documentation articles.
Comparison pages (Docsalot vs. alternatives) with updated styling.
Enhanced landing page design.
Fixed
Environment configuration updates for better deployment reliability.
Image validation fixes for documentation assets within files.
January 14, 2026
Documentation Framework
Search & API Playground Improvements
Added
Improved search display with more accurate search results.
Fixed
API playground: Sidebar tags now correctly display GET and POST methods.
API Playground: fix query handling in API playgrounds.
January 9, 2026
Teams Collaboration & Sidebar Overhaul
Added
Teams feature shipped: invite members, manage rosters, and collaborate on documentation projects together.
Redesigned workspace sidebar with team navigation and improved visual hierarchy.
Faster file navigation speed for large documentation sets.
Fixed
Long workspace names now truncate properly in the sidebar.
Light-mode hover states and spacing consistency across the sidebar.
Cache update issues that could serve stale content during rapid edits.
January 7, 2026
Raw Text Editor & Claude-Style Chat
Added
Raw text editor with undo/redo, tab and shift+tab support for precise editing.
AI chat responses styled like Claude output for clearer, copy-ready answers.
Websearch context and web-fetch wired into AI for richer answers.
Improved steps and paragraph rendering in the editor.
Fixed
Layout editor path issues and removal of blank option when creating new docs.
JSON layout and diff handling fixes in the editor.
JPG support added to the layout editor.
January 5, 2026
Editor Migration & Asset Management
Added
Migrated editor for rich text editing experience.
Raw Markdown editor mode with diff view for direct content editing.
Nested file tree view with drag-and-drop organization.
Direct GCS asset URL serving for faster favicon and font loading.
Improved asset URL rewriting for logos, favicons, and custom fonts.
Fixed
Editor rendering and layout improvements.
Dockerfile updates for better deployment reliability.
Smart page fallback - returns next available page when requested page not found.
January 2, 2026
Improved Documentation Framework Design
Added
Renamed Editor to Documentation throughout the frontend for clearer navigation.
Updated URL structure from /editor/[workflowId] to /documentation/[documentationId].
Enhanced favicon support with proper rendering across documentation sites.
Improved search functionality in documentation pages.
Better AI response handling in documentation chat.
New markdown APIs for content management.
Fixed
Editor component fixes for better stability.
Documentation rendering layout improvements.
Various UI polish and design consistency updates.
December 26, 2025
Doc Writer: Multi-Page AI Updates
Added
Multi-page documentation updates, Doc Writer can now edit multiple files in a single request in an agentic manner
Modification within the same file are more intelligent, don't override unrelated sections
Conversation history support, follow-up questions now have full context from previous messages for more natural interactions.
Stop button to cancel AI generation mid-stream if needed.
Frontend-only AI changes - modifications stay in browser until users explicitly save as a new version.
Visual indicators (asterisks) on files and folders that have pending AI changes.
Discard Changes button to revert all pending AI modifications at once.
Fixed
AI changes now persist correctly when switching between files using fileName-based tracking.
Content loading priority ensures AI changes appear immediately without being overwritten by stale cache.
December 19, 2025
Slack & Discord Bots + Landing Page Fixes
Added
Slack bot for knowledge-base Q&A via event listeners.
Discord bot for knowledge base Q&A with OAuth installation flow and slash commands.
Knowledge base reindexing controls to refresh indexed content on demand.
Fixed
Landing page design polish, including spacing and default light-mode adjustments.
Routing and base URL handling fixes
Miscellaneous small-screen UI fixes and text updates across the dashboard.
December 12, 2025
Knowledge Base with AI-Powered Documentation Chat
Added
Knowledge Base feature, create AI-powered knowledge bases from your documentation.
Automatic documentation indexing for semantic search.
Chat Preview page to preview AI responses with expandable source references.
Integrations page with MCP (Model Context Protocol)configuration for AI tools like Cursor.
Public AI Chat widget on published documentation sites, floating sidebar for users to ask questions.
Session persistence for chat history across page navigation.
Clickable source references that link directly to documentation pages.
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.