Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Feb 7, 2026

Open this suggestion in Promptless to view citations and reasoning process

Updates the February 2026 changelog with:

New Features:

  • Discord Integration: Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless or enable passive listening on specific channels. Also supports Discord notifications for new suggestions.
  • Notification Tips: Promptless notifications now include helpful tips at the bottom of GitHub PR comments, issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more.

Improvements:

  • Paste Images into Task Input: Users can now paste images directly into the task input box from their clipboard instead of saving screenshots to files first.
  • DCO Compliance for Open-Source Projects: Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box.

Bug Fixes:

  • Read-Only GitHub App Reliability: Fixes for open-source projects using the Read-Only GitHub App integration
  • Slack Notification Large Diff Handling: Fixed Slack notifications failing or getting cut off when suggestions involve many file changes
  • Auto-Merge Documentation PR Reliability: Fixed auto-merge for documentation PRs failing for GitHub Cloud users
  • Conflict Resolution Reliability: Fixed automatic conflict resolution failing when suggestions have many conflicting files

Trigger Events

Promptless/promptless PR #1934: github oss: fix branch sync 404 & write-op 403s (pr comments + eyes emoji)

Promptless Research (1 GitHub PR)

Agent Response

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

Documentation Update Created

PR #1934 fixes two bugs affecting open-source projects using the Read-Only GitHub App integration:

  1. Fork-based PR sync issue: Documentation PRs created from forked repositories weren't syncing correctly when processing follow-on instructions (caused by looking for the branch in the base repo instead of the fork repo)

  2. Write operation permissions issue: Comment reactions and PR comments weren't posting because the read-only app token doesn't have write permissions (fixed by using the service account PAT for write operations)

Changes Made

I created a new February 2026 changelog documenting this bug fix:

  • New file: fern/docs/changelogs/2026-02.md - February 2026 changelog with the bug fix entry
  • Updated: fern/docs.yml - Added navigation entry for the new changelog

The changelog entry is user-focused, explaining what was fixed from the perspective of users who would have experienced these issues (PRs not syncing, missing reactions/comments on GitHub OSS repos).

Promptless/promptless PR #1941: fix: check for oss service account when skipping PR follow on

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for this PR.

Summary:

PR #1941 fixes an issue where Promptless's own citation comments were triggering recursive follow-on processing for open-source repositories using the Read-Only GitHub App. The fix adds checks to skip processing comments and reviews from Promptless service accounts (promptless[bot], promptless, promptless-for-oss).

Documentation Changes:

I updated the existing February 2026 changelog suggestion to include this bug fix. Following your changelog consolidation guidelines, I added this fix to the existing "Read-Only GitHub App Reliability" entry rather than creating a separate bullet point, since both fixes relate to the same feature area.

The entry now reads:

Read-Only GitHub App Reliability: Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, and citation comments no longer trigger recursive processing loops.

Promptless/promptless PR #1943: fix: truncate slack message for large diffs to be under 3000 chars

Promptless Research (1 GitHub PR)

Agent Response

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

PR #1943 Analysis:
This is a bug fix that improves how Slack notifications handle large diffs. Previously, when suggestions involved many file changes, the notification message could fail or get cut off unexpectedly due to Slack's 3000 character limit for section blocks. Now, the message gracefully truncates the file list and shows "...and X more files" when needed, while the full details remain available in the attached file.

Documentation Update:
I added a bug fix entry to the existing February 2026 changelog suggestion, which already contained entries for Read-Only GitHub App reliability fixes. Per your instructions to keep one changelog suggestion per month, I updated the existing suggestion rather than creating a new one.

New changelog entry:

  • Slack Notification Large Diff Handling: Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file.
Promptless/promptless PR #1937: refactor/fix: ensure get_link tool works with github_oss

Promptless Research (1 GitHub PR)

Agent Response

I've completed reviewing PR #1937 and updated the documentation accordingly.

Summary

PR #1937 fixes a bug where Promptless couldn't properly retrieve PR context for open-source projects using the Read-Only GitHub App integration. This was an internal fix to the get_link tool that ensures PR details are fetched correctly regardless of which GitHub integration type is being used.

Documentation Update

I updated the existing February 2026 changelog suggestion to include this fix. Following your changelog consolidation guidelines, I added "PR context is retrieved correctly" to the existing "Read-Only GitHub App Reliability" entry rather than creating a separate bullet.

Updated entry:

Read-Only GitHub App Reliability: Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly.

Promptless/promptless PR #1946: fix: pull github app creds for auto_merge_docs_pr

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for this PR.

Summary

PR #1946 fixes a bug where auto-merge for documentation PRs was failing for GitHub Cloud users due to incorrect credential retrieval logic (introduced in PR #1937).

What I Did

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

Auto-Merge Documentation PR Reliability: Fixed auto-merge for documentation PRs failing for GitHub Cloud users. Auto-merge now correctly retrieves authentication credentials for both GitHub Cloud and GitHub Enterprise installations.

