Skip to main content

1.0.0

· One min read

1.0.0

  On May 2, 2025, 5 min

1.0.0

New features:

Web app

  • Added to web editor to edit markdown docs
  • generate llm.txt file
  • AI actions in the web editor such as generate new docs, audit docs, and analyze docs

Bug fixes:

Web app

  • Add image component was not saving to the right location

Security enhancements/fixes:

Web app

  • Removed an older mermaid npm package, that had vulnerability highlighted in npm audit

VsCode Extension

  • Updated other npm packages to latest/fixed versions

1.0.04

· 2 min read

1.0.04

  On May 2, 2025, 11 min

1.0.04

Features

Vs Code Extension

  • Allow users to open Dev-Docs in the activity bar and sidepanel and read the docs as they jump from one file to the next

  • Improved hover functionality to only open code objects that have children objects such as classes, methods, and functions

  • Added extra notifications on generate events for better visibility into the events

  • Added a disableUserFacing to the dev-docs.json to add extra prevention of creating user-facing docs using the Dev-Docs Extension

  • (Beta) Add Generate complete docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for public user-facing docs on your codebase

  • (Beta please reach out before trying) Add Generate complete docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for public user-facing docs on your codebase

  • (Beta please reach out before trying) Add Generate complete internal docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for their own engineers about the specific codebase

Bug fixes:

Vs Code Extension

  • Removed several irrelevant and confusing commands

Web App:

  • Fixed issue when deleting drafts were not working

1.0.05

· One min read

1.0.05

  On May 2, 2025, 3 min

1.0.05

Security enhancements/fixes:

Backend Server

  • Modified some custom error handling that had error messaging that would return some stack traces when testing on our own specific test repos. Removed and scrubbed error messages to ensure they are generic.

1.0.06

· 2 min read

1.0.06

  On May 2, 2025, 13 min

1.0.06

New features:

Web app

  • Added the Docs Agent flow. This allows users to generate documentation through prompts and in natural language to do documentation tasks

  • The Agent can update multiple documentation from Pull Requests

  • Agent has multiple branch support for files

  • Can create net new documentation with the agent

  • New mini editor component to live alongside the agent

  • Revamped the Web app to feel more like a page, to support the agent workflow.

  • Add Automations generation on the agent to allow ease of use to making automating repos easier

  • Onboarding flow nows improved with refresh buttons to ensure the fresh list of repos are loaded

  • When users login, the now land on the agent screen when logging in

  • The old dashboard now lives on "GitHub Setup"

Bugs

Web App

  • Replaced old logos with new logo images

  • Login page issue where user had to hit the login button twice

  • Sometimes the GitHub Repo would be empty on installation of GitHub app so we fixed it and added refresh buttons

Security enhancements/fixes:

Web App

  • As part of ongoing cleanup, we removed all console.logs including statements that could have short lived JWTs and lower permission access tokens in the browser console. These logs were only visible to the user on their own device and their browser/browser tools.

    No data was compromised, and no impact to your account or security. Just part of us tightening things up and keeping everything running safely.