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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.45",
2
+ "version": "1.22.46",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.45",
3
+ "version": "1.22.46",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.45",
3
+ "version": "1.22.46",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.45",
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.45",
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.45",
19
+ "version": "1.22.46",
20
20
  "config": {}
21
21
  }
22
22
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.22.45",
2
+ "version": "1.22.46",
3
3
  "lastUpdated": "2026-03-09",
4
4
  "errorPreventionTarget": 0.996,
5
5
  "terms": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./config.schema.json",
3
- "version": "1.22.45",
3
+ "version": "1.22.46",
4
4
  "description": "0xRay Framework - Token Management & Performance Configuration",
5
5
 
6
6
  "token_management": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./features.schema.json",
3
- "version": "1.22.45",
3
+ "version": "1.22.46",
4
4
  "description": "0xRay Framework - Unified Feature Configuration",
5
5
  "token_optimization": {
6
6
  "enabled": true,
@@ -4,19 +4,19 @@
4
4
  "openclaw": {
5
5
  "enabled": false,
6
6
  "type": "external-service",
7
- "version": "1.22.45",
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.45",
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.45",
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.45.md`
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.45 in consumer mode (stable)
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.45 fallback |
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.45 | [GitHub](https://github.com/htafolla/stringray)
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.45.md`
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.45 in consumer mode (stable)
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.45 fallback |
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.45 | [GitHub](https://github.com/htafolla/stringray)
665
+ **Version**: 1.22.46 | [GitHub](https://github.com/htafolla/stringray)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strray-ai",
3
- "version": "1.22.45",
3
+ "version": "1.22.46",
4
4
  "description": "⚡ 0xRay: Self-Healing AI Governance OS - Enterprise AI orchestration for OpenCode, Hermes, and OpenClaw",
5
5
  "readme": "README.md",
6
6
  "license": "MIT",