strray-ai 1.22.45 → 1.22.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/.opencode/strray/codex.json +1 -1
- package/.opencode/strray/config.json +1 -1
- package/.opencode/strray/features.json +1 -1
- package/.opencode/strray/integrations.json +3 -3
- package/.strray/codex.json +1 -1
- package/.strray/config.json +1 -1
- package/.strray/features.json +1 -1
- package/.strray/integrations.json +3 -3
- package/AGENTS.md +4 -4
- package/dist/AGENTS.md +4 -4
- package/package.json +1 -1
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.46",
|
|
8
8
|
"config": {}
|
|
9
9
|
},
|
|
10
10
|
"python-bridge": {
|
|
11
11
|
"enabled": false,
|
|
12
12
|
"type": "protocol-bridge",
|
|
13
|
-
"version": "1.22.
|
|
13
|
+
"version": "1.22.46",
|
|
14
14
|
"config": {}
|
|
15
15
|
},
|
|
16
16
|
"react": {
|
|
17
17
|
"enabled": false,
|
|
18
18
|
"type": "framework-adapter",
|
|
19
|
-
"version": "1.22.
|
|
19
|
+
"version": "1.22.46",
|
|
20
20
|
"config": {}
|
|
21
21
|
}
|
|
22
22
|
}
|
package/.strray/codex.json
CHANGED
package/.strray/config.json
CHANGED
package/.strray/features.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"openclaw": {
|
|
5
5
|
"enabled": false,
|
|
6
6
|
"type": "external-service",
|
|
7
|
-
"version": "1.22.
|
|
7
|
+
"version": "1.22.46",
|
|
8
8
|
"config": {}
|
|
9
9
|
},
|
|
10
10
|
"python-bridge": {
|
|
11
11
|
"enabled": false,
|
|
12
12
|
"type": "protocol-bridge",
|
|
13
|
-
"version": "1.22.
|
|
13
|
+
"version": "1.22.46",
|
|
14
14
|
"config": {}
|
|
15
15
|
},
|
|
16
16
|
"react": {
|
|
17
17
|
"enabled": false,
|
|
18
18
|
"type": "framework-adapter",
|
|
19
|
-
"version": "1.22.
|
|
19
|
+
"version": "1.22.46",
|
|
20
20
|
"config": {}
|
|
21
21
|
}
|
|
22
22
|
}
|
package/AGENTS.md
CHANGED
|
@@ -21,7 +21,7 @@ StringRay provides intelligent multi-agent orchestration with automatic delegati
|
|
|
21
21
|
|
|
22
22
|
Deep reflection documents capture development journeys and lessons learned:
|
|
23
23
|
- **Location**: `docs/reflections/` (main) and `docs/reflections/deep/` (detailed)
|
|
24
|
-
- **Examples**: `kernel-v2.0-skill-system-fix-journey.md`, `typescript-build-fix-journey-2026-03-09.md`, `stringray-framework-deep-reflection-v1.22.
|
|
24
|
+
- **Examples**: `kernel-v2.0-skill-system-fix-journey.md`, `typescript-build-fix-journey-2026-03-09.md`, `stringray-framework-deep-reflection-v1.22.46.md`
|
|
25
25
|
|
|
26
26
|
These documents capture:
|
|
27
27
|
- Technical challenges encountered and solved
|
|
@@ -639,7 +639,7 @@ npx strray-ai --version
|
|
|
639
639
|
### Consumer Environment Limitations
|
|
640
640
|
|
|
641
641
|
- **Features.json**: Automatically loaded from package, not project root
|
|
642
|
-
- **Codex Version**: Frozen at v1.22.
|
|
642
|
+
- **Codex Version**: Frozen at v1.22.46 in consumer mode (stable)
|
|
643
643
|
- **Plugin Behavior**: Reduced functionality in consumer mode:
|
|
644
644
|
- No dynamic codex term enrichment
|
|
645
645
|
- Fixed codex version
|
|
@@ -651,7 +651,7 @@ npx strray-ai --version
|
|
|
651
651
|
| Aspect | Development | Consumer |
|
|
652
652
|
|--------|-----------|----------|
|
|
653
653
|
| Features | Full (latest) | Optimized (stable) |
|
|
654
|
-
| Codex | Latest terms | v1.22.
|
|
654
|
+
| Codex | Latest terms | v1.22.46 fallback |
|
|
655
655
|
| Discovery | Dynamic (MCP) | Static only |
|
|
656
656
|
| Hot Reload | Yes | No |
|
|
657
657
|
|
|
@@ -662,4 +662,4 @@ npx strray-ai --version
|
|
|
662
662
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
663
663
|
|
|
664
664
|
---
|
|
665
|
-
**Version**: 1.22.
|
|
665
|
+
**Version**: 1.22.46 | [GitHub](https://github.com/htafolla/stringray)
|
package/dist/AGENTS.md
CHANGED
|
@@ -21,7 +21,7 @@ StringRay provides intelligent multi-agent orchestration with automatic delegati
|
|
|
21
21
|
|
|
22
22
|
Deep reflection documents capture development journeys and lessons learned:
|
|
23
23
|
- **Location**: `docs/reflections/` (main) and `docs/reflections/deep/` (detailed)
|
|
24
|
-
- **Examples**: `kernel-v2.0-skill-system-fix-journey.md`, `typescript-build-fix-journey-2026-03-09.md`, `stringray-framework-deep-reflection-v1.22.
|
|
24
|
+
- **Examples**: `kernel-v2.0-skill-system-fix-journey.md`, `typescript-build-fix-journey-2026-03-09.md`, `stringray-framework-deep-reflection-v1.22.46.md`
|
|
25
25
|
|
|
26
26
|
These documents capture:
|
|
27
27
|
- Technical challenges encountered and solved
|
|
@@ -639,7 +639,7 @@ npx strray-ai --version
|
|
|
639
639
|
### Consumer Environment Limitations
|
|
640
640
|
|
|
641
641
|
- **Features.json**: Automatically loaded from package, not project root
|
|
642
|
-
- **Codex Version**: Frozen at v1.22.
|
|
642
|
+
- **Codex Version**: Frozen at v1.22.46 in consumer mode (stable)
|
|
643
643
|
- **Plugin Behavior**: Reduced functionality in consumer mode:
|
|
644
644
|
- No dynamic codex term enrichment
|
|
645
645
|
- Fixed codex version
|
|
@@ -651,7 +651,7 @@ npx strray-ai --version
|
|
|
651
651
|
| Aspect | Development | Consumer |
|
|
652
652
|
|--------|-----------|----------|
|
|
653
653
|
| Features | Full (latest) | Optimized (stable) |
|
|
654
|
-
| Codex | Latest terms | v1.22.
|
|
654
|
+
| Codex | Latest terms | v1.22.46 fallback |
|
|
655
655
|
| Discovery | Dynamic (MCP) | Static only |
|
|
656
656
|
| Hot Reload | Yes | No |
|
|
657
657
|
|
|
@@ -662,4 +662,4 @@ npx strray-ai --version
|
|
|
662
662
|
- [Troubleshooting](https://github.com/htafolla/stringray/blob/master/docs/TROUBLESHOOTING.md)
|
|
663
663
|
|
|
664
664
|
---
|
|
665
|
-
**Version**: 1.22.
|
|
665
|
+
**Version**: 1.22.46 | [GitHub](https://github.com/htafolla/stringray)
|
package/package.json
CHANGED