Commit Graph

246 Commits

Author SHA1 Message Date
Timothy Asiimwe b19db9f966 docs: fix recurring spelling typos in README and tutorials
- README: 'procuct' -> 'product'
- agentic-protocols/a2a: 'recieved' -> 'received'
- ai-travel-app/step-5: 'Recieving'/'manaully'/'recieve' -> 'Receiving'/'manually'/'receive'
- ai-travel-app/step-6: 'recieve'/'recieves' -> 'receive'/'receives'

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 23:15:52 -04:00
Austin Merrick 92614e7b22 docs: simplify README agent-skills section
Replace the Claude-Code-specific plugin instructions and the stale skill
inventory table (wrong skill count, renamed lifecycle slugs that no longer
exist) with a single agent-agnostic install command that works across Claude
Code, Codex, Cursor, Gemini, and others:

  npx copilotkit@latest skills install

Drops the hand-maintained table that drifts out of sync with the skills on
disk.
2026-06-09 10:51:20 -07:00
Austin Merrick bed578e6f9 style: format README with oxfmt
README was never backfilled when 1e70dae97 widened the lint-fix glob to
cover markdown, so it has failed oxfmt on main since. Run the formatter once
to make it conform. Changes are render-neutral (emphasis markers and table
column padding); GitHub renders the file identically. Isolated in its own
commit so the content change in the next commit stays easy to review.
2026-06-09 10:51:20 -07:00
Nathan 🔶 Tarbert 1e2b50b034 chore(README): Add Slack, MS Teams, Discord, and Google Chat support 2026-06-09 11:17:50 -04:00
Nathan 🔶 Tarbert 6c3ffd2180 Update section title in README.md 2026-06-09 09:27:17 -04:00
Nathan 🔶 Tarbert 5253171e8d Add header above the demo
Added a section to the README for bringing the app to life with AI.
2026-06-08 18:04:29 -04:00
Nathan 🔶 Tarbert 80faf311b0 Add a brea, under the quick start command
Added a centered div element promoting AI integration.
2026-06-08 17:34:09 -04:00
Nathan 🔶 Tarbert e68d9e56fb Update README to simplify quick start instructions
Removed instructions for initializing existing projects.
2026-06-08 17:13:32 -04:00
Nathan 🔶 Tarbert a2073ff62d chore(README): Move Quick Start section towards the top
Added quick start section with commands for new and existing projects.
2026-06-08 17:05:20 -04:00
Mike Ryan a266ed3a1a docs: update README for multi-platform support (#5272)
## What

Updates the README to reflect CopilotKit's expansion beyond React:

- **New "Works With Your Stack" section** — platform table for
React/Next.js, Angular, Vue, and React Native
- **New "Beyond the Browser" section** — Slack & Microsoft Teams support
with an early access CTA
- Tagline updated to "on any framework, on any surface"
- "Chat UI" feature bullet made framework-neutral (was "React-based")
- useAgent section no longer anchors to the legacy useCoAgent hook
- AG-UI section: LangGraph → LangChain, added Mastra and PydanticAI to
named integrations
- New "How it works" bullet: one agent across web, mobile, and chat
platforms

## Before merging (draft)

- [ ] Replace `EARLY_ACCESS_FORM_LINK` placeholder with the real early
access form URL
- [ ] Point Angular / Vue / React Native quickstart links at their
framework-specific docs pages
- [ ] Confirm status labels (GA vs Supported vs Beta) for Angular / Vue
/ React Native
- [ ] Confirm `npx copilotkit create -f` accepts the new framework
values

Draft content also lives in Notion:
https://app.notion.com/p/copilotkit/New-GitHub-README-3763aa38185280788920fc81780c8ad6
2026-06-05 10:18:59 -07:00
Nathan 🔶 Tarbert 2fc9330c9b Revise header for Slack & Microsoft Teams section
Updated section header to include Discord and Google Chat.
2026-06-05 13:13:04 -04:00
Nathan 🔶 Tarbert 208c931e8c Fix typo and enhance product description in README
Corrected a typo and improved clarity in the README.
2026-06-05 13:04:40 -04:00
Nathan 🔶 Tarbert becc15926d docs: point self-learning early access to beyond-the-web form 2026-06-05 12:58:26 -04:00
Nathan 🔶 Tarbert eb363654a1 docs: mark self-learning as early access 2026-06-05 12:56:57 -04:00
Nathan 🔶 Tarbert 7417b74cb6 docs: add self-learning agents section (CLHF / Intelligence Platform) 2026-06-05 12:51:22 -04:00
Nathan 🔶 Tarbert 1aba02209d Enhance README with link for Generative UI
Added a link to learn more about Generative UI integration.
2026-06-05 12:47:45 -04:00
Nathan 🔶 Tarbert f38c80b0b7 Revise platform links and descriptions in README
Updated links and descriptions for various platforms in the README.
2026-06-05 12:43:23 -04:00
Nathan 🔶 Tarbert a30500e460 docs: update README for multi-platform support (Angular, Vue, RN, Slack/Teams) 2026-06-05 12:35:13 -04:00
Benjamin Taylor 1c92a69f58 fix(links): point cloud.copilotkit.ai web links at the Intelligence dashboard
New users were still discovering cloud.copilotkit.ai through docs pages,
the README, example READMEs, and in-app banners/console messages. Replace
all user-facing web links with dashboard.operations.copilotkit.ai (the
destination the marketing-site CTAs already use). Functional API endpoints
(api.cloud.copilotkit.ai) are deliberately untouched since existing cloud
customers depend on them.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 11:20:44 -05:00
Alem Tuzlak 65928b9ca3 Merge remote-tracking branch 'origin/main' into worktree-lucky-popping-wren
# Conflicts:
#	package.json
2026-05-20 10:54:04 +02:00
Nathan 🔶 Tarbert 63d23e3fe8 chore(README): Update link from Copilot Cloud to Enterprise Intelligence Platform 2026-05-12 20:57:21 -04:00
Nathan 🔶 Tarbert 620e69998a chore(README): Update video asset the the "What is CopilotKit" section
Updated AG-UI Protocol link and asset URL in README.
2026-05-07 11:27:02 -04:00
Max Korp 963b6ff6ef docs(readme): replace dynamic shields.io license badge with static SVG 2026-05-06 17:18:11 -07:00
Jordan Ritter 497b205d1e fix: auto-format 16 files with pre-existing oxfmt violations
These files accumulated formatting drift across recent PRs. Fixes the
format CI check on main.
2026-04-29 19:12:22 -07:00
Nathan 🔶 Tarbert 8943dccd2d Update README with AI integration feature 2026-04-29 10:06:36 -04:00
Nathan 🔶 Tarbert 612e27f1c0 Update asset link in README.md 2026-04-29 10:03:10 -04:00
github-actions[bot] f36aa1e33a style: auto-fix formatting 2026-04-22 16:54:26 +00:00
Alem Tuzlak 44ee13182b docs(plugin): document Claude Code plugin install + skill inventory 2026-04-22 15:56:46 +02:00
Jordan Ritter 79bdaddf0c docs: update tutorials and READMEs for consolidated demo paths
Rewrite all standalone repo URLs to monorepo paths across 18 doc files
and the root README. Tutorial clone instructions now use
GIT_LFS_SKIP_SMUDGE=1 and point to examples/ subdirectories. Fix
pre-existing copy-paste bug in textarea tutorial and stale branch refs.
2026-03-12 13:06:03 -07:00
Arun Kumar 1b48dcb1df Fix typo for Declarative
`README.md`: Fix typo for `Declarative`
2026-02-24 16:04:41 +05:30
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
Nathan 🔶 Tarbert 4e554cb7cb Update AG-UI image link in README.md 2026-02-05 21:50:26 -05:00
Nathan 🔶 Tarbert bdd00eb653 Update AG-UI image to a clickable link 2026-02-05 21:48:49 -05:00
Nathan 🔶 Tarbert 0b7c6299ba Update description from 'interactive UI' to 'generative UI' 2026-02-05 16:20:15 -05:00
Nathan 🔶 Tarbert d06d3b51b7 Update image in README for CopilotKit
Replaced the old image link with a new diagram for CopilotKit.
2026-02-05 15:49:10 -05:00
Nathan 🔶 Tarbert fd99350478 Update asset link in README.md 2026-02-02 14:05:01 -05:00
Nathan 🔶 Tarbert 65961b0b31 chore(Revise README): updated sections and installation steps (#3094) 2026-02-02 13:41:20 -05:00
Nathan 🔶 Tarbert f4dc5b85fb Remove real life use cases from README
Removed real life use cases section and associated image from README.
2026-01-30 11:09:17 -05:00
Nathan 🔶 Tarbert 32753cb9ea Enhance README with header and image
Added a header and an image link to the README.
2026-01-26 14:33:37 -05:00
Nathan 🔶 Tarbert 0af43545d3 Remove image from README.md
Removed an image from the README file.
2026-01-23 09:55:47 -05:00
Nathan 🔶 Tarbert 634fd142be Remove CopilotKit v1.50 image link from README
Removed an image link related to CopilotKit v1.50 from the README.
2026-01-23 09:54:01 -05:00
Nathan 🔶 Tarbert 5308836647 Update README with new image and layout changes
Added a new image to the README and updated the layout.
2025-12-30 12:25:22 -05:00
Tyler Slaton 1c20b44f4f docs(readme): fix use agent header to be clearer (#2844)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-12-13 11:34:31 -05:00
Tyler Slaton 5e8da93878 docs(readme): update old code snippets and messaging (#2843)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-12-13 11:32:00 -05:00
Nathan 🔶 Tarbert c360e58db3 Update README with useAgent documentation link
Added documentation link for useAgent.
2025-12-11 10:35:38 -05:00
Nathan 🔶 Tarbert 3492854702 Update README with useAgent documentation link
Added a link to the useAgent documentation for better guidance.
2025-12-11 10:35:17 -05:00
Nathan 🔶 Tarbert 6073ccdc8f Fix links and image sources in README.md
Updated links and images in the README file.
2025-12-11 10:24:17 -05:00
Nathan 🔶 Tarbert 3f0d5fa07c Enhance README with 'useAgent' hook information
Added details about the 'useAgent' hook and its advantages.
2025-12-11 10:21:52 -05:00
Nathan 🔶 Tarbert 29af27f664 chore(README): Update with v1.50 CopilotKit images and links (#2822) 2025-12-11 06:56:46 -05:00
Aleksei Gurianov ad8d4d169e Clean up README by removing irrelevant links appeared in code example block (#2524) 2025-09-28 18:33:20 -04:00