I am in a Cloud Agent chat issuing a chat follow-up with an image attached and trying to include a slash command for UI/frontend reference skills to improve an HTML report generator.
Steps to Reproduce
Write a follow-up, attach a screenshot, include /shadcn skill slash command to cloud agent.
Expected Behavior
Issue the message, upload the image, reference the slash command without error.
For AI issues: add Request ID with privacy disabled
failed_precondition] Cloud plugin slash commands could not be resolved for this followup. Refresh them and try again. Request ID: 575e42ff-5856-449c-924f-b2526b578aae
Hey!
Quickest fix: start a new cloud agent and use /shadcn there - a fresh session picks up your currently installed plugins, so it resolves and the skill actually runs (which is why the web run worked). Once an agent is running its plugin set is locked, so “Refresh and try again” can’t pull shadcn in mid-session. This is an issue we’re tracking.
Heads-up: just rewording it in plain words (“use the shadcn skill…”) clears the error but won’t actually run the skill if it wasn’t in that session - so a new agent is the reliable path.
Let me know if a fresh agent still doesn’t pick up shadcn.
Hey Mohit, I am unsure about your fix relevance here because the skill(s) in question had already been setup and configured and present in the Cursor IDE/Agents & Cloud Agents environments prior to this conversation thread’s genesis. Simultaneously the same prompt errored on IDE locally but worked fine in the web Cloud Agent thread (same chat thread, just different interface). So same session, same plugin set.