Skip to content

For the complete documentation index, see llms.txt.

July 2026

New Features:

  • GitLab projects as documentation destinations: A GitLab project can now hold a doc collection, so GitLab is no longer limited to being a trigger and context source—Promptless can write your docs there too. Promptless clones the project, edits files on a branch, and opens a merge request for your review, the same publishing flow it uses for GitHub pull requests. Both GitLab.com and self-hosted GitLab are supported. See GitLab Projects.

  • Live progress on Microsoft Teams mentions: When you @mention Promptless in a Microsoft Teams channel, the “I’m on it” acknowledgement now updates in place with short status phrases—like “Researching repo…” and “Preparing PR…”—as the agent works, right up until it posts the finished reply. This brings Teams to parity with the live status feedback already available in Slack.

  • Grant file access to private and shared Teams channels: The SharePoint site picker for Microsoft Teams now lists each private or shared channel as its own selectable site, so you can grant Promptless read access to the files attached in those channels—not just a team’s standard channels, which share the team’s root site. Microsoft only reveals a private or shared channel’s site to its members, so Promptless resolves these sites when you connect Teams and covers only the channels the connecting account belongs to. If a channel isn’t grantable yet, reconnect as a member of that channel to pull in its site. This affects only which attached files Promptless can read—the Promptless bot’s presence in your channels is unchanged.

  • Rename suggestions and keep them in sync with GitHub: You can now edit a suggestion’s title inline from its detail page in the dashboard. When the suggestion has an open or draft documentation PR, renaming it also updates the GitHub PR title. Promptless treats GitHub as the source of truth, so if you rename the PR on GitHub, that title flows back into the dashboard the next time you open the suggestion. Suggestions without an open PR are renamed locally. See Use the web interface.

  • Proactive alerts when an integration needs attention: Promptless now notifies you when a connected integration runs into trouble, so a broken connection doesn’t quietly stall your documentation. Notifications go to your organization’s configured escalation channel—Slack, Microsoft Teams, and/or email. A Needs reconnect state notifies you as soon as it’s detected, while a Problem state notifies only once it persists for more than 24 hours, so brief provider blips clear on their own. You get one notification per problem rather than daily repeats. Clearly names any impacted doc collections that can no longer be updated. See Integrations.

  • View your current plan and update your payment card: As an admin on a paid plan, you now have a new Billing tab on the Settings page that shows your organization’s current plan—its plan name, price and billing cadence, subscription status, and next billing event. Subscriptions that can’t be shown as a simple price, such as usage-based, tiered, or non-USD plans, display as “Custom pricing”. You can also update the credit card on file directly from the same tab, through Stripe’s secure hosted billing portal, without asking support for a link. Plan and subscription changes, including cancellation, are still handled by emailing help@gopromptless.ai. See Account management.

Improvements:

  • Rendered markdown in trigger detail cards: Opening a New Task, Deep Analysis, or Request Changes trigger to its full detail now renders the submitted text as formatted markdown—headings, lists, tables, code blocks, and inline images—instead of raw text. Embedded screenshots appear inline and scaled to fit, rather than spilling across the card as a wall of encoded characters, and a new copy button in the card header copies the raw markdown to your clipboard. Task triggers created through the API still display as plain text.

  • Full trigger text on the Triggers & Analysis tab and Triggers page: A trigger’s submitted text now displays in full on a suggestion’s Triggers & Analysis tab and on the standalone Triggers page, instead of being clamped to a few lines and cut off with an ellipsis. This makes it easy to read back a long submission in its entirety—such as a Deep Analysis instruction you want to reuse for a new request. The full text preserves your original line breaks and wraps at a comfortable reading width.

  • A timeline of what each trigger produced: Every card on the Triggers page now shows a timeline of the trigger’s outcome—when the event arrived, each suggestion it created or updated (with that suggestion’s pull request status), and when Promptless finished—so you can read a trigger’s result at a glance without opening it. Triggers still in progress show a live Processing indicator, and a run that produced no suggestion says so directly on the card.

  • Richer Jira ticket context: When Promptless pulls a Jira ticket for context, it now reads much more of the issue—its type, priority, resolution, labels, components, affected and fix versions, parent and subtasks, and linked issues—alongside the summary, description, and comments. Promptless also reads organization-specific custom fields, such as a “Documentation” or “Public Description” field, giving the agent fuller business context when drafting documentation.

  • Shareable Agent Knowledge Base file links: Opening a file in the Agent Knowledge Base editor now adds a ?file=<path> query parameter to the URL, so you can bookmark or share a link that opens the editor directly to that file. Your browser’s back and forward buttons also move between the files you’ve viewed. See Build an agent knowledge base.

  • @promptless mentions from bots in PR reviews: Promptless previously dropped every bot-authored PR review, even one that mentioned @promptless—the earlier bot-mention change covered only bot comments. A direct @promptless mention in a bot’s formal PR review now takes priority over the bot filter and triggers documentation work, just like a mention in a comment, so a review bot—such as an automated code reviewer—can request docs. The mention can appear in the review summary or in an inline review comment. Bot reviews that don’t mention @promptless are still ignored.

  • Safer default role for auto-enrolled members: Only organization admins can now change the automatic default role for members who auto-join through a verified domain—previously any organization member could change it.

