March 2026
New Features:
-
Version Branch Targeting: Suggestions now target the correct base branch automatically. When a trigger comes from a non-default branch, Promptless creates the suggestion against that branch—useful for teams maintaining versioned documentation. A base branch chip appears on suggestion cards so you can see at a glance which branch a suggestion targets.
-
AGENTS.md Support: Promptless now honors
AGENTS.mdfiles in your docs repository, letting you provide persistent guidance to the agent about your project’s conventions, terminology, and documentation standards. -
Clarification Prompts: When you send a direct request via Slack or the Web UI, Promptless now asks clarifying questions before diving in—reducing back-and-forth and improving suggestion quality.
Improvements:
-
Better Screenshot Capture: Screenshots are now captured more reliably and at higher quality. Large screenshot canvases also fit properly within the editor dialog instead of overflowing.
-
Improved Voice Matching: Promptless now does a better job matching your team’s writing style, tone, and conventions when generating documentation suggestions.
-
Suggestion Branch Syncing: Open suggestion branches now stay synced with their effective base branch, so suggestions always build on the latest documentation state.
-
Sticky File Header in Diff Review: The file header now sticks to the top of the viewport while scrolling through diffs, so you always know which file you’re reviewing.
-
Dynamic Browser Tab Titles: All dashboard pages now display descriptive tab titles, making it easier to navigate with multiple tabs open.
-
Full PR Links in Citations: Citations now link directly to the source pull request, making it easier to trace a suggestion back to the change that triggered it.
-
Improved Slack Notifications: Slack messages now render with consistent formatting—links, bold text, and code blocks display properly across all notification types.
Bug Fixes:
- Docs PR Status: Fixed the trigger events page showing stale PR status instead of the current state.
- Large PR Handling: Fixed an issue where PRs with more than 300 changed files could silently drop changes during processing.
- Onboarding Doc Detection: Fixed onboarding to correctly detect
.rstand.adocfiles in your repository. - Stale Image Filtering: Fixed stale images appearing in the “Added images” section of suggestion diffs.
- Stale Suggestion Pruning: Suggestions with open documentation PRs are no longer incorrectly archived by the stale-suggestion cleanup.
- Default Branch Rename: Fixed suggestion sync breaking when a repository’s default branch is renamed.