$ cd ..

# Changelog #001 v0.1.1

February 7, 2026
Collin @ Fluid.sh
Collin @ Fluid.sh

Changelog #001

Hi everyone!

Fluid.sh has been undergoing some major renovations.

Update to v0.1.1

Update your CLI agent with go install

go install github.com/aspectrr/fluid.sh/fluid/cmd/fluid@latest

Clarity

The #1 comment from launching on HN was “Your website has no information on what this project does.”

I took that to heart and to be honest, I wasn’t really sure how to describe fluid.

I spent this time to better identify what Fluid.sh was built for; managing and debugging VMs.

Read-only Mode

The other thing that I heard was, “I want to try this on my servers but I don’t trust it with destructive actions, is there a read-only mode?”

So I added that.

Fluid CLI agent’s read-only mode can be set by using shift+tab to change between EDIT and READ-ONLY, and this can be found underneath the text-input.

Below are the tools that the agent can use when setting the agent in READ-ONLY mode inside a sandbox.

Sandboxes

ToolOnly Usable in SandboxOnly Can Act on SandboxesPotentially DestructiveDescription
list_sandboxesNoNoNoList sandboxes with IP addresses

Commands

ToolOnly Usable in SandboxOnly can act on SandboxesPotentially DestructiveDescription
read_fileYesYesNoRead file on sandbox

Ansible

ToolOnly Usable in SandboxOnly can act on SandboxesPotentially DestructiveDescription
create_playbookNoNoNoCreate Ansible Playbook
add_playbook_taskNoNoNoAdd Ansible task to playbook
list_playbooksNoNoNoList Ansible playbooks
get_playbookNoNoNoGet playbook contents

Edit Mode

Edit-Mode

Read-Only Mode

Read-Only-Mode

Come Hang Out

Questions? Join us on Discord

Found a bug? Open an issue on GitHub