xitsg 0.2.45 → 0.2.47

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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xitsg",
3
- "version": "0.2.45",
3
+ "version": "0.2.47",
4
4
  "description": "XiT / 吸T神功: AI CLI command-output compression, raw_log evidence, and Kimi integration.",
5
5
  "bin": {
6
6
  "xit": "bin/xit.js"
Binary file
Binary file
Binary file
Binary file
Binary file