From 8da8752b9f80c37cc01bc14864e9786cb7f6b872 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 22 Jul 2026 18:24:29 +0000 Subject: [PATCH 1/2] Add July 2026 changelog entry for self-serve Billing tab --- src/content/changelog/changelogs/july-2026.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/changelog/changelogs/july-2026.mdx b/src/content/changelog/changelogs/july-2026.mdx index 56d2bf8a..bd9f7c15 100644 --- a/src/content/changelog/changelogs/july-2026.mdx +++ b/src/content/changelog/changelogs/july-2026.mdx @@ -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). +* **Update your payment card yourself:** Organization admins on a paid plan can now update the credit card on file directly from the new **Billing** tab on the Settings page, opened through Stripe's secure hosted billing portal—no need to ask 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. From 0b48cafe96ac7b4318099a2780bb732b01221bf2 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 22 Jul 2026 20:42:14 +0000 Subject: [PATCH 2/2] Fold current-plan view into July 2026 Billing changelog entry --- src/content/changelog/changelogs/july-2026.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/changelogs/july-2026.mdx b/src/content/changelog/changelogs/july-2026.mdx index bd9f7c15..8f088a11 100644 --- a/src/content/changelog/changelogs/july-2026.mdx +++ b/src/content/changelog/changelogs/july-2026.mdx @@ -15,7 +15,7 @@ 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). -* **Update your payment card yourself:** Organization admins on a paid plan can now update the credit card on file directly from the new **Billing** tab on the Settings page, opened through Stripe's secure hosted billing portal—no need to ask 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). +* **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:**