agentic-flow 1.1.14-beta.1 → 1.1.14
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/CHANGELOG.md +3 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [1.1.14
|
|
8
|
+
## [1.1.14] - 2025-10-05
|
|
9
9
|
|
|
10
10
|
### 🎉 Major Fix: OpenRouter Proxy Now Working!
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
- **Critical:** Fixed TypeError on `anthropicReq.system` field
|
|
14
14
|
- Proxy now handles both string and array formats (array needed for Claude Agent SDK prompt caching)
|
|
15
15
|
- Claude Agent SDK fully compatible
|
|
16
|
-
-
|
|
16
|
+
- 80% of tested OpenRouter models now working (8/10)
|
|
17
17
|
|
|
18
18
|
### Tested & Working
|
|
19
19
|
- ✅ OpenAI GPT-4o-mini (99% cost savings vs Claude!)
|
|
@@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
23
23
|
- ✅ Mistral 7B
|
|
24
24
|
- ✅ Google Gemini 2.0 Flash
|
|
25
25
|
- ✅ xAI Grok 4 Fast (#1 most popular OpenRouter model!)
|
|
26
|
+
- ✅ GLM 4.6
|
|
26
27
|
- ✅ All 15 MCP tools (Write, Read, Bash, etc.)
|
|
27
28
|
|
|
28
29
|
### Known Issues
|
|
29
30
|
- ⚠️ Llama 3.3 70B: Intermittent timeouts (use Llama 3.1 8B instead)
|
|
30
31
|
- ❌ xAI Grok 4: Too slow for practical use (use Grok 4 Fast instead)
|
|
31
|
-
- ❌ GLM 4.6: Output encoding issues
|
|
32
32
|
- ⚠️ DeepSeek models: Needs further testing with proper API keys
|
|
33
33
|
|
|
34
34
|
### Added
|
|
@@ -54,8 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
54
54
|
- Claude 3.5 Sonnet: 11s
|
|
55
55
|
- Llama 3.1 8B: 14s
|
|
56
56
|
|
|
57
|
-
**Upgrade Note:** This is a beta release. Please report any issues at https://github.com/ruvnet/agentic-flow/issues
|
|
58
|
-
|
|
59
57
|
**Breaking Changes:** None - fully backward compatible
|
|
60
58
|
|
|
61
59
|
## [1.1.13] - 2025-10-05
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-flow",
|
|
3
|
-
"version": "1.1.14
|
|
4
|
-
"description": "Production-ready AI agent orchestration platform with 66 specialized agents, 111 MCP tools, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols. v1.1.14
|
|
3
|
+
"version": "1.1.14",
|
|
4
|
+
"description": "Production-ready AI agent orchestration platform with 66 specialized agents, 111 MCP tools, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols. v1.1.14: Fixed critical OpenRouter proxy bug - 80% model success rate including Grok 4 Fast (#1 most popular)!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|