The entry follows the client's changelog guidelines:

  • Added to the Bug Fixes section
  • Focuses on user impact (auto-merge failing for GitHub Cloud users) rather than technical implementation details (credential retrieval from app config vs. integration info)

Suggestion Updated

The existing suggestion now contains three bug fixes:

  1. Read-Only GitHub App Reliability
  2. Slack Notification Large Diff Handling
  3. Auto-Merge Documentation PR Reliability (newly added)

You can review the changes here: https://app.gopromptless.ai/change-history/33a1d63b-e3e7-4254-be95-d47f164a766a

Promptless/promptless PR #1945: feat: add tips to outbound notifications

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1945 (Notification Tips feature).

Summary

I updated the existing February 2026 changelog suggestion to add a new "New Features" section documenting the Notification Tips feature.

What was added:

  • Notification Tips — Promptless notifications now include helpful tips at the bottom of GitHub PR comments, issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more.

Approach:

Following the client instruction to maintain one changelog suggestion per month, I added this feature to the existing February 2026 changelog suggestion rather than creating a new one. The changelog now properly includes both "New Features" and "Bug Fixes" sections.

Suggestion to review: https://app.gopromptless.ai/change-history/33a1d63b-e3e7-4254-be95-d47f164a766a

Promptless/promptless PR #1952: feat: allow pasting images into new task input box

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for this PR.

Summary

PR #1952 adds a nice UX improvement that lets users paste images directly from their clipboard into the task input box, instead of having to save screenshots to files first and then upload them.

What I Updated

I added this improvement to the existing February 2026 changelog suggestion (following your preference to consolidate monthly changelog updates into a single suggestion):

New "Improvements" section added:

  • Paste Images into Task Input: Paste images directly into the task input box from your clipboard. Take a screenshot (Cmd+Ctrl+Shift+4 on Mac) and paste it—no need to save to a file first.

Why This Approach

  • Classified as an "Improvement" rather than a new feature, since file attachments already existed—this just makes them easier to add
  • User-focused language highlighting the benefit (no extra steps to save and upload files)
  • Consolidated into existing suggestion per your "one suggestion per month" changelog guideline

You can review the updated suggestion here: https://app.gopromptless.ai/change-history/33a1d63b-e3e7-4254-be95-d47f164a766a

Promptless/promptless PR #1956: fix: large diffs breaking conflict resolution agent

Promptless Research (1 GitHub PR)

Agent Response

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

Summary

I added a bug fix entry to the existing February 2026 changelog for the conflict resolution reliability improvement.

What was added:

Conflict Resolution Reliability: Fixed automatic conflict resolution failing when suggestions have many conflicting files—Promptless now handles large file conflicts without running into message size limits.

Why this approach:

  • Following the monthly changelog consolidation guideline, I updated the existing February 2026 changelog suggestion rather than creating a new one
  • The bug fix description focuses on user-observable behavior (automatic conflict resolution failing) rather than implementation details (message size limits, diff contents vs file paths)
  • This is similar in nature to the "Slack Notification Large Diff Handling" fix already in the changelog—both are reliability improvements for handling large content

Suggestion updated: February 2026 Changelog

Promptless/promptless PR #1965: wip: discord integration for Peter's OpenClaw discord

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation for the Discord integration feature from PR #1965. Here's a summary of the changes:

Documentation Created

1. Discord Integration Documentation (New Suggestion)

Created two new documentation pages following the existing Slack integration pattern:

Discord Integration page (integrations/discord.mdx):

  • Setup instructions for connecting Discord via OAuth
  • Permission explanations with an Info callout
  • Privacy and channel access details

Discord Messages trigger page (configuration/triggers/discord.md):

  • Trigger methods: bot mentions and DMs
  • How it works workflow
  • Image processing capabilities
  • Passive channel listening (optional, with 10-minute debounce)
  • Configuration options

Also added navigation entries to docs.yml for both the Triggers and Integrations sections.

2. February 2026 Changelog (Updated Existing Suggestion)

Added the Discord Integration as a new feature to the existing February 2026 changelog, describing:

  • Connecting Discord servers to trigger documentation updates
  • @Promptless mentions in channels
  • Passive listening for specific channels
  • Discord notifications for new suggestions

Note: The PR is marked as work-in-progress, so these documentation pages are ready to review alongside the PR development. Once the feature is finalized, the documentation can be published together with the release.

Promptless/promptless PR #1969: commit signoff for oss

Promptless Research (1 GitHub PR)

Agent Response

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

Summary

PR #1969 adds automatic DCO (Developer Certificate of Origin) sign-off to commits when Promptless contributes to open-source projects. This enables Promptless to work with projects that require DCO compliance—like those under the Linux Foundation, CNCF, and Helm.

What I Did

I added an improvement entry to the existing February 2026 changelog suggestion:

DCO Compliance for Open-Source Projects: Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box.

