Alem Tuzlak
fdc98c42e2
fix(ci): fix output capture, add Read tool, upload artifact
...
- Add `Read` to allowed_tools so Claude can read the diff files
- Read Claude output from JSON file instead of step output (fixes
empty result caused by multiline content breaking GH Actions outputs)
- Upload claude-execution-output.json as a downloadable artifact
- Add link to workflow run in the success comment footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 15:37:08 +01:00
Alem Tuzlak
b61b8b2313
ci: add workflow run link to generating state comment
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 15:27:05 +01:00
Alem Tuzlak
78b92955a8
ci: skip social copy generator for fork PRs and external users
...
- Skip posting the initial comment on PRs from forks (job-level guard
+ runtime check for workflow_dispatch)
- Verify the checkbox clicker has write/admin permission before
running generation (prevents external collaborators from triggering
Claude API calls)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 15:24:46 +01:00
Alem Tuzlak
e64ef5f542
fix(ci): pass anthropic_api_key as input, not env var
...
The claude-code-base-action expects anthropic_api_key as a `with:`
input parameter, not an `env:` variable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 15:01:30 +01:00
Alem Tuzlak
96d595a660
ci: support workflow_dispatch for existing/merged PRs
...
Add workflow_dispatch trigger with pr_number input so the social copy
generator can be used on any existing PR (open or merged). Also adds
duplicate comment detection and a GitHub API diff fallback for merged
PRs where the branch may have been deleted.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 14:49:21 +01:00
Alem Tuzlak
365471d357
ci: add social copy generator workflow
...
Add a GitHub Actions workflow that posts a comment on every new PR with a
checkbox to generate social media copies (Twitter/X, LinkedIn, Blog Post)
using Claude Code. Checking the checkbox triggers Claude to analyze the PR
diff and generate content. After generation, the checkbox resets to
"Regenerate" so users can re-trigger after pushing new changes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 14:22:15 +01:00
Nathan 🔶 Tarbert
7091563ae7
Revise feature request template for clarity
...
Updated the feature request template to improve clarity and added a pre-flight checklist.
2026-02-24 14:17:05 -05:00
Jordan Ritter
0f47b01d06
feat: Enable Git LFS for binary assets (.gif, .jpg, .png, .pdf, .mp4) ( #3238 )
...
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-23 13:56:48 +01:00
Nathan 🔶 Tarbert
dbddb354fd
chore(.github): update 1-bug-report.yml ( #3232 )
...
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com >
2026-02-20 18:52:23 -05:00
Tyler Slaton
80418e371a
fix: use workspace:* for a2ui-renderer peer dep and sync lockfile on release ( #3241 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 18:47:09 -05:00
Alem Tuzlak
98ed92c4ef
Feat/speed up build system ( #3213 )
2026-02-17 18:34:26 +01:00
Tyler Slaton
dbe747d31b
ci: ensure tests run on exiting pre-mode or changing changesets
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2026-02-16 16:59:44 -08: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
Alem Tuzlak
f6ec26b758
feat: improve CI by running build only once ( #3183 )
2026-02-10 13:56:08 -05:00
Alem Tuzlak
ba5d8c8b8c
feat: add GitHub Actions workflow for pkg-pr-new publishing ( #3153 )
2026-02-05 15:45:48 -05:00
Max Korp
0680196f41
chore: bump pre/release timeout
2026-01-29 11:49:54 -08: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
Max Korp
e49f607133
Fix: integrate example e2e tests into monorepo ( #3056 )
2026-01-21 16:21:42 -07:00
Max Korp
6227f4998a
chore: make test workflows manually triggerable ( #3040 )
2026-01-20 12:35:55 -07:00
Luis Valdés
076614bc2f
fix: correct script paths in CI workflows ( #3006 )
2026-01-14 21:00:11 -03:00
Markus Ecker
c87af71792
fix(mcp-apps): improve performance and fix MCP server ports ( #2989 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com >
Co-authored-by: Maximiliano Korp <max@copilotkit.ai >
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
2026-01-14 15:31:49 -07:00
Max Korp
b3028c3ef4
feat: Speed up build for publishing
2026-01-09 16:24:59 -07:00
Max Korp
4addb72e6d
fix: ci
2026-01-09 16:19:16 -07:00
Max Korp
2afd4e3b60
fix: Ci, in theory
2026-01-09 16:00:43 -07:00
Max Korp
2839a15827
feat: Combine v1 and v2 into a single pnpm workspace ( #2984 )
2026-01-09 14:09:25 -07:00
Tyler Slaton
2952bceeec
refactor: overhaul examples structure, remove old ones and simplify testing ( #2975 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2026-01-08 14:18:35 -05:00
Max Korp
2a37e9caae
feat: Enforce conventional commits via commitlint CaSe iNSeNSiTiVeLY( #2973 )
2026-01-06 13:40:32 -07:00
Tyler Slaton
b2d6c11c1e
ci(e2e): fix issue with playwright examples not running ( #2889 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-12-18 17:47:30 -05:00
Tyler Slaton
e36fe6989d
ci(v2): wire up tests to run on PR ( #2888 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-12-18 17:41:36 -05:00
Tyler Slaton
48504c4816
refactor: standardize CI for clarity ( #2887 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-12-18 17:08:01 -05:00
Markus Ecker
036d5412cc
refactor!: restructure repo for v1.x and add v2.x ( #2794 )
...
- Move original CopilotKit/CopilotKit directory to src/v1.x
- Introduce new v2 interfaces in src/v2.x
- Align CI paths and preview environments to new layout
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Ran Shemtov <ran@copilotkit.ai >
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com >
Co-authored-by: Mike Ryan <mike.ryan52@gmail.com >
2025-12-18 13:09:14 -05:00
Max Korp
4331e2534e
Add strands to ci e2e matrix
2025-12-09 11:34:21 -07:00
Tyler Slaton
f43145337c
ci(dojo): parallelize dojo tests ( #2701 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-10 17:47:15 -05:00
Tyler Slaton
749d15d8f4
fix: address issue with dojo e2e ( #2700 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-10 13:46:46 -05:00
Brandon McConnell
d6a6c89d98
feat: add Microsoft Agent Framework to integrations docs ( #2680 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-07 18:16:54 -05:00
Tyler Slaton
fcf114ac67
docs: implement prototypical docs structure for LangGraph ( #2585 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com >
2025-11-04 18:41:53 -05:00
Max Korp
ba1dc6d805
Shouldn't miss 80% of it
2025-10-17 10:25:06 -07:00
Max Korp
5769fa84e2
update dojo e2e to match new ag-ui repo structure
2025-10-17 10:25:06 -07:00
Max Korp
398adf3fd0
Add warning to contributing.md and pr template about doing significant work without checking first
2025-10-13 17:19:30 -07:00
Max Korp
f899e159d6
bypass turbo caching ( #2537 )
2025-09-29 23:17:47 -04:00
Max Korp
b6afb6ab13
Add gemini api key to e2e workflow ( #2465 )
2025-09-18 19:59:02 -07:00
Max Korp
5b6c88ea32
Use agui dojo e2e package
2025-08-21 13:01:42 -07:00
Max Korp
4053385879
Run contract tests against ag-ui dojo on every PR ( #2271 )
2025-08-04 13:57:28 -07:00
Suhas Deshpande
60002ff4da
chore: updates js references in danger workflow ( #2045 )
2025-06-23 14:25:52 -07:00
Suhas Deshpande
e39fec236a
updates GH workflow to not run preview on main branch ( #1621 )
2025-04-18 11:27:32 -07:00
Suhas Deshpande
cdfbab7fac
fix: remove caching from preview setup-node to avoid 422 errors ( #1685 )
2025-04-16 10:13:42 -07:00
Suhas Deshpande
f1db0a79d2
fix: remove caching from setup-node to avoid 422 errors
2025-04-16 09:55:13 -07:00
Suhas Deshpande
37fe57b755
remove crew-crews ( #1587 )
2025-03-27 14:44:07 -07:00
Suhas Deshpande
af9751a780
destroy preview env by labeling PRS ( #1474 )
2025-03-11 15:20:40 -07:00