We just shipped Axiowisp 0.3.2, and it’s easily our biggest update yet. Alongside the release, we also launched our site: https://axiowisp.com
If you want to check the repo: https://github.com/Temple-Enterprise/Axiowisp
What’s new in 0.3.2
This release focuses on three big areas: AI assistance, project visibility, and day-to-day workflow speed.
AI features that stay out of your way
AI Code Review
You can right-click any file and run AI Review to get categorized feedback (security, performance, bugs, style) with severity levels. It’s meant to be quick to scan and easy to act on.
Inline AI Ghost Text
Copilot-style completions show up as dimmed text after an ~800ms pause while typing.
- Tab to accept
- Escape to dismiss
Multi-Provider AI Chat
You can use multiple providers (OpenAI, Claude, Gemini) with model selection, depending on what you prefer or what your team uses.
A new Project Health Dashboard
We added a Project Health Dashboard that gives you quick context about a repo without extra tools:
- total files + lines of code
- language breakdown (with colored bars)
- largest files
- TODO/FIXME count
- dependency list
It’s the kind of stuff you usually end up checking manually when you join a project or open an unfamiliar codebase.
Git integration (in-app)
Axiowisp now includes a Source Control sidebar panel with:
- current branch display
- staged / unstaged file lists
- stage / unstage buttons
- commit
- push / pull
It’s not trying to replace full Git clients — the goal is to make the common actions fast while you’re already in the editor.
Productivity improvements (lots of them)
A bunch of smaller upgrades landed in this release that add up:
- Find & Replace in Files (grouped results by file, per-file replace, replace-all)
- Toast notifications (save/errors/git ops, auto-dismiss)
- Unsaved changes prompt (Save / Don’t Save / Cancel)
- Tab drag reorder + expanded tab context menu (Close to Right, Close Saved)
- Auto-save toggle with delay control (500ms–5s)
- Keyboard shortcuts (Go to Line, Format, Dashboard, Zoom)
- File association support (30+ file types, “Open With”, single-instance lock, argv parsing)
- Sidebar rewrite (content search, Git panel improvements, replace input + Replace All)
Links
- Website: https://axiowisp.com
- GitHub: https://github.com/Temple-Enterprise/Axiowisp
If you try 0.3.2, We'd love to hear what feels good, what’s missing, and what you want next.



Top comments (0)