Convey
未认领Point-n-click vibe coding in your browser! Draw features, improve designs, report bugs.
ai-toolsfrontend-webmcp
安装
$
npm install --save-dev @bitovi/convey工具(5 个)
discard_all_changes
Clears the entire change queue.
get_next_change
Returns the next committed change as raw patch data (no workflow instructions). Use this for custom agent workflows.
implement_next_change
Start here. Waits for the next committed change, returns implementation instructions, and requires the agent to apply it, mark it done, then call this tool again in an endless loop.
list_changes
Lists all changes grouped by status (staged, committed, implementing, implemented).
mark_change_implemented
Marks one or more changes as implemented by ID. Returns a directive to call implementnextchange again.