Skip to content

feat(agents): add rename and archive commands (7/8)#8286

Open
VaibhavAcharya wants to merge 1 commit into
agent/cli/pr8237-cmd-publish-revertfrom
agent/cli/pr8237-cmd-rename-archive
Open

feat(agents): add rename and archive commands (7/8)#8286
VaibhavAcharya wants to merge 1 commit into
agent/cli/pr8237-cmd-publish-revertfrom
agent/cli/pr8237-cmd-rename-archive

Conversation

@VaibhavAcharya
Copy link
Copy Markdown
Contributor

@VaibhavAcharya VaibhavAcharya commented Jun 1, 2026

Summary

Linear: https://linear.app/netlify/issue/EX-2195

Part 7 of the agents CLI revamp split. Adds two run-management commands.

  • agents:rename sets a run's title. Sanitized and capped at 200 characters.
  • agents:archive archives a run, with --yes to skip the confirmation prompt.
$ netlify agents:rename <id> "Anonymous feedback form"
✓ Agent run renamed.
  Title: Anonymous feedback form

$ netlify agents:rename <id> "$(printf 'a%.0s' {1..201})"
Error: Title must be 200 characters or fewer

Stacked on the publish/revert PR.


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If youre fixing a typo or something thats on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 1, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 372e10ef-8978-48a9-8cd3-527d2a7c44e7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/cli/pr8237-cmd-rename-archive

Comment @coderabbitai help to get the list of available commands and usage tips.

@VaibhavAcharya VaibhavAcharya changed the title feat(agents): add rename and archive commands (7/8 of #8237) feat(agents): add rename and archive commands (7/8) Jun 1, 2026
@VaibhavAcharya VaibhavAcharya force-pushed the agent/cli/pr8237-cmd-publish-revert branch from 81b8098 to f02d1dc Compare June 1, 2026 09:59
@VaibhavAcharya VaibhavAcharya force-pushed the agent/cli/pr8237-cmd-rename-archive branch from 8007f7d to 0a03ea0 Compare June 1, 2026 09:59
@VaibhavAcharya VaibhavAcharya marked this pull request as ready for review June 1, 2026 10:20
@VaibhavAcharya VaibhavAcharya requested review from a team as code owners June 1, 2026 10:20
@VaibhavAcharya
Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 1, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

- agents:rename sets a run's title, sanitized and capped at 200 chars
- agents:archive archives a run, with --yes to skip confirmation

Part 7/8 of the agents CLI revamp split.
@VaibhavAcharya VaibhavAcharya force-pushed the agent/cli/pr8237-cmd-publish-revert branch from f02d1dc to ee89182 Compare June 1, 2026 11:13
@VaibhavAcharya VaibhavAcharya force-pushed the agent/cli/pr8237-cmd-rename-archive branch from 0a03ea0 to 5f1f160 Compare June 1, 2026 11:13
@VaibhavAcharya
Copy link
Copy Markdown
Contributor Author

Link EX-2195

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant