squadrant 0.18.0 → 0.19.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 +2 -2
- package/dist/index.js +4940 -3438
- package/dist/index.js.map +1 -1
- package/dist/squadrantd.js +4042 -833
- package/dist/squadrantd.js.map +1 -1
- package/package.json +1 -1
- package/scripts/gen-codex-types.sh +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
# Regenerate the codex app-server protocol bindings.
|
|
3
3
|
# Requires codex-cli ≥0.130.0 on PATH.
|
|
4
|
-
# Output goes to vendor/ (outside src/) so tsc/tsup
|
|
4
|
+
# Output goes to vendor/ (outside src/) so tsc/tsup skip it.
|
|
5
5
|
set -euo pipefail
|
|
6
6
|
OUT="packages/agents/vendor/codex-protocol"
|
|
7
7
|
rm -rf "$OUT"
|