-
Notifications
You must be signed in to change notification settings - Fork 3.7k
feat: status tool for cn #8007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: status tool for cn #8007
Conversation
There was a problem hiding this 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 6 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="extensions/cli/src/tools/status.ts">
<violation number="1" location="extensions/cli/src/tools/status.ts:44">
This tool issues a POST to update agent status but is marked readonly, so plan-mode restrictions would allow a state-changing call. Mark it non-readonly so plan mode stays side-effect free.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.
|
🎉 This PR is included in version 1.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
experimental status tool for cn to report back the state of the agent
Summary by cubic
Adds a beta Status tool so agents can report task state to users. Introduces a shared authenticated API client and refactors remote/ls to use it for cleaner requests and errors.
New Features
Refactors