@rebon/cli-linux-arm64 1.5.2 → 1.5.4

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
@@ -22,28 +22,12 @@
22
22
 
23
23
  ## Demo
24
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)
25
+ | Feature | Demo |
26
+ | --- | --- |
27
+ | Type `/` for the command list and `@` to complete a filename. Ask what the file does and Rebon has to read it, so it stops and asks you first. Approve, ask a follow-up, and it still knows what was just said. | <img src="assets/demo/core-loop.webp" width="440" alt="Rebon core loop"> |
28
+ | Each `shift+tab` switches permission mode, four in all: default, plan, accept edits, auto. In auto it stops asking and finishes the rest by itself. | <img src="assets/demo/modes-auto.webp" width="440" alt="Rebon permission modes"> |
29
+ | `/agent` sends a job to a second agent. It runs in the background, so you don't wait for it and can keep asking about something else. `/tasks` shows how long it ran, what it spent, and what it came back with. | <img src="assets/demo/background-agent.webp" width="440" alt="Rebon background sub-agent"> |
30
+ | Broke something and want out of it? `/rewind` lists every message you sent earlier. Pick one and both the files and the conversation go back to how they were before you sent it. | <img src="assets/demo/rewind.webp" width="440" alt="Rebon rewind"> |
47
31
 
48
32
  ## What is in this repository
49
33
 
package/bin/rebon CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/rebon
3
- size: 51198584 bytes
4
- sha256: e231198d398a4c9920585ad12d73a92657d7f499e62eb77a13cb7d71ca7e6857
3
+ size: 51215168 bytes
4
+ sha256: 24c2a30b2f92aa3f7d03aed98990f3cc8dd5ecd858746fdaa9fb02cb9c912877
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-arm64",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Agent cli for coding and more.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {