copilotkit 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +8 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -323,18 +323,18 @@ var init_types = __esm({
323
323
  mastra: "\u{1F311}",
324
324
  "pydantic-ai": "\u{1F53C}",
325
325
  llamaindex: "\u{1F999}",
326
- agno: "\u{1F170}\uFE0F",
326
+ agno: "\u{1F9E0}",
327
327
  ag2: "\u{1F916}",
328
328
  adk: "\u{1F916}",
329
329
  a2a: "\u{1F916}",
330
330
  "aws-strands-py": "\u{1F9EC}",
331
331
  "microsoft-agent-framework-dotnet": "\u{1F7E6}",
332
332
  "microsoft-agent-framework-py": "\u{1F7E6}",
333
- "mcp-apps": "\u264D",
334
- "agentcore-langgraph": "\u2601\uFE0F",
335
- "agentcore-strands": "\u2601\uFE0F",
333
+ "mcp-apps": "\u{1F9E9}",
334
+ "agentcore-langgraph": "\u26C5",
335
+ "agentcore-strands": "\u26C5",
336
336
  a2ui: "\u{1F3A8}",
337
- opengenui: "\u{1F5BC}\uFE0F"
337
+ opengenui: "\u2728"
338
338
  };
339
339
  FRAMEWORK_CHOICES = [
340
340
  {
@@ -745,9 +745,9 @@ function getTelemetryEndpointUrl() {
745
745
  }
746
746
  function getBuildInfo() {
747
747
  return {
748
- version: true ? "3.0.1" : "dev",
749
- buildNumber: true ? "27023475022" : "dev",
750
- commitSha: true ? "12b5e551b94b97bdc29f9345eed689a8abc63837" : "dev"
748
+ version: true ? "3.0.2" : "dev",
749
+ buildNumber: true ? "27026326379" : "dev",
750
+ commitSha: true ? "e7eb31cceb01abb5b64084a5d0764df9d65a4935" : "dev"
751
751
  };
752
752
  }
753
753
  function getC15tBackendUrl() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilotkit",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "copilotkit": "./index.js"