Why This Approach

  • Used existing changelog suggestion: Per your monthly changelog consolidation guidelines, I added to the existing February 2026 changelog suggestion rather than creating a new one
  • Focused on user benefits: The entry emphasizes that DCO-required projects "work with Promptless out of the box" rather than explaining the technical implementation
  • Kept it brief: Since this is a transparent feature that users don't need to configure, a concise entry is appropriate

Review

You can review the updated changelog at:
https://app.gopromptless.ai/change-history/33a1d63b-e3e7-4254-be95-d47f164a766a


Tip: Send Promptless a meeting transcript in Slack to generate doc updates 📝


**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.
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 #1934 which fixes two bugs in GitHub OSS integration: 404 errors during _sync_open_pr_branch for fork-based PRs (fixed in server/agent/promptless_agent.py) and 403 errors when adding reactions/comments via read-only app token (fixed by using service account PAT across multiple files including server/backend/integrations/github/routes.py).
View source


**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.
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 #1941 adds is_promptless_user() check in server/backend/integrations/github/routes.py to skip processing comments/reviews from Promptless service accounts (including promptless-for-oss), preventing citation comments from triggering recursive follow-on processing.
View source


* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.

* **Notification Tips:** Promptless notifications now include tips at the bottom of GitHub PR comments, GitHub issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more.
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 changes in server/notifications/slack_blocks.py - the format_diff_summary() function now accepts a max_chars parameter and truncates large diffs to stay under Slack's 3000 character limit for section blocks.
View source


**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.
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 context is retrieved correctly" based on PR #1937 which fixes the get_link tool failing for github_oss (Read-Only GitHub App) PR URLs. The fix ensures get_github_integration_by_owner() properly resolves GitHub integrations regardless of type.
View source


* **Notification Tips:** Promptless notifications now include tips at the bottom of GitHub PR comments, GitHub issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more.

**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 #1946 which fixes credential retrieval in server/utils/sources/github.py - GitHub Cloud now uses get_github_app_credentials() while GitHub Enterprise uses credentials from integration info.
View source


**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.
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 #1945 which adds tips to outbound notifications. Key files: notifications/tips.py (tip definitions and eligibility logic), notifications/slack.py (Slack notification tips), triggers/github/routes.py (GitHub PR/issue comment tips).
View source


* **Notification Tips:** Promptless notifications now include tips at the bottom of GitHub PR comments, GitHub issue comments, and Slack messages. Tips are tailored to your connected integrations—covering dashboard features, Slack shortcuts, feedback options, and more.

**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 #1952 which adds handlePaste function to src/app/new-task/page.tsx enabling clipboard image pasting into the task input box.
View source


* **Read-Only GitHub App Reliability:** Fixed issues affecting open-source projects using the Read-Only GitHub App integration. PRs from forked repositories now sync correctly when processing follow-on instructions, comments are acknowledged with reactions, PR comments post as expected, citation comments no longer trigger recursive processing loops, and PR context is retrieved correctly.

* **Slack Notification Large Diff Handling:** Fixed Slack notifications failing or getting cut off when suggestions involve many file changes. Notifications now gracefully truncate the file list and show how many additional files were changed, while full details remain available in the attached file.
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 #1956 which changes conflict_resolution_agent.py to pass conflict file paths instead of full diff contents, fixing the agent breaking on large diffs.
View source

**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.

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: Discord integration feature from PR #1965. Adds bot mentions, passive channel listening, and Discord notifications (mirrors Slack functionality).
View source


* **Paste Images into Task Input:** Paste images directly into the task input box from your clipboard. Take a screenshot (<kbd>Cmd</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>4</kbd> on Mac) and paste it—no need to save to a file first.

* **DCO Compliance for Open-Source Projects:** Promptless now automatically adds DCO sign-off to commits on open-source projects. Projects with DCO requirements—like those under the Linux Foundation or CNCF—work with Promptless out of the box.
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 #1969 which adds automatic DCO sign-off to commits for the github_oss platform. Changes in server/utils/sources/github.py add _ensure_signed_off_by_trailer() and _build_commit_message_and_author() functions that automatically include Signed-off-by trailers when platform="github_oss". This enables compatibility with projects requiring DCO compliance like Helm and Linux Foundation projects.
View source

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

@promptless
Copy link
Contributor Author

promptless bot commented Feb 10, 2026

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


**New Features:**

* **Discord Integration:** Connect your Discord server to trigger documentation updates from conversations. Mention @Promptless in any channel to request updates, or enable passive listening to automatically monitor specific channels. Promptless can also send notifications about new suggestions to your Discord channels.
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 "Notification Tips" entry from the changelog because PR #1959 deleted the tips module (server/notifications/tips.py). The PR description explicitly states: "Deleted the tips module (server/notifications/tips.py) entirely". Since this feature was removed before shipping, it should not be documented in the changelog.
View source

@github-actions
Copy link

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.

0 participants