[PR #4703] [MERGED] feat(ai-exp): add support for custom request naming scheme #4906

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4703
Author: @Govind-S-B
Created: 1/28/2025
Status: Merged
Merged: 1/29/2025
Merged by: @jamesgeorge007

Base: nextHead: ai-feat-custom-naming-schema


📝 Commits (2)

  • 2c33b1b feat: add support for custom naming scheme
  • 1c3dc60 test: resolve failing tests

📊 Changes

5 files changed (+75 additions, -46 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+2 -0)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+2 -1)
📝 packages/hoppscotch-common/src/newstore/settings.ts (+3 -0)
📝 packages/hoppscotch-common/src/pages/settings.vue (+67 -45)
📝 packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts (+1 -0)

📄 Description

added support for user to specify detailed instructions for request rename in settings
depends on : https://github.com/hoppscotch/hoppscotch-backend/pull/150


🔄 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/4703 **Author:** [@Govind-S-B](https://github.com/Govind-S-B) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `ai-feat-custom-naming-schema` --- ### 📝 Commits (2) - [`2c33b1b`](https://github.com/hoppscotch/hoppscotch/commit/2c33b1bd7d7fc8c49c28ddc73af45ca68868db44) feat: add support for custom naming scheme - [`1c3dc60`](https://github.com/hoppscotch/hoppscotch/commit/1c3dc607be59f721c8e78ac1060291be2550be3c) test: resolve failing tests ### 📊 Changes **5 files changed** (+75 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+2 -0) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+2 -1) 📝 `packages/hoppscotch-common/src/newstore/settings.ts` (+3 -0) 📝 `packages/hoppscotch-common/src/pages/settings.vue` (+67 -45) 📝 `packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts` (+1 -0) </details> ### 📄 Description added support for user to specify detailed instructions for request rename in settings depends on : https://github.com/hoppscotch/hoppscotch-backend/pull/150 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:24:08 +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#4906
No description provided.