Skip to content

Commit 2001814

Browse files
committed
chore: bump version to 1.10.2
1 parent 2a64a93 commit 2001814

File tree

6 files changed

+620
-5
lines changed

6 files changed

+620
-5
lines changed

agentic-flow/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.10.1] - 2025-01-10
5+
## [1.10.2] - 2025-01-10
66

77
### Fixed
88
- **Critical Bug**: Fixed ANTHROPIC_API_KEY overriding `--provider` CLI argument ([#60](https://github.com/ruvnet/agentic-flow/issues/60))

agentic-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-flow",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Production-ready AI agent orchestration platform with 66 specialized agents, 213 MCP tools, ReasoningBank learning memory, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols.",
55
"type": "module",
66
"main": "dist/index.js",

agentic-flow/wasm/reasoningbank/reasoningbank_wasm_bg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function log(message) {
258258
wasm.log(ptr0, len0);
259259
}
260260

261-
function __wbg_adapter_4(arg0, arg1, arg2) {
261+
function __wbg_adapter_6(arg0, arg1, arg2) {
262262
wasm.__wbindgen_export_5(arg0, arg1, addHeapObject(arg2));
263263
}
264264

@@ -540,7 +540,7 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
540540

541541
export function __wbindgen_cast_8eb6fd44e7238d11(arg0, arg1) {
542542
// Cast intrinsic for `Closure(Closure { dtor_idx: 62, function: Function { arguments: [Externref], shim_idx: 63, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
543-
const ret = makeMutClosure(arg0, arg1, 62, __wbg_adapter_4);
543+
const ret = makeMutClosure(arg0, arg1, 62, __wbg_adapter_6);
544544
return addHeapObject(ret);
545545
};
546546

0 Bytes
Binary file not shown.

packages/agentic-jujutsu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentic-jujutsu"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
edition = "2021"
55
authors = ["Agentic Flow Team <[email protected]>"]
66
description = "AI-powered Jujutsu VCS wrapper for multi-agent collaboration - 10-100x faster than Git with MCP protocol support"

0 commit comments

Comments
 (0)