File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed
Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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 )
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 )
29292 . Drop the ` .jar ` into your ** ` mods ` ** folder.
30303 . Launch with ** Fabric 1.21.1** .
31314 . ** 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
297297The recommended client path is still the generated Node sidecar config, because it includes the richest MCP guidance and best host compatibility.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ loader_version=0.18.4
1414loom_version =1.15-SNAPSHOT
1515
1616# Mod Properties
17- mod_version =1.3.1
17+ mod_version =1.3.2
1818maven_group =com.aaron.gemini
1919archives_base_name =gemini-ai-companion
2020
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments