Skip to content

Commit 6d060ac

Browse files
Pr/2298 integration (CopilotKit#2312)
Co-authored-by: Suhas Deshpande <suhas2u@gmail.com> Co-authored-by: Suhas Deshpande <suhasdeshpande@users.noreply.github.com>
1 parent 6bb3804 commit 6d060ac

25 files changed

Lines changed: 170 additions & 75 deletions

File tree

CopilotKit/packages/react-core/src/components/dev-console/console-trigger.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ export function ConsoleTrigger({ position = "bottom-right" }: ConsoleTriggerProp
142142
}}
143143
title={
144144
hasApiKey
145-
? "Open Developer Console (Drag to move)"
146-
: "Developer Console (API Key Required, Drag to move)"
145+
? "Open Inspector (Drag to move)"
146+
: "Inspector (License Key Required, Drag to move)"
147147
}
148148
>
149149
<div

CopilotKit/packages/react-core/src/components/dev-console/developer-console-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function DeveloperConsoleModal({ isOpen, onClose, hasApiKey }: DeveloperC
230230
margin: 0,
231231
}}
232232
>
233-
Developer Console
233+
Inspector
234234
</h1>
235235
<span
236236
style={{
@@ -465,7 +465,7 @@ export function DeveloperConsoleModal({ isOpen, onClose, hasApiKey }: DeveloperC
465465
e.currentTarget.style.outline = "none";
466466
}}
467467
>
468-
Get API Key
468+
Get License Key
469469
<span style={{ fontSize: "16px", marginLeft: "-4px" }}></span>
470470
</button>
471471
</div>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inspector
3+
icon: "lucide/SearchCheck"
4+
description: Inspector for debugging actions, readables, agent status, messages, and context.
5+
---
6+
7+
import Inspector from "@/snippets/shared/premium/inspector.mdx";
8+
9+
<Inspector components={props.components} />
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"title": "Premium Features",
3-
"pages": [
4-
"overview",
5-
"headless-ui",
6-
"observability"
7-
]
8-
}
2+
"title": "Premium Features",
3+
"pages": ["overview", "headless-ui", "observability", "inspector"]
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inspector
3+
icon: "lucide/SearchCheck"
4+
description: Inspector for debugging actions, readables, agent status, messages, and context.
5+
---
6+
7+
import Inspector from "@/snippets/shared/premium/inspector.mdx";
8+
9+
<Inspector components={props.components} />
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"title": "Premium Features",
3-
"pages": [
4-
"overview",
5-
"headless-ui",
6-
"observability"
7-
]
8-
}
2+
"title": "Premium Features",
3+
"pages": ["overview", "headless-ui", "observability", "inspector"]
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inspector
3+
icon: "lucide/SearchCheck"
4+
description: Inspector for debugging actions, readables, agent status, messages, and context.
5+
---
6+
7+
import Inspector from "@/snippets/shared/premium/inspector.mdx";
8+
9+
<Inspector components={props.components} />
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"title": "Premium Features",
3-
"pages": [
4-
"overview",
5-
"headless-ui",
6-
"observability"
7-
]
8-
}
2+
"title": "Premium Features",
3+
"pages": ["overview", "headless-ui", "observability", "inspector"]
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inspector
3+
icon: "lucide/SearchCheck"
4+
description: Inspector for debugging actions, readables, agent status, messages, and context.
5+
---
6+
7+
import Inspector from "@/snippets/shared/premium/inspector.mdx";
8+
9+
<Inspector components={props.components} />
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"title": "Premium Features",
3-
"pages": [
4-
"overview",
5-
"headless-ui",
6-
"observability"
7-
]
8-
}
2+
"title": "Premium Features",
3+
"pages": ["overview", "headless-ui", "observability", "inspector"]
4+
}

0 commit comments

Comments
 (0)