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.
Files changed (2) hide show
  1. package/cli.js +1 -1
  2. 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 updates (body: {prompt})',
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devbonzai",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Quickly set up a local file server in any repository for browser-based file access",
5
5
  "main": "cli.js",
6
6
  "bin": {