Kent Wang

Results 6 issues of Kent Wang

**Highlight and Changes**: Add new KV-pair view for environment - Collection environment - Global environment - Folder environment - UI Change: - [x] New key-pair table for collection environment, global...

**Highlights:** Fix the issue that Insomnia.global.set is not updating environment when global base environment is activated. Modify Insomnia script to make globals and baseGlobals point to the same environment object...

**Changes:** - Modify esbuild script to restart electron automatically when preload/main/hiddenWindow scripted changed - Add a new ```dev:autoRestart``` script to start app with both front-end live-reload and main processor auto-restart...

## Changes - [x] Add sampling form UI for MCP server sampling request - [x] Modify mcp implementation for sampling request response - [x] Add text area component for json-schema...

## Background Currently we're using `InsomniaFileSchema.parse` to parse git yaml files directly. Whenever it meets malformed yaml files or yaml file that is not supported for current version, it will...

## Background Current `use-nunjucks` hook which manages the Nunjuck rendering cache has the following issue: - Components are required to generate and provide their own unique IDs to store cache...