v1.62.1

jgraph/drawiov1.62.1Jul 1, 2026by github-actions[bot]

AI Summary

A patch release integrating `@copilotkit/web-components` into the monorepo and fixing cross-platform build issues.

Key Highlights

  • Fold `@copilotkit/web-components` into the monorepo scope
  • Fix cross-platform build scripts for Windows compatibility
  • Fix Vue agent selection to honor configured chat agent

Full Release Notes

# CopilotKit v1.62.1

A patch release on the `1.62` line. Headline: **`@copilotkit/web-components`** is now folded into the monorepo release scope so it publishes on the shared version line ([#5790](https://github.com/CopilotKit/CopilotKit/pull/5790)), plus a Windows-friendly build fix and a Vue agent-selection fix.

## Install

```bash
npm install @copilotkit/react-core@1.62.1 @copilotkit/react-ui@1.62.1 @copilotkit/runtime@1.62.1
```

## Fixes

- **`@copilotkit/web-components` joins the monorepo release scope** — the package is now versioned and published alongside the rest of `@copilotkit/*` at `1.62.1`, and its generated tokens stay formatted. ([#5790](https://github.com/CopilotKit/CopilotKit/pull/5790))
- **Cross-platform build scripts** — Unix-only shell commands in `package.json` scripts were replaced with Node.js equivalents so builds work on Windows. ([#5602](https://github.com/CopilotKit/CopilotKit/pull/5602))
- **`@copilotkit/vue`: honor the configured chat agent in `useAgent`** — `useAgent` now inherits the agent id from the chat configuration instead of ignoring it. ([#5695](https://github.com/CopilotKit/CopilotKit/pull/5695))

## Dependencies

- **`@ag-ui/*` unchanged from `1.62.0`** — `@ag-ui/langgraph` at `0.0.42`, `@ag-ui/a2ui-middleware` at `0.0.10`, `@ag-ui/core` / `@ag-ui/client` / `@ag-ui/encoder` at `0.0.57`.
- **`@copilotkit/license-verifier` stays at `~0.5.0`**.

## Packages republished at `1.62.1`

`@copilotkit/runtime`, `@copilotkit/react-core`, `@copilotkit/react-ui`, `@copilotkit/react-native`, `@copilotkit/core`, `@copilotkit/shared`, `@copilotkit/runtime-client-gql`, `@copilotkit/sdk-js`, `@copilotkit/vue`, `@copilotkit/voice`, `@copilotkit/web-inspector`, `@copilotkit/web-components` *(new to the shared version line)*, `@copilotkit/a2ui-renderer`, `@copilotkit/react-textarea`, `@copilotkit/sqlite-runner`, and `@copilotkit/agentcore-runner`.