github-actions[bot]
|
d910ffb0e7
|
chore(post-release): update version to 1.9.2
v1.9.2
|
2025-07-14 18:10:09 +00:00 |
|
Ran Shemtov
|
9ec5897eb6
|
Release 1.9.2 (#2155)
|
2025-07-14 20:07:59 +02:00 |
|
github-actions[bot]
|
1092a9e38a
|
chore(post-release): update version to 1.9.2-next.26
|
2025-07-14 17:07:12 +00:00 |
|
Ran Shemtov
|
83822d275b
|
fix: do not show error on state loading if thread does not exist (#2154)
|
2025-07-14 19:05:03 +02:00 |
|
github-actions[bot]
|
0fb9c76b92
|
chore(post-release): update version to 1.9.2-next.25
|
2025-07-11 17:27:45 +00:00 |
|
Suhas Deshpande
|
f3f0181f6c
|
fix: connect streaming errors to runtime onError handler (#2143)
|
2025-07-11 10:25:40 -07:00 |
|
github-actions[bot]
|
9e8704781e
|
chore(post-release): update version to 1.9.2-next.24
|
2025-07-11 16:08:32 +00:00 |
|
Ran Shemtov
|
8ef8199de9
|
fix: use latest agui dependencies to include required fixes (#2147)
|
2025-07-11 18:05:15 +02:00 |
|
Ran Shemtov
|
3c2822e793
|
Revert "fix: use latest agui dependencies to include required fixes" (#2146)
|
2025-07-11 18:03:38 +02:00 |
|
Ran Shemtov
|
af1725502b
|
fix: use latest agui dependencies to include required fixes (#2145)
|
2025-07-11 18:02:52 +02:00 |
|
Tyler Slaton
|
1e088f035f
|
fix(docs): addressing several issues caught by QA (#2140)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2025-07-10 18:15:44 -04:00 |
|
github-actions[bot]
|
8f3596fcbc
|
chore(post-release): update version to 1.9.2-next.23
|
2025-07-10 16:49:53 +00:00 |
|
Suhas Deshpande
|
fc6b65339f
|
Fix extract toolParameters in extractParametersFromSchema (#2100)
Co-authored-by: Jarvis Ao Ieong <kinua1230@gmail.com>
|
2025-07-10 09:47:49 -07:00 |
|
orca-copilotkit
|
daf2ad3915
|
Enhance ActionButtons component to handle place selection and state m… (#2135)
|
2025-07-10 13:57:17 +04:00 |
|
github-actions[bot]
|
f146627777
|
chore(post-release): update version to 1.9.2-next.22
|
2025-07-09 19:29:53 +00:00 |
|
Suhas Deshpande
|
c75a04f240
|
Fix dynamic runtime configuration updates in useCoAgent (#2131)
|
2025-07-09 12:27:43 -07:00 |
|
hengyunabc
|
3ecb70bda3
|
Update agent.py, fix ag-ui-protocol dependency (#2126)
|
2025-07-08 21:36:12 -04:00 |
|
github-actions[bot]
|
d0381807d8
|
chore(post-release): update version to 1.9.2-next.21
|
2025-07-08 16:50:14 +00:00 |
|
Suhas Deshpande
|
92e8d1c4bd
|
fix infinite loop (#2128)
|
2025-07-08 09:48:14 -07:00 |
|
github-actions[bot]
|
e23614c2ce
|
chore(post-release): update version to 1.9.2-next.20
|
2025-07-08 15:37:15 +00:00 |
|
Tyler Slaton
|
e1de032a32
|
fix: synchronously execute renderAndWaitForResponse (#1861)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2025-07-08 11:35:09 -04:00 |
|
Ran Shemtov
|
cf90f85aad
|
fix: reduce checkpointer calls lg events (#2063)
|
2025-07-08 14:39:42 +02:00 |
|
github-actions[bot]
|
90ca5ef2ee
|
chore(post-release): update version to 1.9.2-next.19
|
2025-07-07 21:20:03 +00:00 |
|
Suhas Deshpande
|
8e67158475
|
fixes gemini adapter (#2123)
|
2025-07-07 14:18:03 -07:00 |
|
github-actions[bot]
|
a7fddfd0a8
|
chore(post-release): update version to 1.9.2-next.18
|
2025-07-07 19:39:20 +00:00 |
|
Suhas Deshpande
|
fac89c23d3
|
refactor: rename onTrace to onError (#2121)
|
2025-07-07 12:37:09 -07:00 |
|
github-actions[bot]
|
4bd0301c9f
|
chore(post-release): update version to 1.9.2-next.17
|
2025-07-04 16:10:46 +00:00 |
|
Ran Shemtov
|
7ca7023558
|
feat: send node name to agui agent (#2104)
|
2025-07-04 18:08:39 +02:00 |
|
github-actions[bot]
|
9addd86485
|
chore(post-release): update version to 1.9.2-next.16
|
2025-07-04 14:10:43 +00:00 |
|
Ran Shemtov
|
fe9009c342
|
feat(langgraph): new thread metadata (#2083)
|
2025-07-04 16:08:40 +02:00 |
|
Suhas Deshpande
|
c1241bd27e
|
adds cursor rules for CopilotKit developers (#2101)
|
2025-07-04 07:00:21 -07:00 |
|
github-actions[bot]
|
041f56de0c
|
chore(post-release): update version to 1.9.2-next.15
|
2025-07-04 13:25:04 +00:00 |
|
Tyler Slaton
|
cbeccb5e77
|
fix: refrain repeated api calls by memoizing state (#2102)
Co-authored-by: Ran Shem Tov <ran@copilotkit.ai>
|
2025-07-04 15:22:58 +02:00 |
|
Ran Shemtov
|
bffb410b9f
|
fix: consider empty array content for tool message (#2103)
|
2025-07-04 12:13:52 +02:00 |
|
github-actions[bot]
|
8309978677
|
chore(post-release): update version to 1.9.2-next.14
|
2025-07-03 15:13:26 +00:00 |
|
Ran Shemtov
|
3a7f45f38c
|
fix: resolve agui agents only after all other endpoints (#2099)
|
2025-07-03 17:09:52 +02:00 |
|
Muhammad Abubakar
|
ac7b2a4897
|
Added a closing brace in CrewAI Flows Documentation (#2075)
|
2025-07-03 08:02:13 -07:00 |
|
John Rae-Grant
|
e75d3813a7
|
docs: landing page and nav populated
|
2025-07-03 10:51:09 -04:00 |
|
github-actions[bot]
|
71a19a9ad6
|
chore(post-release): update version to 1.9.2-next.13
|
2025-07-03 10:02:27 +00:00 |
|
Ran Shemtov
|
dec5527df4
|
fix: only fetch agent state for langgraph agents (#2095)
|
2025-07-03 12:00:17 +02:00 |
|
Ran Shemtov
|
9619a8c114
|
Revert "fix: only fetch agent state for langgraph agents" (#2094)
|
2025-07-03 11:53:43 +02:00 |
|
Ran Shemtov
|
32a9850527
|
fix: only fetch agent state for langgraph agents (#2093)
|
2025-07-03 11:52:32 +02:00 |
|
Suhas Deshpande
|
547c7c59a8
|
remove console (#2090)
|
2025-07-02 10:16:12 -07:00 |
|
github-actions[bot]
|
60b8df8c16
|
chore(post-release): update version to 1.9.2-next.12
|
2025-07-01 18:27:16 +00:00 |
|
Ran Shemtov
|
3f8c575363
|
fix: time travel regenerate (#2071)
|
2025-07-01 20:25:12 +02:00 |
|
github-actions[bot]
|
32a94f3f0f
|
chore(post-release): update version to 1.9.2-next.11
|
2025-07-01 12:27:11 +00:00 |
|
Ran Shemtov
|
1f4949a017
|
fix: remove agent discovery for agui agents (#2062)
|
2025-07-01 14:25:06 +02:00 |
|
Ran Shemtov
|
77b0a47126
|
chore: release python sdk version 0.1.53 (#2079)
|
2025-07-01 10:42:17 +02:00 |
|
Ran Shemtov
|
c0e799e787
|
Fix/support langgraph 0.5.0 (#2073)
|
2025-06-30 23:02:48 +02:00 |
|
johnprg
|
de2a8c7631
|
Merge branch 'main' of https://github.com/CopilotKit/CopilotKit
|
2025-06-27 11:50:18 -07:00 |
|