Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/changelog/changelogs/july-2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ hidden: false

* **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](/docs/reference/integrations#connection-health).

* **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](/docs/reference/account-management#billing).

**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.
Expand Down
Loading