Skip to content

v0.1.100

Choose a tag to compare

@vlinx-io vlinx-io released this 11 Aug 14:20

AI agents

  • Kiro CLI is now a first-class session type. Kiro sessions get their own node in the tree, an authoritative Working/Waiting status dot driven by Kiro's own lifecycle hooks, notifications when a turn ends, automatic resume of the same conversation when you reopen the node, launch arguments and a skip-confirmations toggle, and spawning through vspawn — everything the other agents already had. VelaTerm clones your default Kiro agent into its own vlx-term agent, adds observe-only lifecycle hooks to the copy, and launches that — your own agent file is never edited, and your prompt, tools and MCP servers come along unchanged. Kiro has no permission-request hook, so the dot stays Working while it waits for your approval.

Fixed

  • Programs started from the terminal no longer inherit the AppImage's own environment (Linux). The AppImage launcher points PYTHONHOME, PYTHONPATH, PERLLIB, QT_PLUGIN_PATH and the GStreamer plugin paths at the bundle's temporary mount directory, and puts bundle directories ahead of everything else in PATH and LD_LIBRARY_PATH. A terminal hands its whole environment to the shell it starts, so the system python3 looked for its standard library inside the bundle and refused to run at all, and other dynamically linked programs loaded the bundle's copy of a library in preference to the system one. VelaTerm now strips those bundle paths before starting a shell or an external tool, and leaves values you set yourself untouched. APPDIR and APPIMAGE stay visible, so programs that check whether they are running from an AppImage still get their answer. Only AppImage builds were affected; the deb package, macOS and Windows behave as before.

Downloads

Platform File
macOS (Apple Silicon) VelaTerm_0.1.100_aarch64.dmg
macOS (Intel) VelaTerm_0.1.100_x86_64.dmg
Linux (x86_64) VelaTerm_0.1.100_amd64.AppImage
Linux (aarch64) VelaTerm_0.1.100_aarch64.AppImage
Windows (x64) velaterm-x64-full-setup.exe or velaterm-x64-min-setup.exe
Windows (arm64) velaterm-aarch64-full-setup.exe or velaterm-aarch64-min-setup.exe

The two Windows variants install to the same location — pick either. full bundles a complete Git Bash and works out of the box; min is much smaller and downloads the missing commands on demand.

Linux requires glibc 2.35 or newer (Ubuntu 22.04 and later). The full changelog is in docs/changelog.md, also available in 10 other languages.