[PR #4715] feat(ai-exp): ai diagnosis in inspector #4913

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4715
Author: @Govind-S-B
Created: 2/1/2025
Status: 🔄 Open

Base: mainHead: inspector-ai-diag


📝 Commits (9)

  • 5486d0b feat(ai-exp): ai diagnosis in inspector
  • dedaf79 chore: fix tests
  • f5a7638 chore: update styles
  • 2b933aa chore: fix feedback submission logic
  • eccbbf7 chore: fix path error
  • 7627622 Merge branch 'hoppscotch:main' into inspector-ai-diag
  • ff8dfbe refactor: simplify implementation
  • 418fd6a refactor: use existing submitFeedback composable
  • 96267bb fix: type error

📊 Changes

7 files changed (+222 additions, -19 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+4 -1)
📝 packages/hoppscotch-common/src/components.d.ts (+1 -0)
packages/hoppscotch-common/src/components/aiexperiments/AIDiagnosisInspector.vue (+70 -0)
📝 packages/hoppscotch-common/src/components/app/Inspection.vue (+22 -15)
📝 packages/hoppscotch-common/src/platform/experiments.ts (+6 -0)
📝 packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/response.inspector.spec.ts (+10 -0)
📝 packages/hoppscotch-common/src/services/inspection/inspectors/response.inspector.ts (+109 -3)

📄 Description

Adds a new section in Inspector to generate a diagnosis and fix when a response is not 200


🔄 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/4715 **Author:** [@Govind-S-B](https://github.com/Govind-S-B) **Created:** 2/1/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `inspector-ai-diag` --- ### 📝 Commits (9) - [`5486d0b`](https://github.com/hoppscotch/hoppscotch/commit/5486d0be112f0ba2f161e75be78a77ca5e001c0e) feat(ai-exp): ai diagnosis in inspector - [`dedaf79`](https://github.com/hoppscotch/hoppscotch/commit/dedaf7961aa1023786a1ab11a007da971039e878) chore: fix tests - [`f5a7638`](https://github.com/hoppscotch/hoppscotch/commit/f5a763838a6397e0837e0083ea4dc16e371eea88) chore: update styles - [`2b933aa`](https://github.com/hoppscotch/hoppscotch/commit/2b933aadf1afdc36916802f037f710eb340616d6) chore: fix feedback submission logic - [`eccbbf7`](https://github.com/hoppscotch/hoppscotch/commit/eccbbf71cff8f8ff97e104624cb175a9ff7931e7) chore: fix path error - [`7627622`](https://github.com/hoppscotch/hoppscotch/commit/7627622897d247b7fa67dde10f7c5f6e4a616278) Merge branch 'hoppscotch:main' into inspector-ai-diag - [`ff8dfbe`](https://github.com/hoppscotch/hoppscotch/commit/ff8dfbe113ed46787420e846fe0785bb705765a2) refactor: simplify implementation - [`418fd6a`](https://github.com/hoppscotch/hoppscotch/commit/418fd6ae320262201ae527d74863d6253e304e80) refactor: use existing submitFeedback composable - [`96267bb`](https://github.com/hoppscotch/hoppscotch/commit/96267bbdb5ab27bb9178cae93dd4695ed26915b1) fix: type error ### 📊 Changes **7 files changed** (+222 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+4 -1) 📝 `packages/hoppscotch-common/src/components.d.ts` (+1 -0) ➕ `packages/hoppscotch-common/src/components/aiexperiments/AIDiagnosisInspector.vue` (+70 -0) 📝 `packages/hoppscotch-common/src/components/app/Inspection.vue` (+22 -15) 📝 `packages/hoppscotch-common/src/platform/experiments.ts` (+6 -0) 📝 `packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/response.inspector.spec.ts` (+10 -0) 📝 `packages/hoppscotch-common/src/services/inspection/inspectors/response.inspector.ts` (+109 -3) </details> ### 📄 Description Adds a new section in Inspector to generate a diagnosis and fix when a response is not 200 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#4913
No description provided.