[PR #4360] [CLOSED] feat: generate/modify request body using AI #4770

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4360
Author: @amk-dev
Created: 9/19/2024
Status: Closed

Base: patchHead: feat/body-generation-with-ai


📝 Commits (1)

  • 4f9c9ca feat: modify/generate body using AI

📊 Changes

10 files changed (+483 additions, -35 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+4 -1)
📝 packages/hoppscotch-common/package.json (+1 -0)
📝 packages/hoppscotch-common/src/components.d.ts (+2 -0)
packages/hoppscotch-common/src/components/aiexperiments/MergeView.vue (+71 -0)
packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue (+125 -0)
📝 packages/hoppscotch-common/src/components/http/RawBody.vue (+36 -0)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+101 -1)
📝 packages/hoppscotch-common/src/platform/experiments.ts (+25 -3)
📝 packages/hoppscotch-selfhost-web/src/main.ts (+1 -0)
📝 pnpm-lock.yaml (+117 -30)

📄 Description

No description provided


🔄 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/4360 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 9/19/2024 **Status:** ❌ Closed **Base:** `patch` ← **Head:** `feat/body-generation-with-ai` --- ### 📝 Commits (1) - [`4f9c9ca`](https://github.com/hoppscotch/hoppscotch/commit/4f9c9ca9e3f04b7809153e2090d7e2d7d661bfc0) feat: modify/generate body using AI ### 📊 Changes **10 files changed** (+483 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+4 -1) 📝 `packages/hoppscotch-common/package.json` (+1 -0) 📝 `packages/hoppscotch-common/src/components.d.ts` (+2 -0) ➕ `packages/hoppscotch-common/src/components/aiexperiments/MergeView.vue` (+71 -0) ➕ `packages/hoppscotch-common/src/components/aiexperiments/ModifyBodyModal.vue` (+125 -0) 📝 `packages/hoppscotch-common/src/components/http/RawBody.vue` (+36 -0) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+101 -1) 📝 `packages/hoppscotch-common/src/platform/experiments.ts` (+25 -3) 📝 `packages/hoppscotch-selfhost-web/src/main.ts` (+1 -0) 📝 `pnpm-lock.yaml` (+117 -30) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:16:29 +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#4770
No description provided.