docs: link changelog to changelog.continue.dev#10021
Conversation
Remove the in-repo changelog page and instead link to the external changelog site. Adds a redirect from /changelog to the external URL. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
✅ Review Complete Code Review Summary |
Discord links across docs, READMEs, GUI components, and issue templates now point to https://github.com/continuedev/continue/discussions. The Discord context provider (product feature) is left untouched. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
2 issues found across 27 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/overview.mdx">
<violation number="1" location="docs/overview.mdx:7">
P2: The docs page links to an image file that doesn't exist in the repo, so the image will be broken unless the asset is added or the path is updated to a stable file name.</violation>
</file>
<file name="docs/docs.json">
<violation number="1" location="docs/docs.json:19">
P2: Navigation now references an `overview` page, but there is no matching `overview.md`/`overview.mdx` file in the repo, so the docs nav will point to a missing page (and may break the build).</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/guides/run-agents-locally.mdx">
<violation number="1" location="docs/guides/run-agents-locally.mdx:94">
P3: The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| </Info> | ||
|
|
||
| For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference). | ||
| For additional options like `rules`, `model`, and MCP tool configuration, see the [Create & Edit Agents](/agents/create-and-edit) guide. |
There was a problem hiding this comment.
P3: The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/guides/run-agents-locally.mdx, line 94:
<comment>The new /agents/create-and-edit link points to a documentation page that doesn’t exist in the repo, which will result in a broken link in the published docs.</comment>
<file context>
@@ -91,7 +91,7 @@ Agent files are markdown documents with YAML frontmatter. The frontmatter config
</Info>
-For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference).
+For additional options like `rules`, `model`, and MCP tool configuration, see the [Create & Edit Agents](/agents/create-and-edit) guide.
## Example: Conventional PR Title Agent
</file context>
Replace generic examples with specific default agents: Code Security Review, Improve Test Coverage, Update AGENTS.md, and Draft Changelog Update. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
🎉 This PR is included in version 1.40.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
changelog.continue.dev) instead/changelogto the external URL so existing links continue to workdocs/changelog.mdxsince it's no longer neededTest plan
/changelogredirects tohttps://changelog.continue.dev🤖 Generated with Claude Code
Continue Tasks:▶️ 3 queued — View all
Summary by cubic
Move the changelog to https://changelog.continue.dev, streamline the docs nav, and switch community links to GitHub Discussions. /changelog now redirects to the external site so existing links keep working.
Written for commit 11976e5. Summary will update on new commits.