We just shipped Axiowisp 0.3.3. This one is a big one — 10 new features across the API client,
editor, Git panel, sidebar, and settings.
Website: https://axiowisp.com
GitHub: https://github.com/Temple-Enterprise/Axiowisp
What's new in 0.3.3
This release expands the API client into a full-featured tool, adds AI commit message generation
to Git, brings a Snippet Library to the sidebar, and rounds it out with a live HTML preview,
activity timeline, and rebindable keyboard shortcuts.
API Client: now a proper toolbox
The API client got the most attention this release. Four additions:
Request History
Every request is logged automatically. Click any entry to restore the method and URL instantly —
no retyping, no copy-paste.
Environment Variables
Define variables per environment (e.g. BASE_URL, TOKEN) and reference them in your URL, headers,
or body as {{VAR}}. Switch environments from the URL bar dropdown.
Saved Collections
Save any request — method, URL, auth, params, headers, body — to a named collection. Click it
later to restore everything in one shot.
WebSocket Client
Toggle the API client into WS mode. Connect to ws:// or wss:// endpoints, send messages, and
watch the live message log. No extra tools required.
Git panel upgrades
AI Commit Messages
There's now a sparkle button next to the commit input. Click it and Axiowisp pulls the staged
diff, sends it to your active AI provider (OpenAI, Claude, or Gemini), and fills in a commit
message. It uses the same provider and model you already have configured in Settings.
Diff Viewer Tab
Each changed file in the Git panel now has a diff icon. Clicking it opens a side-by-side Monaco
diff tab showing HEAD vs. your current version — read-only, syntax highlighted, no extra setup.
Editor: Live HTML Preview
When you have an HTML file open, an eye icon appears in the editor toolbar. Click it to split
the editor 50/50 with a live iframe preview that updates as you type. Blob URLs are managed
automatically so memory doesn't leak.
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 last
30 events with type icons and relative timestamps (e.g. "3m ago"):
- File opens / saves
- Git commits / pushes
- API requests
- AI chat messages
Custom Keybindings
Settings now has a Keybindings section. Every shortcut shows as a chip — click it, press your
new key combo, done. A reset button restores the default if you change your mind. All commands
are supported: save, sidebar, bottom panel, command palette, dashboard, go to line, chat, font
size, format.
Links
Website: https://axiowisp.com
GitHub: https://github.com/Temple-Enterprise/Axiowisp
Download: https://github.com/Temple-Enterprise/Axiowisp/releases/download/Release-0.3.3/Axiowisp.exe
If you try 0.3.3, let us know what you think — what's working, what's missing, and what you
want to see next.






Top comments (0)