-
Notifications
You must be signed in to change notification settings - Fork 3
docs: Add February 2026 changelog with Discord integration, Notification Tips, and bug fixes #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
3ff1892
279556a
1699c24
45022e5
40457c2
5096ec1
9f11d43
677f6c6
f538976
bf7f3e5
9f16269
8f1e467
a4dc855
5c6a98a
934ef5b
9ed8c46
aee746f
be90805
d18b200
f55d45e
4b47762
39f0f5f
02708d6
8b997d1
6f51968
79272fd
d07bd83
6a00bb2
9a4a664
a102417
b55016c
0f33cd1
908e4cc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| --- | ||
| title: February 2026 | ||
| --- | ||
|
|
||
| **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. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: PR #1941 adds
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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:
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 ( |
||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). |
||
| * **Notion Integration:** Connect your Notion workspace to use pages and databases as context sources. During OAuth authorization, you select which pages and databases Promptless can access. The dashboard displays content counts (e.g., "8 pages, 2 databases") and includes a refresh button to re-sync workspace content without disconnecting. | ||
|
|
||
| * **Configurable GitHub PR Comment Trigger Mode:** Control whether Promptless responds to all PR comments or only @promptless mentions. New organizations listen to all comments by default—start any comment with `aside` or `/aside` to have Promptless skip it. Existing organizations continue to require @promptless mentions. Configure this in Settings → Org Settings. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #2181 which enabled the Notion integration connect flow. Key features from the PR: OAuth 2.0 authentication, fetches both pages and databases from connected workspaces, dashboard shows content counts (e.g., "8 pages, 2 databases"), and includes a |
||
|
|
||
| * **Weekly Suggestion Digest:** Stay on top of documentation reviews with automatic Friday Slack notifications. Each digest summarizes open suggestions awaiting review, shows weekly activity stats (triggers processed, new suggestions), and warns about suggestions approaching the 30-day auto-archive limit. Teams with multiple doc collections receive separate digests per collection. | ||
|
|
||
| * **Environment Variables for Agent Credentials:** Store credentials and configuration values that the Promptless agent can use at runtime—like login credentials for screenshot testing or API tokens for authenticated endpoints. Admins can add variables in Settings → Environment Variables, optionally marking them as secrets to hide values after saving. Variables are automatically available to the agent with a `PROMPTLESS_` prefix. | ||
|
|
||
| **Improvements:** | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #1946 which fixes credential retrieval in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #1952 which adds
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Documents new configurable GitHub PR comment trigger mode from PR #1984. Key changes in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #2146 which adds the org secrets manager. Key files: |
||
|
|
||
| * **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. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #2039 which adds trigger pill UI components in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #2105 which adds frontend handlers for |
||
|
|
||
| * **Clearer Notification Tips:** Notification tips in Slack and GitHub now include direct links to the Promptless dashboard—making it easier to act on labels, assignments, and inline comments. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Citation: Based on PR #2087 which routes HN comment events as follow-ons when an open suggestion exists. Key changes in
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no |
||
|
|
||
| * **Scoped CI Failure Handling:** When CI checks fail on documentation PRs, Promptless investigates whether the failures are actually caused by the current suggestion—pre-existing or unrelated failures are left alone. If Promptless finds real documentation issues outside the suggestion's scope, it creates a separate suggestion to address them. | ||
|
|
||
| * **Smarter Duplicate Detection for GitHub Docs:** Promptless now detects open documentation PRs you've created yourself—if your changes are already covered by an open PR, Promptless skips creating duplicate suggestions and notifies you instead. | ||
|
|
||
| * **Markdown Formatting in Slack Messages:** Messages from Promptless in Slack—including questions and clarifications—now render markdown formatting. Links, bold text, headers, and code blocks display properly, making messages easier to read. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no |
||
|
|
||
| * **Excluded Repository Visibility:** Projects configured to trigger on all repositories now clearly display any excluded repos in the project list. When setting up a new project or editing an existing one, you can also use a checkbox to quickly exclude your docs repository from triggers—preventing documentation PRs from triggering Promptless on themselves. | ||
|
|
||
| * **Streamlined PR Descriptions:** Documentation PR descriptions now show the first 5 trigger events with a link to the Promptless dashboard for the complete list. This keeps PR descriptions focused and readable for suggestions with many trigger events. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no |
||
There was a problem hiding this comment.
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_branchfor fork-based PRs (fixed inserver/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 includingserver/backend/integrations/github/routes.py).View source