Skip to content

Commit a1151e7

Browse files
committed
chore: release 0.62.1 for AI Chat example update
1 parent d8b2f85 commit a1151e7

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 0.62.1 - 2026-02-14
6+
7+
This patch release focuses on updates to the AI Chat example.
8+
9+
### Changed
10+
11+
- Restored direct Gemini node usage across `examples/ai_chat` workflows instead of routing through provider abstractions.
12+
- Standardized Gemini model usage to `gemini-3-flash-preview` for text/schema generation and `gemini-2.5-flash-image` for image generation/editing flows.
13+
- Hardened Gemini schema request handling for empty/blocked responses and max-token edge cases.
14+
- Updated `examples/ai_chat/README.md` and backend `.env.example` so Gemini is the default path with Grok as an optional experimentation path.
15+
516
## 0.62.0 - 2026-02-08
617

718
This release is primarily a cleanup and polish pass across existing features.
@@ -39,4 +50,3 @@ and intentionally diverges from Junjo AI Studio version numbering.
3950

4051
- This is mostly non-feature cleanup/polish, but consumers importing removed internal modules will need to migrate imports.
4152
- Example projects changed substantially; treat `examples/ai_chat` as an updated reference implementation rather than a drop-in patch.
42-

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "junjo"
7-
version = "0.62.0"
7+
version = "0.62.1"
88
description = "AI graph workflow and state machine framework for building debuggable AI Agents."
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)