usebeeline 0.0.114 → 0.0.116
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/README.md +3 -1
- package/dist/usebeeline.mjs +3281 -2411
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,7 +113,8 @@ The corner receives a GitHub App token scoped to **that one repository**, instal
|
|
|
113
113
|
|
|
114
114
|
```text
|
|
115
115
|
beeline connect [XXXXXXXX-XXXXXXXX] Install and connect an app-authorized agent
|
|
116
|
-
beeline start
|
|
116
|
+
beeline start Update the helper, then start every paired agent
|
|
117
|
+
beeline start --agent <agent-pubkey> Start one agent (already-running is a no-op)
|
|
117
118
|
beeline stop --agent <agent-pubkey> Stop and disable the supervised agent
|
|
118
119
|
beeline update [--check|--status|--rollback|--force]
|
|
119
120
|
Self-update the installed bundle
|
|
@@ -142,6 +143,7 @@ Two MCP surfaces are mounted into every agent session.
|
|
|
142
143
|
| `open_corner` | Top-level Rooms | Open one write-enabled corner with a ≤24-word objective |
|
|
143
144
|
| `pr_checks_status` | Corners | Read checks, human hold, and PR/head-bound merge approval |
|
|
144
145
|
| `post_artifact` | Everywhere | Upload one file (path or html/bytes) as an attachment |
|
|
146
|
+
| `fetch_image` | Everywhere | Download one photograph into scratch for a data: embed |
|
|
145
147
|
| `create_schedule`, `list_schedules`, `delete_schedule` | Everywhere | Run a prompt again later — interval minutes or a 5-field cron |
|
|
146
148
|
| `request_grant` | Everywhere | Ask the owner for reach outside the sandbox |
|
|
147
149
|
| `run_granted_command` | Everywhere | Run a command an approved grant covers, outside the sandbox |
|