Merge branch 'main' into feat/mcp-apps-renderer

This commit is contained in:
Yann Jouanin
2026-09-04 08:12:01 +01:00
committed by GitHub
101 changed files with 4957 additions and 1346 deletions
+2 -1
View File
@@ -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.
+1 -1
View File
@@ -197,7 +197,7 @@
},
{
"name": "@copilotkit/angular",
"version": "0.5.0",
"version": "0.5.1",
"sourceDirectory": "packages/angular",
"entrypoints": [
{
+1
View File
@@ -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.