rulesync 16.32.1 → 16.34.0
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 +3 -2
- package/dist/cli/index.cjs +4 -4
- package/dist/cli/index.js +4 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/{import-NHZnMc--.cjs → import-9T9fnjNn.cjs} +3361 -516
- package/dist/{import-CT7-pKL6.js → import-De13gNpF.js} +3346 -501
- package/dist/import-De13gNpF.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/import-CT7-pKL6.js.map +0 -1
package/README.md
CHANGED
|
@@ -94,9 +94,10 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
94
94
|
| Claude Code plugin | | | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
95
95
|
| CodeBuddy Code | ✅ | | | | | | | | |
|
|
96
96
|
| Codex CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
97
|
+
| Command Code | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
97
98
|
| GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
98
99
|
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ | ✅ | ✅ | ✅ | |
|
|
99
|
-
| Crush | ✅ | ✅ |
|
|
100
|
+
| Crush | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ | |
|
|
100
101
|
| Goose | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
101
102
|
| Hermes Agent | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
102
103
|
| Grok CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
@@ -133,7 +134,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
133
134
|
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | ✅ | ✅ | |
|
|
134
135
|
| Zed | ✅ | ✅ | ✅ | | | ✅ | | ✅ | |
|
|
135
136
|
| ZCode (Z.ai) | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
136
|
-
| Pool (Poolside) | ✅ | | | | |
|
|
137
|
+
| Pool (Poolside) | ✅ | | | | | ✅ | | | |
|
|
137
138
|
| DeepSeek Harness | ✅ | | | | | ✅ | | | |
|
|
138
139
|
|
|
139
140
|
<!-- SUPPORTED_TOOLS_AI:END -->
|