[PR #4636] [MERGED] refactor: move AI request naming style to settings #4882

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4636
Author: @Govind-S-B
Created: 12/20/2024
Status: Merged
Merged: 12/20/2024
Merged by: @jamesgeorge007

Base: nextHead: HCB-149


📝 Commits (6)

  • f6d67ce added ai experiment dependencies
  • d18c263 test: resolve failing tests
  • a908301 refactor: move logic from template
  • 0928f9d refactor: update generateRequestName platform function to take namingStyle as a param
  • c66072b chore: update copy
  • 324a02c chore: schema update

📊 Changes

6 files changed (+110 additions, -2 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+5 -0)
📝 packages/hoppscotch-common/src/composables/ai-experiments.ts (+4 -1)
📝 packages/hoppscotch-common/src/newstore/settings.ts (+6 -0)
📝 packages/hoppscotch-common/src/pages/settings.vue (+87 -0)
📝 packages/hoppscotch-common/src/platform/experiments.ts (+4 -1)
📝 packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts (+4 -0)

📄 Description

instead of hardcoded naming style for request rename feature its now moved to user settings under the AI experiments toggle (only if its enabled)

related : https://github.com/hoppscotch/central/pull/89

Ref: HFE-700.


🔄 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/4636 **Author:** [@Govind-S-B](https://github.com/Govind-S-B) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `HCB-149` --- ### 📝 Commits (6) - [`f6d67ce`](https://github.com/hoppscotch/hoppscotch/commit/f6d67ce8faf6f240e082a864ce75e391e4147001) added ai experiment dependencies - [`d18c263`](https://github.com/hoppscotch/hoppscotch/commit/d18c26318d6d4c40177e215f933db792efa1cdbe) test: resolve failing tests - [`a908301`](https://github.com/hoppscotch/hoppscotch/commit/a9083012f6f3cca9a1234bd0ea0ab77bc9af8d69) refactor: move logic from template - [`0928f9d`](https://github.com/hoppscotch/hoppscotch/commit/0928f9df97ab88a76fda0ba71a44a5661d4d5d73) refactor: update generateRequestName platform function to take namingStyle as a param - [`c66072b`](https://github.com/hoppscotch/hoppscotch/commit/c66072bdea79a838619dd2d065cb050d57110795) chore: update copy - [`324a02c`](https://github.com/hoppscotch/hoppscotch/commit/324a02c5c8b053fe06a6cbecbd6b6b302c5c381d) chore: schema update ### 📊 Changes **6 files changed** (+110 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+5 -0) 📝 `packages/hoppscotch-common/src/composables/ai-experiments.ts` (+4 -1) 📝 `packages/hoppscotch-common/src/newstore/settings.ts` (+6 -0) 📝 `packages/hoppscotch-common/src/pages/settings.vue` (+87 -0) 📝 `packages/hoppscotch-common/src/platform/experiments.ts` (+4 -1) 📝 `packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts` (+4 -0) </details> ### 📄 Description instead of hardcoded naming style for request rename feature its now moved to user settings under the AI experiments toggle (only if its enabled) related : https://github.com/hoppscotch/central/pull/89 Ref: HFE-700. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:22:46 +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#4882
No description provided.