devbonzai 2.0.7 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -93,7 +93,7 @@ app.get('/', (req, res) => {
|
|
|
93
93
|
'POST /open-cursor': 'Open Cursor (body: {path, line?})',
|
|
94
94
|
'POST /analyze_prompt': 'Analyze what files would be modified (body: {prompt})',
|
|
95
95
|
'POST /prompt_agent': 'Execute cursor-agent command (body: {prompt})',
|
|
96
|
-
'POST /prompt_agent_stream': 'Execute cursor-agent with SSE streaming
|
|
96
|
+
'POST /prompt_agent_stream': 'Execute cursor-agent with SSE streaming (body: {prompt})',
|
|
97
97
|
'POST /revert_job': 'Revert to a previous commit (body: {beforeCommit})',
|
|
98
98
|
'POST /shutdown': 'Gracefully shutdown the server'
|
|
99
99
|
},
|