Skip to content

For the complete documentation index, see llms.txt.

May 2026

Improvements:

  • New Task selects doc collections: The New Task form now shows your doc collections directly instead of projects. Select a doc collection from the dropdown to create a task for that documentation set.

  • Per-task Slack notifications: Choose which Slack channel receives notifications for each task. The default is inherited from your existing pipeline configuration, but you can override it per task. A warning appears when you select a private channel—make sure the Promptless bot is invited.

  • Per-task auto-publish: For GitHub-backed doc collections, toggle “Create PRs automatically” to have Promptless open a docs PR when the suggestion is ready. This setting applies only to the current task and doesn’t affect your pipeline defaults.

  • Deep Analysis in New Task: Deep Analysis is now a checkbox in the New Task form instead of a separate sidebar tab. Check it when creating a task to access templates for large documentation projects—like refactoring sections, auditing for consistency, or writing docs from scratch. The standalone /deep-analysis URL now redirects to /new-task?deep_analysis=true.

  • Open docs PRs as yourself: Provide a GitHub Personal Access Token when creating a docs PR to open it under your account instead of the Promptless bot. GitHub shows you as the PR author, and the commit credits you as the author with Promptless as a co-author. Paste the token once and Promptless caches it server-side (encrypted) for 24 hours, so subsequent PRs in that window reuse it automatically—useful when you want personal attribution or when your team’s review workflows require human-authored PRs. The same flow now works for OSS doc collections backed by a Promptless-managed fork—if GitHub prompts you with a collaborator invite on the fork, accept it and retry once, and later PRs go through automatically.

  • Opt out of automatic suggestion base-sync: If your team keeps a lot of suggestion PRs open at once, Promptless’s default behavior of pushing the latest base-branch commits into every open suggestion branch after each docs push can flood your inbox with GitHub notifications. Organizations can now opt out of that proactive base-sync to cut the noise—commit triggers and the rest of suggestion processing keep working as usual; only the automatic base-branch sync is skipped. Email help@gopromptless.ai to switch your org from the default proactive mode to disabled.

  • Closed PR indicator in suggestion review: When a docs PR opened from a suggestion is closed without merging, the PR link button at the top of the suggestion now turns red and reads “Closed PR #N.” It joins the existing “Created” and “Merged” states, so the button’s color reflects the PR’s current status at a glance.

Bug Fixes:

  • Bot-Authored Commit Evaluation: Fixed Promptless skipping GitHub commits authored by bot accounts—such as paper-style editors and headless writers that push human-written content under a bot identity—regardless of the diff. Promptless now evaluates these commits based on the diff content, just as it does for human-authored commits. PR and issue comments from bot accounts remain filtered as before.
← Older April 2026