@rebon/cli-linux-arm64 1.4.0 → 1.5.1
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 +36 -0
- package/bin/rebon +2 -2
- package/bin/rebon-boa-helper +0 -0
- package/bin/rebon-browser-mcp +0 -0
- package/bin/rebon-computer-use +0 -0
- package/bin/rebon-lsp-mcp +0 -0
- package/bin/sandbox-win +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,31 @@
|
|
|
20
20
|
</tr>
|
|
21
21
|
</table>
|
|
22
22
|
|
|
23
|
+
## Demo
|
|
24
|
+
|
|
25
|
+
Type `/` for the command list and `@` to complete a filename. Ask what the file
|
|
26
|
+
does and Rebon has to read it, so it stops and asks you first. Approve, ask a
|
|
27
|
+
follow-up, and it still knows what was just said.
|
|
28
|
+
|
|
29
|
+

|
|
30
|
+
|
|
31
|
+
Each `shift+tab` switches permission mode, four in all: default, plan, accept
|
|
32
|
+
edits, auto. In auto it stops asking and finishes the rest by itself.
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
`/agent` sends a job to a second agent. It runs in the background, so you don't
|
|
37
|
+
wait for it and can keep asking about something else. `/tasks` shows how long
|
|
38
|
+
it ran, what it spent, and what it came back with.
|
|
39
|
+
|
|
40
|
+

|
|
41
|
+
|
|
42
|
+
Broke something and want out of it? `/rewind` lists every message you sent
|
|
43
|
+
earlier. Pick one and both the files and the conversation go back to how they
|
|
44
|
+
were before you sent it.
|
|
45
|
+
|
|
46
|
+

|
|
47
|
+
|
|
23
48
|
## What is in this repository
|
|
24
49
|
|
|
25
50
|
The `rebon` command-line agent and everything it needs to build: the crates, the
|
|
@@ -177,6 +202,17 @@ You can also just rerun:
|
|
|
177
202
|
npm install -g @rebon/cli@latest
|
|
178
203
|
```
|
|
179
204
|
|
|
205
|
+
## Privacy
|
|
206
|
+
|
|
207
|
+
Rebon has no telemetry — no analytics, no crash reporting, no usage events,
|
|
208
|
+
no anonymous install ID. The only request it makes on its own is the update
|
|
209
|
+
check above: a plain `GET` for `@rebon/cli`'s public npm metadata, carrying
|
|
210
|
+
no identifiers and not even your current version. Everything else on the
|
|
211
|
+
wire is a request you made — a model turn, a `WebFetch`, an MCP call.
|
|
212
|
+
|
|
213
|
+
[PRIVACY.md](PRIVACY.md) lists every outbound request the binary can make,
|
|
214
|
+
with the file each one lives in, plus the commands to verify it yourself.
|
|
215
|
+
|
|
180
216
|
## Troubleshooting
|
|
181
217
|
|
|
182
218
|
- **"missing optional platform package"** — reinstall without
|
package/bin/rebon
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/bin/rebon
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 51193440 bytes
|
|
4
|
+
sha256: 86c85e4efff6304e44ac58b841685d5e166847c53b7a185e8c273edb32222279
|
package/bin/rebon-boa-helper
CHANGED
|
Binary file
|
package/bin/rebon-browser-mcp
CHANGED
|
Binary file
|
package/bin/rebon-computer-use
CHANGED
|
Binary file
|
package/bin/rebon-lsp-mcp
CHANGED
|
Binary file
|
package/bin/sandbox-win
CHANGED
|
Binary file
|