[PR #4935] [CLOSED] feat: add paste transcription button for external meeting transcripts #4835

Closed
opened 2026-02-22 18:36:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4935
Author: @timon0305
Created: 1/29/2026
Status: Closed

Base: masterHead: feature/paste-transcription


📝 Commits (1)

  • e5a4161 feat: add paste transcription button for external meeting transcripts

📊 Changes

3 files changed (+154 additions, -0 deletions)

View changed files

frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/PasteTranscription/index.jsx (+143 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+2 -0)
📝 frontend/src/locales/en/common.js (+9 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4934

What is in this change?

Adds a "Paste Transcription" button next to the microphone button in the chat input area. This allows users to paste pre-existing meeting transcription text directly into the chat instead of being forced to use the audio source.

Use cases:

  • Meetings in languages not yet supported by the Transcription Model
  • Users who process speech-to-text externally before using AnythingLLM
  • Importing transcripts from other transcription services

Changes:

  • New PasteTranscription component with modal for pasting text
  • Added button to PromptInput footer (next to SpeechToText microphone)
  • Added English translations for the new UI elements

Additional Information

The feature opens a modal where users can paste their transcription text, which then gets inserted into the chat input for further interaction with the LLM (creating minutes, summaries, etc.).

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4935 **Author:** [@timon0305](https://github.com/timon0305) **Created:** 1/29/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/paste-transcription` --- ### 📝 Commits (1) - [`e5a4161`](https://github.com/Mintplex-Labs/anything-llm/commit/e5a4161c29542612597adc497e33fb8df1889033) feat: add paste transcription button for external meeting transcripts ### 📊 Changes **3 files changed** (+154 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/PasteTranscription/index.jsx` (+143 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+2 -0) 📝 `frontend/src/locales/en/common.js` (+9 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4934 ### What is in this change? Adds a "Paste Transcription" button next to the microphone button in the chat input area. This allows users to paste pre-existing meeting transcription text directly into the chat instead of being forced to use the audio source. **Use cases:** - Meetings in languages not yet supported by the Transcription Model - Users who process speech-to-text externally before using AnythingLLM - Importing transcripts from other transcription services **Changes:** - New `PasteTranscription` component with modal for pasting text - Added button to PromptInput footer (next to SpeechToText microphone) - Added English translations for the new UI elements ### Additional Information The feature opens a modal where users can paste their transcription text, which then gets inserted into the chat input for further interaction with the LLM (creating minutes, summaries, etc.). ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:37 -05:00
yindo closed this issue 2026-02-22 18:36:37 -05:00
yindo changed title from [PR #4935] feat: add paste transcription button for external meeting transcripts to [PR #4935] [CLOSED] feat: add paste transcription button for external meeting transcripts 2026-06-05 15:20:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4835