Releases: AuraVixStudio/caelo
Releases · AuraVixStudio/caelo
Release list
Caelo v0.1.2
Small usability update for the creative modes.
Added
- Reuse a saved prompt. Every generated image and video shows the prompt behind it on
its artifact card (Gallery + the "Recent" strips in the Image/Video modes): a Reuse
prompt button drops it into the matching mode (Image → Image, Video → Video) and takes
you there, plus a Copy button. Long prompts are truncated with a Show more toggle.
Fixed
- Copy prompt now works reliably in the packaged app (falls back to a manual copy when
the browser Clipboard API is unavailable).
Windows installer (Caelo-Setup-0.1.2.exe) is code-signed (AuraVix Studio, SimplySign)
and timestamped (Certum). macOS builds (Intel + Apple Silicon, signed & notarized) are
added to this release separately.
Full details: CHANGELOG.md
Caelo v0.1.1
[0.1.1] — 2026-06-23
First update after the initial release — a stabilization pass driven by live
verification against the real xAI API, plus two model/cost improvements.
Added
- Real per-request cost. Chat (Responses API) and batch speech-to-text now show
the actual cost reported by xAI (usage.cost_in_usd_ticks) instead of a local
estimate, when the API provides it. Estimates remain as a fallback. Image/video and
text-to-speech still use estimates.
Changed
- Video model: switched the default to the stable
grok-imagine-video-1.5
(xAI dropped the-previewsuffix). Edit/extend still routes to the base
grok-imagine-video, which supports those operations. - Voice — Talk mode now drives its transcription via batch speech-to-text with a
local voice-activity detector (auto-stop on silence). This is reliable today; live
partial transcripts are deferred until the streaming-STT rewrite lands.
Fixed
- Voice: the audio worklet (mic capture for Talk/Live/STT) failed to load under the
Content-Security-Policy —script-srcnow allowsblob:, so voice capture works. - Settings: save confirmations now appear as a toast instead of a banner off-screen.
- MCP: enabled servers auto-start and warm-start with the sidecar; the agent keeps
its MCP tools after a workspace rebuild; stdio servers start in the workspace root so
relative paths resolve. - Coding agent: a session now survives switching tabs (auto-resume); a loop guard
ends a turn cleanly when the model repeats an identical failing edit; LSP diagnostics
now match on Windows (canonical-path keying) so squiggles show up. - Subagents / Team: the merge-review diff opens in a modal (buttons always reachable)
and the Team panel scrolls instead of compressing its cards.
0.1.0
v0.1.0 build(faza-b/krok6): podpis SimplySign w electron-builder + electron-…