Commit Graph

125 Commits

Author SHA1 Message Date
Max Korp 4c1dc17412 fix: bootstrap runid in reconnect 2026-03-13 13:50:14 -07:00
Max Korp 7953709afd Reapply "fix: cleanup shouldn't cleanup other connections"
This reverts commit d1f452b215.
2026-03-13 13:34:10 -07:00
Benjamin Taylor a33d250f13 Merge branch 'feat/intelligence-thread-plumbing' of github.com:CopilotKit/CopilotKit into feat/intelligence-thread-plumbing 2026-03-13 15:33:07 -05:00
Max Korp d1f452b215 Revert "fix: cleanup shouldn't cleanup other connections"
This reverts commit 74bfa7825a.
2026-03-13 13:32:39 -07:00
Benjamin Taylor 398edaa0ed Merge branch 'feat/intelligence-thread-plumbing' of github.com:CopilotKit/CopilotKit into feat/intelligence-thread-plumbing 2026-03-13 15:32:34 -05:00
Benjamin Taylor 9c7370abd8 fix(client): Detach agent state when stopping a run 2026-03-13 15:30:49 -05:00
Max Korp 74bfa7825a fix: cleanup shouldn't cleanup other connections 2026-03-13 13:29:12 -07:00
Benjamin Taylor 80c31f0a84 fix(client): detachActiveRun was causing a deadlock 2026-03-13 15:02:31 -05:00
Max Korp 9fa9de3bb1 Merge remote-tracking branch 'origin/main' into feat/intelligence-thread-plumbing 2026-03-13 11:19:25 -07:00
Benjamin Taylor 4829b0315a fix(client): Map running state from delegate to proxied agent 2026-03-13 11:12:50 -07:00
Benjamin Taylor a1ba076d6a feat(runtime): Add constant usage and add agent detach 2026-03-13 11:12:44 -07:00
Max Korp 426ccc24a4 fix: detach active run when new run starts? 2026-03-13 10:32:40 -07:00
github-actions[bot] ea746d4629 chore(post-release): update version to 1.54.0 2026-03-12 22:32:04 +00:00
Max Korp c1d3faa16d fix: live streaming of active agent 2026-03-12 14:47:43 -07:00
Max Korp 3cdd5cc8f2 fix: Sync messages back from delegate to proxy 2026-03-12 14:36:32 -07:00
Max Korp 6f9bf82526 fix: delegate connectAgent 2026-03-12 14:12:19 -07:00
Benjamin Taylor fd81932515 feat(core): Add explicit named exports for intelligence-platform in runtime barrel 2026-03-12 13:04:26 -07:00
Max Korp 9be1088cb0 fix: fix intelligence agent stop 2026-03-12 13:03:06 -07:00
Benjamin Taylor 8aea0205c9 feat(runtime, client): Simplifications suggested in PR comments 2026-03-12 13:03:06 -07:00
Benjamin Taylor 72d6164538 fix(core): add inlineOnly flag for core builds to avoid tsdown warning 2026-03-12 13:03:06 -07:00
Benjamin Taylor 6ac9898447 fix(core): Tweak bundling configuration for 'phoenix' to avoid 'tsdown' errors 2026-03-12 13:03:06 -07:00
Mike Ryan c1d1c471de chore: Run prettier on Phoenix code 2026-03-12 13:03:06 -07:00
Mike Ryan 3b09b8875e refactor(core,react): Clean up rxjs code around Phoenix channels 2026-03-12 13:03:06 -07:00
Benjamin Taylor 9657eed270 feat(runtime, react): Refactors, bug fixes, doc strings 2026-03-12 13:02:46 -07:00
Benjamin Taylor 39070f2dc5 feat(react, runtime): Refactor to not have SDK in intelligence names 2026-03-12 13:02:46 -07:00
Mike Ryan e8b544f4f6 feat(core,react,runtime): Support live updates for CRUD on threads 2026-03-12 13:02:41 -07:00
Mike Ryan de6e4007cb feat(runtime,core): Automatic opt-in to Intelligence when an SDK is provided 2026-03-12 13:02:33 -07:00
Mike Ryan 124ed10e27 refactor(runtime): Implement connect strategies 2026-03-12 13:02:17 -07:00
Mike Ryan dcb6419acf feat(core,runtime): Implement connecting and restoring behavior 2026-03-12 13:02:17 -07:00
Mike Ryan f4aec92e41 refactor(runtime): Stamp messages with seq ID and UUIDv7 2026-03-12 13:02:06 -07:00
Mike Ryan a338c498a5 feat(core): Get event replay working by tracking last seen message IDs 2026-03-12 13:02:06 -07:00
Mike Ryan f044f042ea refactor: Create threads on run, not connect 2026-03-12 13:02:06 -07:00
Benjamin Taylor e71196f9ef feat(runtime, react): Add attempt limit to threads websocket cxn. Includes broken tests 2026-03-12 13:02:06 -07:00
Mike Ryan b7a7a1ea01 refactor(core,runtime): Rework connecting to the Intelligence platform 2026-03-12 13:02:06 -07:00
Benjamin Taylor 4c52f6a1b6 feat(runtime, react): Wire in live updates for threads in useThreads 2026-03-12 13:02:02 -07:00
Benjamin Taylor 209bbda853 fix(client, runtime): Remove bad merge results 2026-03-12 12:59:18 -07:00
Benjamin Taylor 05ca3d5474 feat(runtime, react): Refactors, bug fixes, doc strings 2026-03-12 12:59:06 -07:00
Benjamin Taylor c5980d0c68 feat(react, runtime): Refactor to not have SDK in intelligence names 2026-03-12 12:59:06 -07:00
Mike Ryan ac8f53a09c feat(core,react,runtime): Support live updates for CRUD on threads 2026-03-12 12:59:05 -07:00
Mike Ryan 9ce4013d84 feat(runtime,core): Automatic opt-in to Intelligence when an SDK is provided 2026-03-12 12:59:05 -07:00
Mike Ryan c62521523d refactor(runtime): Implement connect strategies 2026-03-12 12:58:45 -07:00
Mike Ryan f62b82e22c feat(core,runtime): Implement connecting and restoring behavior 2026-03-12 12:58:45 -07:00
Mike Ryan 610a9d9541 refactor(runtime): Stamp messages with seq ID and UUIDv7 2026-03-12 12:58:31 -07:00
Mike Ryan 66c31650bb feat(core): Get event replay working by tracking last seen message IDs 2026-03-12 12:58:31 -07:00
Mike Ryan 741ac476f5 refactor: Create threads on run, not connect 2026-03-12 12:58:31 -07:00
Benjamin Taylor 2a54ac2d19 feat(runtime, react): Add attempt limit to threads websocket cxn. Includes broken tests 2026-03-12 12:58:31 -07:00
Mike Ryan 1b0f4baf7a refactor(core,runtime): Rework connecting to the Intelligence platform 2026-03-12 12:58:31 -07:00
Benjamin Taylor 3744e69c72 feat(runtime, react): Wire in live updates for threads in useThreads 2026-03-12 12:58:30 -07:00
github-actions[bot] 98890426e5 chore(post-release): update version to 1.54.0-next.9 2026-03-12 19:08:50 +00:00
Alem Tuzlak 3780c6ae74 chore: deprecate all @copilotkitnext/* packages
Mark all publishable @copilotkitnext/* packages as deprecated in
package.json, pointing users to the @copilotkit/* equivalents.
V2 features will be available under the /v2 subpath.

Affected packages: shared, core, agent, angular, react, runtime,
sqlite-runner, web-inspector.
2026-03-12 15:05:29 -04:00