Skip to content

Conversation

@RomneyDa
Copy link
Collaborator

@RomneyDa RomneyDa commented Nov 16, 2025

Description

support e.g. cn --agent this-agent.md or cn --agent file://path/to/agent.md


Summary by cubic

Add CLI support for loading agent files from local paths and file:// URIs with --agent, alongside existing hub slugs. This lets you run local agent definitions like: cn --agent ./agent.md.

  • New Features
    • Accepts --agent values like ./agent.md and file:///abs/path/agent.md.
    • If the value looks like owner/package, tries the hub first, then falls back to a path.
    • Improves error messages with the original input and root cause.

Written for commit 1e96371. Summary will update automatically on new commits.

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

⚠️ 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.

@github-actions
Copy link

github-actions bot commented Nov 16, 2025

✅ Review Complete

Code Review Summary

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


@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Nov 16, 2025
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

@RomneyDa RomneyDa changed the title feat(cli) support paths/URIs for --agent feat(cli): support paths/URIs for --agent Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants