@rebon/cli-linux-x64 1.5.3 → 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 +6 -22
- 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
|
@@ -22,28 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
## Demo
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-

|
|
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:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 59223984 bytes
|
|
4
|
+
sha256: 07ec6726549d732389d4edc1aa0fdc7d334da8841f3e346678ae5f069f31cd77
|
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
|