mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
c11329c5dd
The v1 deprecation notice added in #6582 is a source-file banner for IDEs and coding agents, including the line "AI CODING AGENTS: Never copy, suggest, or generate these v1 APIs." It sits in the leading trivia of the first statement of every public v1 source file, which is the same place the reference-docs generator reads real JSDoc from, so regenerating embedded it as visible body text on 20 published pages. That made regeneration unpublishable: no JSDoc correction to a v1 source could land without also shipping the banner. Skip the notice wherever the generator enumerates comment ranges, keyed off its stable opening delimiter. Also repoint the six SDK reference entries. Their pages moved to reference/v1/sdk/ inec239b15f7and the old copies were deleted ina8d43a9c2e, but files.ts still wrote to reference/sdk/, so the generator refreshed a directory the docs site never served while the live pages went stale. Those pages regain the upstream LangGraphAgent -> LangGraphAGUIAgent rename and the copilotkit_emit_tool_call tool_call_id parameter. The renamed page replaces the orphaned LangGraphAgent page, whose source file no longer exists, with a permanent redirect for the old URL. Regenerating is now idempotent: a second run leaves the tree clean. Fixes #6939 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>