Commit Graph

15 Commits

Author SHA1 Message Date
github-actions[bot] 52088fd4dc style: auto-fix formatting 2026-07-06 14:24:16 -07:00
Jordan Ritter cf7fbd45ae chore: Migrate Renovate config to extend local>CopilotKit/renovate 2026-07-06 14:24:16 -07:00
Tyler Slaton 96885b5959 refactor: consolidate V1/V2 packages into flat @copilotkit/* structure
Flatten all packages from packages/v1/* and packages/v2/* into packages/* —
every package now lives directly under the @copilotkit/ scope with no v1/v2
subdirectories.

- Move all v1 packages (react-core, react-ui, runtime, shared, etc.) from
  packages/v1/* to packages/*
- Absorb v2 react code into packages/react-core/src/v2/ (exported via /v2 subpath)
- Absorb v2 agent code into packages/runtime/src/agent/ (exported via /v2 subpath)
- Move v2 packages (core, angular, demo-agents, etc.) to packages/*
- Replace all @copilotkitnext/* imports with @copilotkit/* equivalents
- Keep @copilotkitnext/angular as the sole exception (angular remains on next)
- Update CI workflows, renovate config, release scripts for flat structure
- No public API surface changes — all exports fields are preserved

Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-03-28 16:45:10 -07:00
Jordan Ritter 22f5d61396 chore: configure Renovate for consolidated examples
Add package rules to group examples/** dependency updates into weekly
Monday PRs. CopilotKit package bumps are tracked separately. Legacy
examples/v1/ and v2/ directories are excluded from both rules.
2026-03-12 13:06:03 -07:00
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01: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
Ariel Weinberger e6b4845142 fix renovate config 2024-12-14 10:18:36 -06:00
Ariel Weinberger 0ee101739e chore: renovate config 2024-12-13 12:49:52 -06:00
renovate[bot] b4f360b4c7 chore(config): migrate config renovate.json (#867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 11:54:42 -07:00
Ariel Weinberger 75ff4539f6 update renovate.json 2024-10-01 11:41:11 +02:00
Ariel Weinberger 53c3e5cbc9 update renovate.json 2024-10-01 11:36:55 +02:00
Ariel Weinberger 3651563148 update renovate.json 2024-10-01 11:34:20 +02:00
Ariel Weinberger d109522cbc update renovate.json 2024-10-01 11:27:35 +02:00
Ariel Weinberger 0492589766 update renovate config 2024-10-01 11:23:59 +02:00
Ariel Weinberger 3fb3f048a9 feat: examples in monorepo (#590)
* add all demo apps under "examples"

* add renovate

* remove todos and  textarea example

* fix docs

* add examples to gitignore
2024-09-24 14:46:23 +02:00