KAWAKAMI Moeki
|
52564dd7c5
|
Add auto open disabled environment option to sidebar
|
2025-04-13 21:53:42 +09:00 |
|
yushengchen
|
fe74dbea74
|
refactor(json): Consolidate JSON utilities and type definitions
Modified files:
- client/src/components/DynamicJsonForm.tsx
- client/src/components/JsonView.tsx
- client/src/components/ToolsTab.tsx
- client/src/components/__tests__/DynamicJsonForm.test.tsx
- client/src/utils/__tests__/jsonPathUtils.test.ts → client/src/utils/__tests__/jsonUtils.test.ts
- client/src/utils/__tests__/schemaUtils.test.ts
- client/src/utils/jsonPathUtils.ts → client/src/utils/jsonUtils.ts
- client/src/utils/schemaUtils.ts
Descriptions:
- Move JSON type definitions from DynamicJsonForm to centralized jsonUtils
- Consolidate utility functions (getDataType, tryParseJson) into jsonUtils
- Rename jsonPathUtils to jsonUtils for better semantic clarity
- Add comprehensive test coverage for new utility functions
- Update imports across all affected components
- Improve type references consistency throughout the codebase
|
2025-04-09 09:20:02 +08:00 |
|
Pulkit Sharma
|
9c6663c4c2
|
add label to configItem, use that in UI
|
2025-04-09 01:24:41 +05:30 |
|
Pulkit Sharma
|
48917ca4e5
|
don't show full config keys
|
2025-04-09 01:12:02 +05:30 |
|
Pulkit Sharma
|
e35343537c
|
Add proper support for progress flow during tool calling
|
2025-04-05 01:46:57 +05:30 |
|
Pulkit Sharma
|
debb00344a
|
Merge branch 'main' into add_proxy_config
|
2025-04-02 13:43:42 +05:30 |
|
NicolasMontone
|
80f2986fd6
|
remove unneeded test
|
2025-04-01 16:58:32 -03:00 |
|
NicolasMontone
|
d1e155f984
|
Revert "Add copy button to JSON & fix button styles override."
This reverts commit c48670f426.
|
2025-04-01 16:48:01 -03:00 |
|
NicolasMontone
|
c48670f426
|
Add copy button to JSON & fix button styles override.
|
2025-04-01 16:43:23 -03:00 |
|
Cliff Hall
|
e9a90b9caf
|
Merge branch 'main' into main
|
2025-04-01 15:35:12 -04:00 |
|
Cliff Hall
|
4afe2d6adb
|
Merge branch 'main' into feat/disconnect
|
2025-04-01 14:53:10 -04:00 |
|
Nicolás Montone
|
e4d4ff0148
|
Merge branch 'main' into main
|
2025-04-01 15:10:10 -03:00 |
|
NicolasMontone
|
51f2f72677
|
fix: add tests
|
2025-04-01 11:07:43 -03:00 |
|
Ola Hungerford
|
93c9c74dc9
|
Fix formatting
|
2025-04-01 06:59:50 -07:00 |
|
Pulkit Sharma
|
51c7eda6a6
|
Add MCP proxy address config support, better error messages
|
2025-04-01 19:21:19 +05:30 |
|
Ola Hungerford
|
b82c744583
|
Use actual rendered element spinbutton in test
|
2025-04-01 06:50:23 -07:00 |
|
Maxwell Gerber
|
9ab213bc89
|
feat: Add lightweight Disconnect button
|
2025-03-31 18:54:44 -07:00 |
|
Ola Hungerford
|
180760c4db
|
Fix formatting
|
2025-03-31 09:16:25 -07:00 |
|
Ola Hungerford
|
7753b275e5
|
Update test to fail more explicitly
|
2025-03-31 08:04:53 -07:00 |
|
Ola Hungerford
|
7ac1e40c9d
|
Update tests
|
2025-03-31 07:51:28 -07:00 |
|
Ola Hungerford
|
d2696e48a5
|
Add failing test for integer input
|
2025-03-31 07:32:55 -07:00 |
|
Pulkit Sharma
|
65fc6d0490
|
prettier-fix, add contribution guidelines
|
2025-03-29 23:31:46 +05:30 |
|
Pulkit Sharma
|
834eb0c934
|
add Sidebar tests
|
2025-03-29 22:31:57 +05:30 |
|
Ola Hungerford
|
65a0d46816
|
Fix formatting
|
2025-03-24 09:47:34 -07:00 |
|
Ola Hungerford
|
379486b5ea
|
Add failing test for pull/206
|
2025-03-24 09:43:48 -07:00 |
|
Ola Hungerford
|
b7fa23676a
|
Fix formatting
|
2025-03-24 09:27:51 -07:00 |
|
Ola Hungerford
|
a7f25153c4
|
Add failing ToolsTab test that should get fixed with pull/198
|
2025-03-24 09:18:58 -07:00 |
|
Ola Hungerford
|
fa3e2867c9
|
Fix formatting
|
2025-03-24 09:07:53 -07:00 |
|
Ola Hungerford
|
5735f2347a
|
Add tests related to issues/187 to confirm fixed
|
2025-03-24 08:52:45 -07:00 |
|
Ola Hungerford
|
cab1ed3dd8
|
Add some json form tests and handle css in ui tests
|
2025-03-24 08:28:28 -07:00 |
|
Ola Hungerford
|
61e229a552
|
Add sidebar tests
|
2025-03-23 13:35:24 -07:00 |
|