Skip to content

Conversation

@TyDunn
Copy link
Contributor

@TyDunn TyDunn commented Nov 3, 2025

Summary by cubic

Updated README to focus on Background, CLI, and IDE Agents with new gifs and clearer “Get started” links to Mission Control and CLI (headless/TUI). Removed separate Chat/Edit/Autocomplete sections and updated the tagline to emphasize delegating repetitive tasks.

Written for commit 44c569d. Summary will update automatically on new commits.

@TyDunn TyDunn requested a review from a team as a code owner November 3, 2025 23:06
@TyDunn TyDunn requested review from Patrick-Erichsen and removed request for a team November 3, 2025 23:06
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 3, 2025
@TyDunn TyDunn requested review from BekahHW and removed request for Patrick-Erichsen November 3, 2025 23:06
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@TyDunn TyDunn changed the title README agents update docs: README agents update Nov 3, 2025
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


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.

3 issues found across 1 file

Prompt for AI agents (all 3 issues)

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


<file name="README.md">

<violation number="1" location="README.md:34">
Use an absolute https:// URL for Mission Control so the README link works instead of resolving inside the repo.</violation>

<violation number="2" location="README.md:40">
Point this image to an existing asset or add the missing background-agent.gif so the README renders correctly.</violation>

<violation number="3" location="README.md:46">
Update the CLI agents image to an existing file or add cli-agent.gif so the README displays correctly.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

Watch workflows execute in real-time and approve decisions step-by-step from your [terminal](https://docs.continue.dev/cli/quick-start#tui-mode)

![chat](docs/images/chat.gif)
![CLI Agents](docs/images/cli-agent.gif)
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 3, 2025

Choose a reason for hiding this comment

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

Update the CLI agents image to an existing file or add cli-agent.gif so the README displays correctly.

Prompt for AI agents
Address the following comment on README.md at line 46:

<comment>Update the CLI agents image to an existing file or add cli-agent.gif so the README displays correctly.</comment>

<file context>
@@ -27,35 +27,29 @@
+Watch workflows execute in real-time and approve decisions step-by-step from your [terminal](https://docs.continue.dev/cli/quick-start#tui-mode)
 
-![chat](docs/images/chat.gif)
+![CLI Agents](docs/images/cli-agent.gif)
 
-## Edit
</file context>
Fix with Cubic

Set workflows to run automatically on [PR opens](https://docs.continue.dev/guides/continuous-ai#pattern-2-the-pr-review-agent), [schedules](https://docs.continue.dev/guides/continuous-ai#pattern-1-the-async-triage-bot), or [any event trigger](https://docs.continue.dev/cli/quick-start#headless-mode)

![agent](docs/images/agent.gif)
![Background Agents](docs/images/background-agent.gif)
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 3, 2025

Choose a reason for hiding this comment

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

Point this image to an existing asset or add the missing background-agent.gif so the README renders correctly.

Prompt for AI agents
Address the following comment on README.md at line 40:

<comment>Point this image to an existing asset or add the missing background-agent.gif so the README renders correctly.</comment>

<file context>
@@ -27,35 +27,29 @@
+Set workflows to run automatically on [PR opens](https://docs.continue.dev/guides/continuous-ai#pattern-2-the-pr-review-agent), [schedules](https://docs.continue.dev/guides/continuous-ai#pattern-1-the-async-triage-bot), or [any event trigger](https://docs.continue.dev/cli/quick-start#headless-mode)
 
-![agent](docs/images/agent.gif)
+![Background Agents](docs/images/background-agent.gif)
 
-## Chat
</file context>
Fix with Cubic

README.md Outdated
</div>

Get started in [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue), [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension), or [CLI](https://docs.continue.dev/guides/cli)
Get started in [Mission Control](hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 3, 2025

Choose a reason for hiding this comment

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

Use an absolute https:// URL for Mission Control so the README link works instead of resolving inside the repo.

Prompt for AI agents
Address the following comment on README.md at line 34:

<comment>Use an absolute https:// URL for Mission Control so the README link works instead of resolving inside the repo.</comment>

<file context>
@@ -27,35 +27,29 @@
 &lt;/div&gt;
 
-Get started in [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue), [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension), or [CLI](https://docs.continue.dev/guides/cli)
+Get started in [Mission Control](hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)
 
-## Agent
</file context>
Suggested change
Get started in [Mission Control](hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)
Get started in [Mission Control](https://hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)

✅ Addressed in 44c569d

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.

1 issue found across 3 files

Prompt for AI agents (all 1 issues)

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


<file name="README.md">

<violation number="1" location="README.md:34">
The Mission Control link loses its `https://` scheme, so GitHub will render it as a relative URL and the link will break. Please restore the full `https://hub.continue.dev/agents` address to keep onboarding users on the right page.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
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 1 file

@sestinj sestinj merged commit 4742201 into main Nov 4, 2025
58 of 60 checks passed
@sestinj sestinj deleted the readme-agents-update branch November 4, 2025 02:33
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Nov 4, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2025
@sestinj
Copy link
Contributor

sestinj commented Nov 7, 2025

🎉 This PR is included in version 1.32.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 18, 2025

🎉 This PR is included in version 1.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 19, 2025

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Nov 20, 2025

🎉 This PR is included in version 1.6.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

released size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants