strray-ai 1.2.8 → 1.2.9
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.
Potentially problematic release.
This version of strray-ai might be problematic. Click here for more details.
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
[2026-02-
|
|
2
|
-
[2026-02-
|
|
1
|
+
[2026-02-01T20:21:24.602Z] ERROR: No codex files found. Checked: .strray/agents_template.md, AGENTS.md
|
|
2
|
+
[2026-02-01T20:21:27.900Z] Model routed: read → file_read → claude-haiku-4
|
|
3
|
+
[2026-02-01T20:21:28.042Z] ERROR: No codex files found. Checked: .strray/agents_template.md, AGENTS.md
|
|
4
|
+
[2026-02-01T20:21:36.114Z] ERROR: No codex files found. Checked: .strray/agents_template.md, AGENTS.md
|
|
5
|
+
[2026-02-01T20:21:39.229Z] ERROR: No codex files found. Checked: .strray/agents_template.md, AGENTS.md
|
|
6
|
+
[2026-02-01T20:21:48.849Z] ERROR: No codex files found. Checked: .strray/agents_template.md, AGENTS.md
|
|
@@ -26,59 +26,45 @@
|
|
|
26
26
|
"global-git",
|
|
27
27
|
"global-sqlite"
|
|
28
28
|
],
|
|
29
|
-
"model": "openrouter/xai-grok-2-1212-fast-1",
|
|
30
29
|
"agent": {
|
|
31
30
|
"orchestrator": {
|
|
32
|
-
"
|
|
33
|
-
"temperature": 1.0
|
|
31
|
+
"mode": "subagent"
|
|
34
32
|
},
|
|
35
33
|
"enhanced-orchestrator": {
|
|
36
|
-
"
|
|
37
|
-
"temperature": 1.0
|
|
34
|
+
"mode": "subagent"
|
|
38
35
|
},
|
|
39
36
|
"enforcer": {
|
|
40
|
-
"
|
|
41
|
-
"temperature": 1.0
|
|
37
|
+
"mode": "primary"
|
|
42
38
|
},
|
|
43
39
|
"architect": {
|
|
44
|
-
"
|
|
45
|
-
"temperature": 1.0
|
|
40
|
+
"mode": "subagent"
|
|
46
41
|
},
|
|
47
42
|
"test-architect": {
|
|
48
|
-
"
|
|
49
|
-
"temperature": 1.0
|
|
43
|
+
"mode": "subagent"
|
|
50
44
|
},
|
|
51
45
|
"bug-triage-specialist": {
|
|
52
|
-
"
|
|
53
|
-
"temperature": 1.0
|
|
46
|
+
"mode": "subagent"
|
|
54
47
|
},
|
|
55
48
|
"code-reviewer": {
|
|
56
|
-
"
|
|
57
|
-
"temperature": 1.0
|
|
49
|
+
"mode": "subagent"
|
|
58
50
|
},
|
|
59
51
|
"security-auditor": {
|
|
60
|
-
"
|
|
61
|
-
"temperature": 1.0
|
|
52
|
+
"mode": "subagent"
|
|
62
53
|
},
|
|
63
54
|
"refactorer": {
|
|
64
|
-
"
|
|
65
|
-
"temperature": 1.0
|
|
55
|
+
"mode": "subagent"
|
|
66
56
|
},
|
|
67
57
|
"explore": {
|
|
68
|
-
"
|
|
69
|
-
"temperature": 1.0
|
|
58
|
+
"mode": "subagent"
|
|
70
59
|
},
|
|
71
60
|
"librarian": {
|
|
72
|
-
"
|
|
73
|
-
"temperature": 1.0
|
|
61
|
+
"mode": "subagent"
|
|
74
62
|
},
|
|
75
63
|
"document-writer": {
|
|
76
|
-
"
|
|
77
|
-
"temperature": 1.0
|
|
64
|
+
"mode": "subagent"
|
|
78
65
|
},
|
|
79
66
|
"frontend-ui-ux-engineer": {
|
|
80
|
-
"
|
|
81
|
-
"temperature": 1.0
|
|
67
|
+
"mode": "subagent"
|
|
82
68
|
}
|
|
83
69
|
},
|
|
84
70
|
"mcpServers": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strray-ai",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/plugin/strray-codex-injection.js",
|