[PR #4393] [MERGED] fix: update copy + improve ux on ai experiments #4782

Closed
opened 2026-03-17 02:17:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4393
Author: @amk-dev
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @jamesgeorge007

Base: nextHead: fix/qa-changes-ai-experiments


📝 Commits (4)

  • 59eb609 fix: incorporate feedback from qa
  • 9f7bcdf chore: show the feedback message on thumbs down+ reset feedback ui on new generation
  • 6348f95 chore: add missing i18n string entry
  • 1bb4aa0 chore: ask for feedback following prompt generations

📊 Changes

8 files changed (+59 additions, -13 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+3 -1)
📝 packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue (+24 -3)
📝 packages/hoppscotch-common/src/components/collections/AddRequest.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/collections/EditRequest.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/collections/SaveRequest.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue (+6 -1)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+2 -4)

📄 Description

Changes

  1. Updated the copy for requesting feedback after request name generation
  2. Remove toast after submitting feedback
  3. Submit the modify body prompt on the Enter key press.
  4. Add a 'Generate' copy to the modify body prompt submit button
  5. Ask for feedback following each prompt generation applying to generate request name/modify request body flows.

🔄 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/hoppscotch/hoppscotch/pull/4393 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/qa-changes-ai-experiments` --- ### 📝 Commits (4) - [`59eb609`](https://github.com/hoppscotch/hoppscotch/commit/59eb609f4628e17a193ca7e72d5b41224164844d) fix: incorporate feedback from qa - [`9f7bcdf`](https://github.com/hoppscotch/hoppscotch/commit/9f7bcdfa63f5378db3c022cccfa359572f220a86) chore: show the feedback message on thumbs down+ reset feedback ui on new generation - [`6348f95`](https://github.com/hoppscotch/hoppscotch/commit/6348f95f5052213f27797876a6f9cd551263ef93) chore: add missing `i18n` string entry - [`1bb4aa0`](https://github.com/hoppscotch/hoppscotch/commit/1bb4aa0ebe97b72caaf5610f464a80753d82849e) chore: ask for feedback following prompt generations ### 📊 Changes **8 files changed** (+59 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+3 -1) 📝 `packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue` (+24 -3) 📝 `packages/hoppscotch-common/src/components/collections/AddRequest.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/collections/EditRequest.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/collections/SaveRequest.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+2 -4) </details> ### 📄 Description **Changes** 1. Updated the copy for requesting feedback after request name generation 2. Remove toast after submitting feedback 3. Submit the modify body prompt on the `Enter` key press. 4. Add a 'Generate' copy to the modify body prompt submit button 5. Ask for feedback following each prompt generation applying to generate request name/modify request body flows. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:17:19 +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/hoppscotch#4782
No description provided.