xitsg 0.2.44 → 0.2.46
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 +10 -0
- package/package.json +1 -1
- package/vendor/darwin-amd64/xit +0 -0
- package/vendor/darwin-arm64/xit +0 -0
- package/vendor/linux-amd64/xit +0 -0
- package/vendor/linux-arm64/xit +0 -0
- package/vendor/win32-amd64/xit.exe +0 -0
package/README.md
CHANGED
|
@@ -26,6 +26,16 @@ xit init kimi --method official_hook --scope user --yes
|
|
|
26
26
|
xit kimi rules install --scope user --yes
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
## OpenCode Setup
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
xit init opencode --yes
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Installs a plugin to `.opencode/plugins/xit.ts` that intercepts high-noise bash tool calls and routes them through `xit auto`. The XiT summary is shown directly in the tool output.
|
|
36
|
+
|
|
37
|
+
> **Note:** Persistent OpenCode TUI statusline/footer is currently not supported. XiT only acts at the tool-execution level.
|
|
38
|
+
|
|
29
39
|
## Optional Kimi Toolbar Patch
|
|
30
40
|
|
|
31
41
|
```
|
package/package.json
CHANGED
package/vendor/darwin-amd64/xit
CHANGED
|
Binary file
|
package/vendor/darwin-arm64/xit
CHANGED
|
Binary file
|
package/vendor/linux-amd64/xit
CHANGED
|
Binary file
|
package/vendor/linux-arm64/xit
CHANGED
|
Binary file
|
|
Binary file
|