You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to Junjo will be documented in this file.
4
4
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
+
5
16
## 0.62.0 - 2026-02-08
6
17
7
18
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.
39
50
40
51
- This is mostly non-feature cleanup/polish, but consumers importing removed internal modules will need to migrate imports.
41
52
- Example projects changed substantially; treat `examples/ai_chat` as an updated reference implementation rather than a drop-in patch.
Copy file name to clipboardExpand all lines: examples/ai_chat/backend/src/app/workflows/create_contact/nodes/select_location/services/get_nearest_city_state.py
0 commit comments