Skip to content

For the complete documentation index, see llms.txt.

April 2026

New Features:

  • Starlight (Astro) Docs Platform Support: Promptless now supports Starlight, the Astro-based documentation framework, as a hosting provider option during onboarding. Starlight is automatically detected via astro.config.mjs, astro.config.ts, or astro.config.js files in your docs repository.

  • First-Approval GitHub PR Trigger Mode: Configure Promptless to trigger when a pull request receives its first approval instead of when it opens—useful for teams that want documentation suggestions only after code has been reviewed.

Improvements:

  • PR Replay Status on Project Cards: During project setup when you opt into replaying the last 30 days of PRs, the Projects page now shows replay progress directly on the project card.

Bug Fixes:

  • Citation Popup Rendering: Fixed citation popups incorrectly rendering file paths like __init__.py as bold text by treating double underscores as markdown syntax.
  • Screenshot Editor Crop UX: Fixed the screenshot editor not applying crops correctly—added Reset and Cancel controls.
  • Slack Diff Thread Failures: Fixed failures when posting diff threads to Slack channels—error messages now clearly indicate when Slack permissions are missing.