Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Jan 14, 2026

Open this suggestion in Promptless to view citations and reasoning process

Adds a changelog entry for the new Guided Onboarding Wizard feature to the January 2026 changelog. The entry documents the 6-step wizard that walks new users through Promptless setup (Slack connection, documentation platform, triggers, context sources, agent preferences, and trial activation), including automatic progress saving and team continuity features.

Trigger Events


Help us improve Promptless — If this suggestion missed the mark, please share quick feedback.

If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 14, 2026

I've added new changes to address this GitHub PR in commit 2a4c236

@promptless promptless bot marked this pull request as ready for review January 14, 2026 01:36
@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 14, 2026

I've added new changes to address this GitHub PR in commit 91e8430

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit bcb0224

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit ffcf56d

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit d7c2e11

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit 5a510b7

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit 09edda5

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit bbb1c81


* **Self-Service Signup:** Sign up for Promptless at [accounts.gopromptless.ai](https://accounts.gopromptless.ai)—no sales call required.

* **Deep Analysis:** Submit large documentation requests—like refactoring entire sections, auditing for consistency, or writing comprehensive docs from scratch. Access Deep Analysis from the sidebar, select your doc collection, describe what you need, and optionally attach supporting files. The Promptless team reviews your request and begins processing, which may create multiple suggestions across your documentation.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #1838 which adds the Deep Analysis page. Feature details from promptless-dashboard/src/app/deep-analysis/page.tsx including templates (refactor docs, add error codes, write from scratch, audit for consistency), file attachment limits (5 files, 10MB each), and the manual review workflow.
View source

@@ -0,0 +1,62 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: New documentation page based on PR #1838. Feature implementation details from promptless-dashboard/src/app/deep-analysis/page.tsx including the TEMPLATES array defining the four templates, MAX_ATTACHMENT_COUNT (5), MAX_ATTACHMENT_SIZE_BYTES (10MB), and the form fields (doc collection, title, description, attachments).
View source

* **Screenshot Improvements:** Promptless now makes better decisions about when to capture fresh screenshots and can crop them to focus on specific UI elements—highlighting exactly what users need to see without extra clutter.
* **Automatic Suggestion Updates from Main:** When changes are pushed to your documentation's main branch, Promptless merges those updates into all open suggestion branches and automatically resolves any conflicts.
* **Trigger Source Filter:** Filter suggestions on the Change History page by how they were triggered—Slack messages, Web UI requests, or GitHub PRs. For GitHub, expand the dropdown to filter by specific repositories.
* **Rich PR Descriptions:** Documentation PRs now include a "Promptless Research" section with clickable links to every source reviewed—files, GitHub PRs, Slack conversations, and more—plus an explanation of the changes. For suggestions with multiple triggers, each trigger's context appears in collapsible sections.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added Rich PR Descriptions and Inline PR Citations based on PR #1804 which adds pr_helpers.py for formatting research summaries and sync_pr_with_suggestion_metadata() and add_citation_comments_to_pr() functions in github.py.
View source

<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/atlassian-integration-confluence-jira-unified-517b0f75.png" alt="Atlassian integration showing both Jira projects and Confluence spaces in a unified interface" />
</Frame>

* **Guided Onboarding Wizard:** A 6-step wizard walks new users through Promptless setup: connecting Slack, connecting your documentation platform, configuring triggers, adding context sources, setting agent preferences, and starting your trial. Progress saves automatically—leave and return to pick up where you left off. Team members from the same organization can continue setup without losing previous progress.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Removed the "Automatic Support Channel" changelog entry because PR #1851 disabled this feature due to a bug. The feature was commented out (not deleted) in server/slack/routes.py, indicating this is a temporary disable that may be re-enabled later.
View source


* **Guided Onboarding Wizard:** A 6-step wizard walks new users through Promptless setup: connecting Slack, connecting your documentation platform, configuring triggers, adding context sources, setting agent preferences, and starting your trial. Progress saves automatically—leave and return to pick up where you left off. Team members from the same organization can continue setup without losing previous progress.

* **Automatic Support Channel:** When you connect Slack during onboarding, Promptless creates a shared Slack Connect channel between your team and ours. Use it to ask questions, share feedback, and get support.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1852 re-enables Slack Connect support channel creation during onboarding only (when onboarding_completed is false). This feature was previously disabled in PR #1851. See changes in slack/routes.py.
View source

* **Rich PR Descriptions:** Documentation PRs now include a "Promptless Research" section with clickable links to every source reviewed—files, GitHub PRs, Slack conversations, and more—plus an explanation of the changes. For suggestions with multiple triggers, each trigger's context appears in collapsible sections.
* **Inline PR Citations:** Citations now appear as review comments on specific lines in your documentation PRs. See the exact source—GitHub PR, Slack message, or Jira ticket—that informed each change directly in the diff view.
* **Onboarding Wizard Enhancements:** Several improvements throughout the wizard—your docs repository is now automatically excluded when triggering on all repos, monorepo setups prompt you to select specific repositories, help links guide you to documentation when needed, and the calibration card now shows that you'll receive a Slack notification when PR replays complete. If your Slack connection doesn't complete, a recovery flow shows options to try again, continue without Slack, or contact your admin.
* **Simplified Intercom Connection:** Connecting Intercom is now a one-click OAuth flow for all users. Previously, some organizations had to manually create an app in the Intercom Developer Hub and enter an access token—now everyone connects through standard OAuth authorization.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #1861 which removes the IntercomModal component and INTERCOM_DIRECT_AUTH_ORGS list in IntegrationsList.tsx, switching all Intercom connections to use OAuth instead of manual access token entry.
View source

* **Onboarding Wizard Stability:** Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, and various visual glitches during page transitions.
* **Slack Connect Channel Visibility:** Fixed an issue where Slack Connect support channels were created as private in your workspace—support channels now appear as public, so you can invite other team members from your organization.
* **High-Volume Trigger Processing:** Fixed intermittent errors when processing triggers for organizations with many concurrent documentation tasks.
* **Review Time Estimate Accuracy:** Fixed review time estimates being inflated for repositories with mixed line endings (CRLF and LF). Estimates now accurately reflect the actual scope of documentation changes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Bug fix from PR #1867 that normalizes line endings (CRLF → LF) in server/utils/diff_utils.py before computing diff stats, preventing mixed line endings in customer repos from inflating estimated review times.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 21, 2026

I've added new changes to address this GitHub PR in commit b7e48a6

@promptless
Copy link
Contributor Author

promptless bot commented Jan 21, 2026

New Trigger Event: Promptless/promptless PR #1867: fix: ignore CRLF vs LF differences when computing diff stats

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1867. Here's a summary:

Summary

PR #1867 fixes an issue where review time estimates could be inflated for repositories with mixed line endings (CRLF and LF). The fix normalizes line endings before computing diff statistics.

Documentation Update:
I updated the existing January 2026 changelog suggestion with a new bug fix entry:

Review Time Estimate Accuracy: Fixed review time estimates being inflated for repositories with mixed line endings (CRLF and LF). Estimates now accurately reflect the actual scope of documentation changes.

Why I updated an existing suggestion: Per your instructions about monthly changelog consolidation, I added this entry to the existing January 2026 changelog suggestion rather than creating a new one.

What to review: January 2026 Changelog Suggestion - the new entry appears at the end of the Bug Fixes section (line 76).


* **Deep Analysis:** Submit large documentation requests—like refactoring entire sections, auditing for consistency, or writing comprehensive docs from scratch. Access Deep Analysis from the sidebar, select your doc collection, describe what you need, and optionally attach supporting files. The Promptless team reviews your request and begins processing, which may create multiple suggestions across your documentation.

* **Triggers Page Search:** Search for triggers by PR info, Slack thread topic, task name, or summary text. The default view shows the last 30 days, but search retrieves matching triggers from your full history.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Changelog entry for Triggers Page Search based on PR #1869. The PR adds a search box to the Triggers page with debounced search and removes the 30-day limit when searching, allowing users to find older events.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit bd68a18

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1869: search for triggers

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation updates for PR #1869. Let me provide a summary:


Documentation Updates for Triggers Page Search

I've created documentation updates across two suggestions:

1. New Suggestion: Triggers Page Documentation

URL: https://app.gopromptless.ai/change-history/4f6314d7-84a7-4c71-b986-b459040cdec3

Changes to fern/docs/features/web-ui-feedback.mdx:

  • Added documentation for the new search box that lets users find triggers by PR info, Slack thread topic, task name, or other summary text
  • Documented that search retrieves events beyond the 30-day default window
  • Minor prose improvements for clarity

2. Updated Existing Suggestion: January 2026 Changelog

URL: https://app.gopromptless.ai/change-history/867dab7a-8503-4a22-9391-17e544ca7a72

Added to fern/docs/changelogs/2026-01.md:

Triggers Page Search: Search for triggers by PR info, Slack thread topic, task name, or summary text. The default view shows the last 30 days, but search retrieves matching triggers from your full history.


Both suggestions are ready for review. The changelog entry was added to the existing January 2026 changelog suggestion to avoid merge conflicts, per your configured workflow preferences.

* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **Large Image Processing:** Fixed failures when processing triggers with large images. Promptless now automatically compresses images that exceed size limits, so you can include high-resolution screenshots and images in Slack messages, GitHub issues, or other triggers without issues.
* **Documentation PR Update Reliability:** Fixed intermittent failures when updating documentation PRs with new changes. Promptless now handles transient GitHub API timing issues more gracefully, ensuring suggestions are consistently applied to your docs PRs.
* **Onboarding Wizard Stability:** Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, and various visual glitches during page transitions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added "PR replays not starting for GitHub triggers" to the Onboarding Wizard Stability entry based on PR #1870 which fixes the replay_recent_prs flag being passed incorrectly in pipeline.ts.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 282bcc3

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1870: fix: set replay_recent_prs in onboarding flow

Promptless Research (1 GitHub PR)

Agent Response

I've completed my review of PR #1870 and updated the existing documentation suggestion.

Summary

PR #1870 fixes a bug in the onboarding flow where the replay_recent_prs flag was being passed incorrectly, preventing automatic PR replays from starting when users completed onboarding with GitHub triggers.

Documentation Update

Since this is a customer-facing bug fix related to the onboarding wizard, I added it to the existing January 2026 changelog suggestion. Following the consolidation guidelines, I incorporated this fix into the existing "Onboarding Wizard Stability" entry rather than creating a separate bullet point.

Updated entry:

Onboarding Wizard Stability: Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, and various visual glitches during page transitions.

You can review this update as part of the existing suggestion: https://app.gopromptless.ai/change-history/867dab7a-8503-4a22-9391-17e544ca7a72

* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **Large Image Processing:** Fixed failures when processing triggers with large images. Promptless now automatically compresses images that exceed size limits, so you can include high-resolution screenshots and images in Slack messages, GitHub issues, or other triggers without issues.
* **Documentation PR Update Reliability:** Fixed intermittent failures when updating documentation PRs with new changes. Promptless now handles transient GitHub API timing issues more gracefully, ensuring suggestions are consistently applied to your docs PRs.
* **Onboarding Wizard Stability:** Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, Slack notification channel settings being lost when resuming onboarding, and various visual glitches during page transitions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Bug fix for Slack notification channel not persisting during resumed onboarding. The wizard now refreshes state from org config on resumed onboarding, ensuring slack.notificationChannel is preserved. Changes in promptless-dashboard/src/app/onboarding/slack/page.tsx.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit b92a1a7

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1872: Refresh Slack notification channel during onboarding

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1872.

Summary

PR #1872 fixes a bug where the Slack notification channel wasn't properly preserved when users resumed the onboarding wizard. If a user connected Slack, left, and then returned to continue onboarding, the notification channel setting could be lost—especially if they continued before the config fetch completed.

Documentation Update

I added this bug fix to the existing January 2026 changelog suggestion, consolidating it into the "Onboarding Wizard Stability" entry in the Bug Fixes section. The entry now includes:

Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, Slack notification channel settings being lost when resuming onboarding, and various visual glitches during page transitions.

This follows the changelog consolidation guideline to group related onboarding wizard fixes into a single entry rather than creating separate bullets for each fix.

* **PR Replay Status Accuracy:** Fixed PR replays to show the correct PR status on the Triggers page. Previously, replayed PRs always showed "open" status regardless of whether the PR was actually merged, closed, or in draft state.
* **GitHub Trigger Icons:** Fixed the Change History page to show the GitHub icon for all GitHub-based triggers—including GitHub Enterprise PRs, merged PRs, and GitHub Issues. Previously, the icon only appeared for regular open PRs.
* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **GitHub Integration Reliability:** Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added bug fix entry based on PR #1863. Key changes: generate_github_jwt() in server/utils/sources/github.py now backdates JWT iat claim by 60 seconds to handle clock drift, and get_installation_access_token() has retry with exponential backoff for 5xx errors plus better error handling.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 719fd36

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1863: fix: GitHub API error handling improvements

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1863.

Summary

PR #1863 fixed GitHub API reliability issues—specifically JWT clock drift that could cause intermittent authentication errors, and added automatic retries for transient GitHub server errors. These were internal infrastructure improvements that users would have experienced as intermittent GitHub integration failures.

Changes Made

I updated the existing January 2026 changelog suggestion with a new bug fix entry:

GitHub Integration Reliability: Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.

This follows the client instruction to use a single changelog suggestion per month to avoid merge conflicts.

No additional documentation updates were needed since this was an internal reliability fix with no new user-facing features or UI changes.

* **GitHub Trigger Icons:** Fixed the Change History page to show the GitHub icon for all GitHub-based triggers—including GitHub Enterprise PRs, merged PRs, and GitHub Issues. Previously, the icon only appeared for regular open PRs.
* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **GitHub Integration Reliability:** Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.
* **Duplicate Trigger Context in PRs:** Fixed trigger context appearing twice in documentation PRs—once in the PR description and again as separate comments. Trigger context now appears only in the PR description.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #1877 which adds mark_pr_description_trigger_events_as_posted() function in server/utils/sources/github.py to mark trigger events included in PR descriptions as posted, preventing them from being re-posted as comments.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 34b52e3

* **Faster Suggestion Page Loading:** The Change History page now loads faster. Suggestion metadata—titles, descriptions, and trigger details—appears immediately while the diff loads in parallel.
* **Smarter Screenshot Capture:** Promptless now makes better decisions about when to capture fresh screenshots for documentation. When processing UI changes, Promptless proactively identifies which screenshots need updating and captures fresh, high-quality images from your live product.
* **Screenshot Cropping:** Promptless can now crop screenshots to focus on specific UI elements—highlighting exactly what users need to see without extra clutter.
* **Suggestion Lifecycle Improvements:** Viewing a suggestion now counts as activity—so suggestions you're actively reviewing stay active even if no edits are made for over 30 days. You can also view the full diff of any suggestion—even after it's been closed or merged—since Promptless now archives diffs before cleanup.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1856 changes the implementation from archiving diffs (PR #1823) to using SHAs with the GitHub compare API. Removed the implementation detail "since Promptless now archives diffs before cleanup" since it's no longer accurate - the user benefit remains the same but the approach is different.
View source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants