[PR #2305] [MERGED] fix: make ai features more discoverable #2200

Closed
opened 2026-02-26 20:32:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2305
Author: @Mythie
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @Mythie

Base: mainHead: fix/make-ai-feature-more-discoverable


📝 Commits (2)

  • 313ecab fix: make ai features more discoverable
  • c0c72ba fix: use isPending

📊 Changes

5 files changed (+262 additions, -52 deletions)

View changed files

apps/remix/app/components/dialogs/ai-features-enable-dialog.tsx (+141 -0)
📝 apps/remix/app/components/general/envelope-editor/envelope-editor-fields-page.tsx (+50 -29)
📝 apps/remix/app/components/general/envelope-editor/envelope-editor-recipient-form.tsx (+52 -19)
📝 apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx (+4 -3)
📝 packages/lib/jobs/definitions/internal/seal-document.handler.ts (+15 -1)

📄 Description

Previously you had to have explicit knowledge of the
feature and enable it in order to use AI assisted field
detection.

This surfaces it by having a secondary dialog prompting
for enablement.

Also includes a fix for CC recipients not getting marked
as signed in weird edge cases.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2305 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/make-ai-feature-more-discoverable` --- ### 📝 Commits (2) - [`313ecab`](https://github.com/documenso/documenso/commit/313ecab395b569652cc1571a2a40a3c1dc2d1af7) fix: make ai features more discoverable - [`c0c72ba`](https://github.com/documenso/documenso/commit/c0c72ba9b85d4c61f6486d941302ff85e850dc7c) fix: use isPending ### 📊 Changes **5 files changed** (+262 additions, -52 deletions) <details> <summary>View changed files</summary> ➕ `apps/remix/app/components/dialogs/ai-features-enable-dialog.tsx` (+141 -0) 📝 `apps/remix/app/components/general/envelope-editor/envelope-editor-fields-page.tsx` (+50 -29) 📝 `apps/remix/app/components/general/envelope-editor/envelope-editor-recipient-form.tsx` (+52 -19) 📝 `apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx` (+4 -3) 📝 `packages/lib/jobs/definitions/internal/seal-document.handler.ts` (+15 -1) </details> ### 📄 Description Previously you had to have explicit knowledge of the feature and enable it in order to use AI assisted field detection. This surfaces it by having a secondary dialog prompting for enablement. Also includes a fix for CC recipients not getting marked as signed in weird edge cases. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2200
No description provided.