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

@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

@promptless
Copy link
Contributor Author

promptless bot commented Jan 23, 2026

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


* **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.

**Improvements:**
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 #1882 which introduces the github_oss integration type with a read-only GitHub app and fork-based PR workflow for open source repositories.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 23, 2026

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

@promptless
Copy link
Contributor Author

promptless bot commented Jan 24, 2026

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

@promptless
Copy link
Contributor Author

promptless bot commented Jan 27, 2026

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

* **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 #1898 which changes EditProjectModal.tsx and NewProjectModal.tsx to use a <Select> dropdown for Slack notification channel instead of a free text <input>. The PR description explains the workflow when a channel doesn't appear in the dropdown.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 27, 2026

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


* **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.

* **Read-Only GitHub App for Open Source Repos:** Connect Promptless to open source repositories where you can't install GitHub apps. The read-only app only requests read permissions—documentation PRs are created from a fork using a Promptless service account. Select "Use read-only app (for open source repos)" when connecting GitHub.
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: Fixed UI description based on the merged PR implementation. The dashboard code in promptless-dashboard/src/components/IntegrationsList.tsx shows a separate "GitHub (Read-Only)" integration section with its own GithubOssModal, not a checkbox within the standard GitHub flow.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 28, 2026

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

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.

1 participant