Commit Graph

92 Commits

Author SHA1 Message Date
Ran Shemtov d77f3475a6 feat: create use-interrupt hook (#3184)
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:50:21 +01:00
Alem Tuzlak 7cd968d6a6 refactor: migrate from Turborepo to Nx for task management (#3207) 2026-02-13 16:53:35 +01:00
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
Brian Love 9ef2ca9d7c fix(angular): frontend tools integration with core (#3192) 2026-02-12 17:57:00 -08:00
github-actions[bot] b4f923fe9e chore(post-release): update version to 1.51.4-next.7 2026-02-13 01:05:06 +00:00
Tyler Slaton 6b7d8ef6bf feat(react): apply resource CSP domains to MCP Apps sandbox iframe (#3209)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 19:57:01 -05:00
github-actions[bot] 58b36b01a0 chore(post-release): update version to 1.51.4-next.6 2026-02-12 14:49:17 +00:00
lukasmoschitz ac641639eb feat(a2ui-renderer): replace Lit wrapper with React renderer (#3189) 2026-02-12 15:41:31 +01:00
github-actions[bot] 14eb7d4520 chore(post-release): update version to 1.51.4-next.5 2026-02-12 00:44:01 +00:00
Tyler Slaton 8d67519fa4 fix: propagate agent error messages into RUN_ERROR events (#3194)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 19:36:30 -05:00
Tyler Slaton f7e4407112 Revert "feat(react): return render helpers object from useToolCallRenderer (#3161)" (#3196) 2026-02-11 19:08:14 -05:00
Markus Ecker d1a60b7103 feat(react): return render helpers object from useToolCallRenderer (#3161) 2026-02-10 15:44:27 +01:00
github-actions[bot] ef0aff2298 chore(post-release): update version to 1.51.4-next.4 2026-02-10 13:39:40 +00:00
Arthur Costa c998f30de5 fix(core): prevent tool call results from leaking into wrong thread on thread switch (#3179)
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com>
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
2026-02-10 14:32:06 +01:00
github-actions[bot] db2d5d9405 chore(post-release): update version to 1.51.4-next.3 2026-02-10 10:35:03 +00:00
Ran Shemtov a3090d5081 feat: use render tool on v2 (#3174) 2026-02-10 11:27:06 +01:00
Ran Shemtov 6b9c60e44e fix: add dependencies to fix stale state of regenerate method (#3176) 2026-02-09 17:52:32 +01:00
github-actions[bot] d85238f2bd chore(post-release): update version to 1.51.4-next.2 2026-02-06 12:09:07 +00:00
Ran Shemtov f0a0ed5e60 feat: add app context readables to prebuilt LG agent middleware (#3155) 2026-02-06 12:49:04 +01:00
github-actions[bot] efc711686e chore(post-release): update version to 1.51.4-next.1 2026-01-30 19:00:24 +00:00
Markus Ecker 12ee574e9c feat: improve v2 UI and add reference documentation (#3101)
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com>
2026-01-30 13:52:30 -05:00
github-actions[bot] 9a1f62f340 chore(post-release): update version to 1.51.4-next.0 2026-01-30 15:09:10 +00:00
Ran Shemtov 4886f183b3 fix: use langgraph clone fix on latest agui (#3131) 2026-01-30 16:01:31 +01:00
github-actions[bot] 251f28cf42 chore(post-release): update version to 1.51.3 2026-01-29 20:13:11 +00:00
Mike Ryan 18b0bed6a2 fix(react-core): prevent frontend tool render remounts 2026-01-29 12:00:10 -08:00
github-actions[bot] 53bb1ef353 chore(post-release): update version to 1.51.3-next.8 2026-01-29 19:57:32 +00:00
Max Korp d36fc1e51a feat: Add UMD builds 2026-01-29 11:49:54 -08:00
Ran Shem Tov 0af9cd58fb chore: remove langchain dependencies from examples 2026-01-29 11:27:08 -07:00
github-actions[bot] db3139ce22 chore(post-release): update version to 1.51.3-next.7 2026-01-29 16:49:21 +00:00
Tyler Slaton 3f00a0177d fix(v1.x): address issue causing onError to not be called (#3119)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-01-29 08:42:42 -08:00
Mike Ryan 253b2a23e8 fix(react-core): Create synthetic message in coagent state render bridge 2026-01-29 08:42:42 -08:00
github-actions[bot] 7b9df8cc0e chore(post-release): update version to 1.51.3-next.6 2026-01-29 10:34:17 +00:00
Ran Shemtov 3a0822d612 fix: do not run middleware for internal get requests (#3117) 2026-01-29 11:29:58 +01:00
Mike Ryan 7e2f991626 test: add smoke tests for demo and voice 2026-01-28 10:23:14 -08:00
Mike Ryan 98f2a7a93e revert: migrate reactmarkdown to streamdown 2026-01-28 10:23:14 -08:00
github-actions[bot] d6f22f089c chore(post-release): update version to 1.51.3-next.5 2026-01-28 17:12:44 +00:00
Tyler Slaton 910cfffc07 fix(v1.x): address issue causing onSubmitMessage to fire after agent response
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-01-28 09:08:34 -08:00
github-actions[bot] 723f64dfa9 chore(post-release): update version to 1.51.3-next.4 2026-01-28 15:28:22 +00:00
Ran Shemtov b49277b605 fix: update all agui langgraph dependencies (#3115) 2026-01-28 16:22:04 +01:00
Mike Ryan c91c41d75b fix(react): handle missing run ids in custom message rendering 2026-01-26 12:41:26 -07:00
Mike Ryan c64b5db444 fix(react-core): honor late threadId props 2026-01-26 11:40:15 -07:00
Mike Ryan cca0fe7c9f feat(runtime): forward auth headers on agent.connect()
Add support for forwarding authorization and x-* headers to the
AgentRunner.connect() method, matching the existing behavior in
handleRunAgent().

- Add optional `headers` field to AgentRunnerConnectRequest interface
- Extract header forwarding logic into reusable header-utils module
- Update handleConnectAgent to extract and forward allowlisted headers
- Refactor handleRunAgent to use shared extractForwardableHeaders utility
- Add tests for header forwarding in connect and header utils
2026-01-26 11:36:51 -07:00
github-actions[bot] ca791cb87c chore(post-release): update version to 1.51.3-next.3 2026-01-23 06:34:50 +00:00
Ran Shemtov d655e75eb6 fix: update ag-ui dependencies (#3027) 2026-01-23 07:30:52 +01:00
Tyler Slaton 0a6fb12084 fix: address issue with lint failing due to version incompatibilities (#3082)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-01-22 17:54:41 -05:00
github-actions[bot] a3a4003415 chore(post-release): update version to 1.51.3-next.2 2026-01-22 15:20:22 +00:00
Markus Ecker ffb46f4f64 fix(a2ui-renderer): use signal-based processor for reactive Lit updates (#3048) 2026-01-22 16:15:58 +01:00
Markus Ecker 1cfcef2dcc fix: center welcome screen when parent uses flex sizing (#3075) 2026-01-22 13:42:59 +01:00
Markus Ecker 909964fb30 fix: disable welcome screen in tests to fix failures (#3074) 2026-01-22 13:19:52 +01:00
github-actions[bot] 358763c415 chore(post-release): update version to 1.51.3-next.1 2026-01-21 23:48:47 +00:00