[PR #4386] [MERGED] feat: modify body with ai & feedback on ai requests hoppscotch-common bindings #4778

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4386
Author: @amk-dev
Created: 9/30/2024
Status: Merged
Merged: 9/30/2024
Merged by: @jamesgeorge007

Base: nextHead: feat/modify-body-with-ai


📝 Commits (4)

  • 3214546 feat: add hoppscotch-common things for body generation with ai
  • 124c005 chore: move text to i18n strings
  • a824604 chore: cleanup
  • 2818e85 feat: add feedback UI for request rename

📊 Changes

13 files changed (+791 additions, -79 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+9 -1)
📝 packages/hoppscotch-common/package.json (+1 -0)
packages/hoppscotch-common/src/components/aiexperiments/MergeView.vue (+82 -0)
packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue (+140 -0)
📝 packages/hoppscotch-common/src/components/collections/AddRequest.vue (+76 -16)
📝 packages/hoppscotch-common/src/components/collections/EditRequest.vue (+76 -15)
📝 packages/hoppscotch-common/src/components/collections/SaveRequest.vue (+75 -15)
📝 packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue (+74 -14)
📝 packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue (+74 -14)
📝 packages/hoppscotch-common/src/components/http/RawBody.vue (+24 -0)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+121 -1)
📝 packages/hoppscotch-common/src/platform/experiments.ts (+25 -3)
📝 pnpm-lock.yaml (+14 -0)

📄 Description

Changes

This PR adds hoppscotch-common bindings for supporting

  1. modifying a request body with ai
  2. accepting feedbacks for our ai features

🔄 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/4386 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/modify-body-with-ai` --- ### 📝 Commits (4) - [`3214546`](https://github.com/hoppscotch/hoppscotch/commit/3214546ec6bce84233a54903c51959091d781158) feat: add hoppscotch-common things for body generation with ai - [`124c005`](https://github.com/hoppscotch/hoppscotch/commit/124c005520ada20a1fc0376464a77b23226dee9c) chore: move text to i18n strings - [`a824604`](https://github.com/hoppscotch/hoppscotch/commit/a824604bd42ee8eed89f58adea58ae1e7c674894) chore: cleanup - [`2818e85`](https://github.com/hoppscotch/hoppscotch/commit/2818e855975719b88197f19ead49425c683d2fe3) feat: add feedback UI for request rename ### 📊 Changes **13 files changed** (+791 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+9 -1) 📝 `packages/hoppscotch-common/package.json` (+1 -0) ➕ `packages/hoppscotch-common/src/components/aiexperiments/MergeView.vue` (+82 -0) ➕ `packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue` (+140 -0) 📝 `packages/hoppscotch-common/src/components/collections/AddRequest.vue` (+76 -16) 📝 `packages/hoppscotch-common/src/components/collections/EditRequest.vue` (+76 -15) 📝 `packages/hoppscotch-common/src/components/collections/SaveRequest.vue` (+75 -15) 📝 `packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue` (+74 -14) 📝 `packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue` (+74 -14) 📝 `packages/hoppscotch-common/src/components/http/RawBody.vue` (+24 -0) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+121 -1) 📝 `packages/hoppscotch-common/src/platform/experiments.ts` (+25 -3) 📝 `pnpm-lock.yaml` (+14 -0) </details> ### 📄 Description **Changes** This PR adds `hoppscotch-common` bindings for supporting 1. modifying a request body with ai 2. accepting feedbacks for our ai features --- <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:02 +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#4778
No description provided.