Skip to content

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Nov 20, 2025

Description

More cases of "assistants" -> "configs" and migrating configs to agents. I created https://hub.continue.dev/continuedev/tidy-up-markdown-agent to make this work


Summary by cubic

Standardized terminology by switching from “assistants” to “configs” and updating workflows to use “agents.” Also changed the default fallback slug from continuedev/default-agent to continuedev/default-cli-config across CLI, docs, specs, and tests for consistency.

  • Refactors

    • Workflows: added required agent input; removed config input; tidy job now uses continuedev/tidy-up-markdown-agent.
    • CLI loader: renamed source types and functions (default-config-yaml → local-config-yaml, default-agent → remote-default-config); unauthenticated fallback now continuedev/default-cli-config; kept local ~/.continue/config.yaml precedence.
    • Docs/spec/tests: replaced default-agent with default-cli-config; updated mocks and test names to “Config.”
  • Migration

    • In workflow calls, replace config: with agent: and provide an agent slug.
    • Replace any continuedev/default-agent references with continuedev/default-cli-config.

Written for commit 011fdc4. Summary will update automatically on new commits.

@RomneyDa RomneyDa requested a review from a team as a code owner November 20, 2025 01:29
@RomneyDa RomneyDa requested review from tingwai and removed request for a team November 20, 2025 01:29
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 20, 2025
@github-actions
Copy link

github-actions bot commented Nov 20, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue configuration error. Please verify that the assistant exists in Continue Hub.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 9 files

@RomneyDa RomneyDa marked this pull request as draft November 20, 2025 19:32
@github-actions
Copy link

github-actions bot commented Nov 20, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue configuration error. Please verify that the assistant exists in Continue Hub.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 issues found across 9 files

Prompt for AI agents (all 5 issues)

Understand the root cause of the following 5 issues and fix them.


<file name="docs/guides/cli.mdx">

<violation number="1" location="docs/guides/cli.mdx:57">
Update the example to reference the new fallback slug `continuedev/default-config` so the documentation matches the CLI behavior.</violation>
</file>

<file name="extensions/cli/src/configLoader.ts">

<violation number="1" location="extensions/cli/src/configLoader.ts:190">
The warning still says “falling back to default agent,” even though the changed code now loads the default config, leading to misleading logs.</violation>

<violation number="2" location="extensions/cli/src/configLoader.ts:375">
The function now fetches `continuedev/default-config`, but the thrown error still claims the default agent failed, resulting in an inaccurate error message.</violation>
</file>

<file name="extensions/cli/vitest.setup.ts">

<violation number="1" location="extensions/cli/vitest.setup.ts:17">
The fetch mock now watches for `default-cli-config`, but the CLI still requests `continuedev/default-config`, so the fallback request is no longer stubbed and tests will hit the network instead of the mock.</violation>
</file>

<file name="extensions/cli/spec/config-loading.md">

<violation number="1" location="extensions/cli/spec/config-loading.md:40">
The spec now claims the CLI falls back to `continuedev/default-cli-config`, but the implementation continues to load `continuedev/default-config`, so the documentation is incorrect.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Nov 20, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 20, 2025
@RomneyDa RomneyDa merged commit 46f0fe9 into main Nov 21, 2025
57 of 60 checks passed
@RomneyDa RomneyDa deleted the dallin/configs-assistants-cleanup-7 branch November 21, 2025 22:47
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Nov 21, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2025
@sestinj
Copy link
Contributor

sestinj commented Nov 25, 2025

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 26, 2025

🎉 This PR is included in version 1.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer released size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants