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
v0.3.61: "a" (auto) stops re-prompting; strip control chars from tool output
- After choosing "a" in a terminal approval, the gate kept calling approve with
its build-time mode, so it asked again every step. approve now short-circuits
to yes once the session is auto/autonomous.
- truncStr strips \r and other control chars from printed tool args/results, so
carriage returns can no longer overwrite previous lines (garbled rendering).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vortelio-pip/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "vortelio"
7
-
version = "0.3.60"
7
+
version = "0.3.61"
8
8
description = "Local-first AI platform. Run LLMs, generate images & video, transcribe audio, create 3D — on your own machine. OpenAI & Ollama API compatible. Apache 2.0."
0 commit comments