mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4386] [MERGED] feat: modify body with ai & feedback on ai requests hoppscotch-common bindings #4778
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4778
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
next← Head:feat/modify-body-with-ai📝 Commits (4)
3214546feat: add hoppscotch-common things for body generation with ai124c005chore: move text to i18n stringsa824604chore: cleanup2818e85feat: 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-commonbindings for supporting🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.