mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
Merge branch 'main' into feat/mcp-apps-renderer
This commit is contained in:
@@ -189,7 +189,8 @@ describe("syncPluginSkills", () => {
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("channels-setup");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("inspector-docs");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("inspector-workbench");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS.size).toBe(13);
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("intelligence-docs");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS.size).toBe(14);
|
||||
});
|
||||
|
||||
// Version sync — the plugin version tracks packages/runtime/package.json.
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
},
|
||||
{
|
||||
"name": "@copilotkit/angular",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"sourceDirectory": "packages/angular",
|
||||
"entrypoints": [
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@ export const RESERVED_LIFECYCLE_SLUGS: ReadonlySet<string> = new Set([
|
||||
"channels-setup",
|
||||
"inspector-docs",
|
||||
"inspector-workbench",
|
||||
"intelligence-docs",
|
||||
]);
|
||||
|
||||
// Version sync — plugin version tracks this package's version.
|
||||
|
||||
Reference in New Issue
Block a user