@rebon/cli-linux-x64 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 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
+ ![Rebon core loop](assets/demo/core-loop.webp)
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
+ ![Rebon permission modes](assets/demo/modes-auto.webp)
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
+ ![Rebon background sub-agent](assets/demo/background-agent.webp)
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
+ ![Rebon rewind](assets/demo/rewind.webp)
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: 59180072 bytes
4
- sha256: 264c8b8292fa1f326deced4f55ac3494fb7413a2a25cc0c4b5639cfa8ada7c89
3
+ size: 59213664 bytes
4
+ sha256: c57ccfb47e773fd983d8f71e7bc2dcfa56563b215754a82a1a77e0afc9f2d4fd
Binary file
Binary file
Binary file
package/bin/rebon-lsp-mcp CHANGED
Binary file
package/bin/sandbox-win CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebon/cli-linux-x64",
3
- "version": "1.4.0",
3
+ "version": "1.5.1",
4
4
  "description": "Agent cli for coding and more.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {