Changelog
This changelog was automatically created by docsalot. Create yours at https://docsalot.dev/changelog-generator
April 26, 2026
Machine-Readable Marketing Pages & Landing Refresh
Added
- The main marketing routes now publish machine-readable markdown alongside the human pages. The landing page ships a canonical `/index.md`, and Pricing, Tools, and Blog now have matching `.md` views for agents that prefer raw text over HTML parsing.
- Landing-page discovery for AI clients is more explicit: machine-readable responses are now advertised through HTTP headers, and `/llms.txt` mirrors the same canonical landing-page content as `/index.md`.
- The landing page now includes a clearer CLI-first on-ramp for technical users and agents, including direct terminal setup guidance for `docsalot-cli`.
- Marketing routes now share the newer Docsalot chrome more consistently, including the refreshed navigation, footer, and paper-light editorial design system across the landing page, pricing, tools, changelog, terms, and privacy pages.
Fixed
- The pricing page is easier to scan and understand, with clearer plan boundaries between Startup, Team, and Enterprise, plus a cleaner explanation of fixed pricing and add-on support.
- Landing-page navigation, CTA routing, footer resources, and mobile behavior were tightened up so the public site is more consistent across screen sizes and easier to move through.
- The new machine-readable marketing routes now stay compatible with Next.js Edge middleware by keeping the blog's filesystem-backed loader out of the Edge runtime path.
April 17, 2026
Docsalot DashboardReduce MCP query costs
Added
- AI can now inspect the structure of a knowledge base before loading everything, making it easier to work on larger documentation sets without dragging the full site into every request.
- More focused page-level read and write workflows, so AI can update just the page it needs instead of reprocessing the entire knowledge base for small edits.
- Reliable targeted publish workflow for AI-assisted documentation changes, validated end-to-end through Claude Desktop.
Fixed
- Reduced context bloat for larger knowledge bases, helping teams avoid unnecessary token usage and higher AI costs during documentation updates.
- Improved reliability for AI-assisted documentation edits by replacing the earlier heavier MCP workflow with a more focused page-by-page flow.
April 10, 2026
Docsalot DashboardDashboard MCP for Docs Pull, Push, and Publish
Added
- Authenticated Docsalot dashboard MCP server at `/api/cli/v1/mcp` for coding agents that need to manage docs without installing the local CLI.
- New MCP tools for `list_documentations`, `pull_documentation`, `push_documentation`, and `publish_documentation` so agents can discover documentation, edit snapshots, and ship updates directly through Docsalot.
- Shared documentation mutation services now back both the CLI routes and the MCP server, keeping publish, pull, and push behavior aligned across both interfaces.
Fixed
- CLI token auth and per-tool scope enforcement now apply consistently across the new docs-management MCP workflow.
- Documentation management no longer has to depend on shell access to the Docsalot CLI for supported agent-driven publish flows.
April 3, 2026
Docsalot DashboardLive Product Capture for More Accurate Onboarding Docs
Added
- Browser-driven documentation capture from the AI chat workflow, so the assistant can open a live product flow, collect fresh onboarding screenshots, and use them directly in documentation updates.
- Captured screenshots now upload into the documentation asset library and can be inserted into docs with the correct project-relative asset paths.
- New editor Preview mode for browser capture sessions, letting teams switch from markdown editing to the live product walkthrough without leaving the documentation workspace.
Fixed
- Asset previews and downloads in the editor now use the correct storage-backed URL while still preserving the shorter docs path for markdown insertion.
- Login handoff during browser capture is clearer: runs pause at sign-in screens, keep the live preview available, and wait for a follow-up message instead of acting like the workflow already finished.
- Live-site access in the editor header is now in a stable globe action next to Save, making it easier to jump to the published docs view while editing.
March 27, 2026
CLI Skill, Browser Login, and Publish Flow Reliability
Added
- Dedicated Docsalot CLI skill so coding agents can navigate CLI workflows with more structure instead of relying only on `--help` or manual prompting.
- Browser-based CLI login flow, letting users run `docsalot auth login` and complete sign-in without manually creating and pasting a token first.
- One-shot bundled CLI skill install path for faster setup in agent-driven environments.
Fixed
- CLI login reliability improvements, including more consistent device-code expiry checks and production-safe verification URLs during browser sign-in.
- CLI publish flow now returns the correct hosted `-docs` URL more reliably after publish.
March 20, 2026
Docsalot CLI Setup Flow and Starter Docs Improvements
Added
- Smoother CLI onboarding with a clearer two-step flow: `docs init` to scaffold locally, then `docs create` when you are ready to create cloud documentation.
- Built-in starter documentation template so new projects begin with a polished structure and practical example pages.
- New guide on writing agent-friendly CLI manuals to help teams make command-line tools easier for humans and AI agents to use.
Fixed
- Clearer command guidance and setup instructions to reduce confusion during first-time CLI setup.
March 15, 2026
CLI npm Release Hardening and Launch Readiness
Added
- End-to-end npm flow validation for `docsalot-cli` (publish, install, and command smoke checks).
- Improved dashboard-to-CLI onboarding with a clearer team settings flow for creating and managing CLI API tokens.
- Final production release checklist and npm cutover steps so launches are repeatable.
Fixed
- Cleaner package metadata and npm documentation for customer-facing installs.
- Targeted security patch version bump before publish.
Removed
- Not released in this update: new CLI commands. This drop focused on packaging quality, security, and publish readiness.
March 13, 2026
Docsalot CLI npm Launch: Auth, Docs Commands, and Asset Sync
Added
- Token-based CLI auth with `auth login/logout/whoami` and `auth api-token set|list|remove`, backed by secure local credential storage.
- Docs lifecycle commands `docs list`, `docs pull`, `docs push`, and `docs publish`.
- 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 DashboardDiscord 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 DashboardKnowledge 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 DashboardOnboarding 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 DashboardSkills, 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 DashboardChat 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 DashboardSelf-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 DashboardMCP 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 FrameworkMCP 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 DashboardDocs 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.
- Updated pricing page.
January 30, 2026
Documentation FrameworkAI-Readable Documentation: llms.txt & Content Negotiation
Added
- 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 DashboardKnowledge 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 FrameworkAI-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 DashboardImage 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 FrameworkSearch & 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.
- 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.