Skip to content

Commit 39b118f

Browse files
Release v1.3.2
1 parent ba52922 commit 39b118f

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Minecraft 1.21.1](https://img.shields.io/badge/Minecraft-1.21.1-blue?style=for-the-badge&logo=minecraft)](https://www.minecraft.net/)
99
[![Fabric](https://img.shields.io/badge/Fabric-Loader-9c8a7b?style=for-the-badge&logo=fabric)](https://fabricmc.net/)
1010
[![Gemini 3.1 Pro Preview](https://img.shields.io/badge/Power-Gemini_3.1_Pro_Preview-orange?style=for-the-badge&logo=google-gemini)](https://deepmind.google/technologies/gemini/)
11-
[![Official Release](https://img.shields.io/badge/Release-v1.3.1_Voice_Fix_Update-purple?style=for-the-badge)](https://github.com/aaronaalmendarez/gemini-minecraft/releases/tag/v1.3.1)
11+
[![Official Release](https://img.shields.io/badge/Release-v1.3.2_Gemini_Planner_Reliability_Update-purple?style=for-the-badge)](https://github.com/aaronaalmendarez/gemini-minecraft/releases/tag/v1.3.2)
1212
[![MIT License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE)
1313

1414
[**Quick Start**](#-getting-started)[**Features**](#-pillars-of-intelligence)[**Roadmap**](#-roadmap)[**Commands**](#-command-terminal)[**Technical Specs**](#-the-nerd-stack)
@@ -25,7 +25,7 @@
2525

2626
## ⚡ Quick Try
2727

28-
1. **Download** the latest release: [**v1.3.1 JARs**](https://github.com/aaronaalmendarez/gemini-minecraft/releases/tag/v1.3.1)
28+
1. **Download** the latest release: [**v1.3.2 JARs**](https://github.com/aaronaalmendarez/gemini-minecraft/releases/tag/v1.3.2)
2929
2. Drop the `.jar` into your **`mods`** folder.
3030
3. Launch with **Fabric 1.21.1**.
3131
4. **Experience the Power**:
@@ -290,8 +290,8 @@ That is it. No manual token pasting is required.
290290

291291
#### Release Assets
292292

293-
The `v1.3.1` release ships:
294-
- `gemini-ai-companion-1.3.1.jar` for the Fabric mod
293+
The `v1.3.2` release ships:
294+
- `gemini-ai-companion-1.3.2.jar` for the Fabric mod
295295
- `gemini-minecraft-mcp-sidecar.jar` for the standalone Java MCP sidecar
296296

297297
The recommended client path is still the generated Node sidecar config, because it includes the richest MCP guidance and best host compatibility.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ loader_version=0.18.4
1414
loom_version=1.15-SNAPSHOT
1515

1616
# Mod Properties
17-
mod_version=1.3.1
17+
mod_version=1.3.2
1818
maven_group=com.aaron.gemini
1919
archives_base_name=gemini-ai-companion
2020

release_notes_v132.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# v1.3.2 - Gemini Planner Reliability Update
2+
3+
This release tightens Gemini's structured build flow and expands the build planner's v2 contract.
4+
5+
Highlights:
6+
7+
- Fixed a Gemini retry bug where empty `build_plan` objects could hijack normal requests like "give me a sword" and trigger repeated build retries.
8+
- Stopped stale or cancelled async build workers from continuing to retry after `/cancel`, context clear, or a newer request.
9+
- Fixed palette alias resolution in build plans so `$floor`-style references resolve correctly.
10+
- Fixed `coordMode: "absolute"` so explicit `origin` is used correctly instead of falling back to the player position.
11+
- Expanded build-plan v2 support across the planner, MCP docs, and Gemini schema.
12+
13+
Release assets:
14+
15+
- `gemini-ai-companion-1.3.2.jar`
16+
- `gemini-minecraft-mcp-sidecar.jar`

0 commit comments

Comments
 (0)