Axiowisp 0.3.3 is out — 10 new features including WebSocket client, Snippet Library, and AI Commit Messages

Published: (March 2, 2026 at 04:08 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

What’s new in 0.3.3

API Client: now a proper toolbox

  • Request History
  • Environment Variables
  • Saved Collections
  • WebSocket Client

Git panel upgrades

  • AI Commit Messages
  • Diff Viewer Tab

Editor: Live HTML Preview

When you have an HTML file open, an eye icon appears in the editor toolbar. Click it to split the view and see a live preview.

Snippet Library

A new sidebar panel (book icon) lets you:

  • Create snippets from the current editor selection
  • Search by name (fuzzy filter)
  • Insert at cursor with one click

It persists across sessions via localStorage.

Dashboard: Activity Timeline

The Project Health Dashboard now has a Recent Activity section at the bottom. It shows the latest:

  • File opens / saves
  • Git commits / pushes
  • API requests
  • AI chat messages

Custom Keybindings

Settings now includes a Keybindings section. Every shortcut is displayed as a chip—click it, then press your desired key combination.

0 views
Back to Blog

Related posts

Read more »

Video Conferencing with Postgres

Yesterday on X, SpacetimeDB tweeted that they had done “the world’s first video call over a database” and, in their own way, invited anyone else to give it a t...

Internal SDK for TAC Backend Services

Overview This package provides a standardized, shared Software Development Kit SDK for backend services within the TAC. It centralizes API clients, business‑lo...