Bug Fixes:

  • Files attached in Microsoft Teams channels showed as unavailable: When you attached a file in a Teams channel, Promptless sometimes marked it as unavailable even though its SharePoint site had been granted access. Teams often delivers channel attachments as sharing links rather than the file itself, and Promptless wasn’t following those links to the underlying file. Promptless now resolves them, so files attached in channels on granted sites are read as intended.

  • @promptless mentions in PR review summaries missed the 👀 reaction: Tagging @promptless in the summary body of a GitHub pull request review—rather than in an inline review comment—started documentation work, but Promptless never added the 👀 reaction, so the mention looked ignored. Review summary mentions now get the same acknowledgement reaction as mentions in a PR title, description, or comment. As before, the reaction appears even when Promptless decides no documentation change is needed.

  • Admin-only agent behavior settings and doc-collection management: Changing agent behavior settings and creating, editing, or deleting doc collections now requires the Admin role, closing a gap where any organization member could change org-wide configuration. Doc collection management is admin-only in both the dashboard and the API—an API key can create, edit, or delete doc collections only when the user it was issued to is an admin. All members can still view the current agent behavior settings and the doc-collection list. On the Agent settings tab, non-admins now see “Agent behavior can only be changed by organization admins” in place of the editable controls. This matches the existing admin-only behavior for the Agent Knowledge Base and the Configuration page.

  • Create PR errored when a pull request already existed: Clicking Create PR on a suggestion whose branch already had an open pull request—for example, after a double-click or when a PR was opened outside Promptless—surfaced an error. Promptless now detects the existing pull request, records it on the suggestion, and opens it for you instead of failing.

  • Slack card status tag links to the pull request: Clicking the status tag on a Slack suggestion card—Pull Request, Published, or Rejected—now opens the linked GitHub pull request instead of the Promptless dashboard, matching the card’s existing View PR button. Suggestions without a pull request still link to the dashboard.

  • Slack link previews prompt a reconnect when a scope is missing: Sharing a Promptless suggestion link in Slack renders a preview card, which requires the links:write permission. Workspaces connected before this permission existed couldn’t render the card, so the link posted as plain text with no explanation. The Integrations page now flags an affected Slack connection as Needs reconnect—click Reconnect on the Slack card to grant the permission. Reconnecting keeps your existing connection, channel memberships, and configuration intact. See Updating Slack Permissions.

  • Confluence search failed until you reconnected Atlassian: Promptless searches your Confluence spaces with CQL, which Atlassian gates behind the search:confluence and read:content-details:confluence OAuth scopes. Atlassian connections made before Promptless requested these scopes returned 401 Unauthorized; scope does not match on every Confluence search, while Jira and existing Confluence page reads kept working—so the connection still showed as connected and the search error was the only signal. New Atlassian connections now request the scopes automatically. If you connected Atlassian earlier, reconnect from the Integrations page to grant them—reconnecting keeps your existing Jira and Confluence configuration intact. See Atlassian integration.

← OlderJune 2026
Newer →August 2026