// changelog
What’s new
Every Boltise release for Windows. The app auto-updates, so you’re always on the latest.
v1.3.2
currentAugust 26, 2026· 265 MBA small follow-up to 1.3.1: the status bar tells the truth about which model you are using, and project memory takes the new name.
- The status bar named the wrong model. It showed whichever provider was set up in Settings rather than the model chat was actually using, so a session running on Boltise AI could read as something else entirely. It now shows exactly what the composer's model picker shows.
- The status bar was hidden for anyone using Boltise AI without their own API key. It now appears whenever chat is ready, which is always.
- Project memory is now BOLTISE.md at your project root. An existing CFXKIT.md is still read on every request, so there is nothing to rename and nothing to move — if you have one, it keeps working exactly as it did. If a project somehow has both, BOLTISE.md wins.
- The terminal scrollback preference is now boltise.terminal.scrollback in local storage. If you set the old key, it is still honoured.
v1.3.1
August 25, 2026· 265 MBSign-in was broken in 1.3.0. This fixes it. Everything else is unchanged from 1.3.0. If you have not installed yet, install this one instead.
- Signing in with Google or Discord returned to the app without signing you in. The rename changed the link the browser hands back to Boltise, and the app was still listening for the old one — so the tokens arrived and were discarded, with the window left on the sign-in screen
- Links from a callback page opened before you updated are accepted too, so a login started on the old version still completes
v1.3.0
August 25, 2026· 265 MBSame app, same team, new name — and the update brings everything across for you.
- The app is called Boltise, with a new icon, and boltise.ai is the new home. The right-click "Open with" entry is replaced during install.
- Your projects, settings and provider API keys all come across on first launch. Nothing to export, nothing to re-enter.
- The working folder Boltise keeps inside each project is now .boltise. It is renamed in place the first time you open that project, and your AI plans, skills, MCP config, code index and install backups stay exactly where they were. If you had the old folder in your own .gitignore or a deploy exclude list, add .boltise alongside it.
- The live-reload resource installed into your server is now boltise-bridge. The old one is removed for you, including its line in server.cfg. Settings you had set yourself — the Discord webhook URL and friends — keep working under their existing names.
- Your old links still work — they redirect to boltise.ai, and the docs are at docs.boltise.ai.
- The model picker showed the old name on the hosted lanes. It now reads Boltise AI and Boltise Heavy, which is what it always should have said.
- The live-reload bridge's "connection dropped" guidance stopped appearing during the rename and works again.
v1.1.3
August 24, 2026· 265 MBServer controls no longer get stuck after your server starts.
- The Stop button and the server console no longer stay locked once your server has finished starting. Boltise could miss the server's startup confirmation and keep showing "Starting…" indefinitely, most often with txAdmin.
- Stop is now available while a server is still starting, so a slow start can always be cancelled.
v1.1.2
August 24, 2026· 265 MBA fix for chat when you sign in with ChatGPT.
- Chat now works reliably with ChatGPT sign-in while your server is running. Replies that used Boltise's tools could stop partway with an "item not found" error, and starting a new chat did not clear it.
v1.1.1
August 24, 2026· 265 MBManage a rented game server from Boltise — deploy files, sync its database, and watch it live.
- Game-server hosts — connect a rented FiveM server from VibeGames, ZAP-Hosting, RocketNode, Shockbyte and other panels over FTP or SFTP. Deploy your resources, use the live console, restart resources, and see player counts and the artifact build — all through txAdmin, no VPS required.
- Rebuilt Add Server wizard — pick your host type (Game Server or Linux VPS), and Boltise figures out the rest: it picks FTP vs SFTP from the port, splits a pasted host:port, links txAdmin, and verifies the connection and database before you save.
- Database structure sync — a new Database tab pushes or pulls table/column/index changes between your local database and the server. Tick exactly which changes to apply, and the target is backed up first — existing rows are never touched.
- Live Lua & metrics on game servers — run Lua live and read performance metrics on a hosted server, not just a VPS.
- Player counts, the artifact build, and live features now reach game-panel servers correctly (they live on the game IP + port, not the file host).
- Deploying to a fresh server now shows the whole project, and the Deploy button is available before the server has started.
- The console no longer floods with txAdmin's internal resource-report chatter.
- Each server tracks its own deploy state, so pointing the same project at a new host no longer thinks it's already uploaded.
v1.1.0
August 20, 2026· 265 MBThe assistant can now read your own code and documents, and it gets out of your way more.
- Custom Knowledge — upload your own scripts, documentation and notes. The assistant searches them alongside its built-in FiveM and RedM knowledge. Settings → Custom Knowledge.
- Smarter lookups — the assistant now pulls real native and framework references while it answers, using the full conversation for context instead of only your last message.
- New models instantly — new AI models become available as soon as they launch, without waiting for an app update.
- Cleaner workflow — routine actions like starting a server, opening a terminal, and launching FiveM no longer ask you to confirm. Confirmations that remain now match the rest of Boltise instead of appearing as Windows dialogs.
v1.0.1
August 17, 2026· 238 MBFixes and improvements to the AI assistant.
- Edge explanations in Code Graph work again — right-click a connection to see what it does and what to watch out for.
- Screenshots and images can now be attached when using the Heavy model.
- A larger context window and a faster default model for the assistant.
- Model improvements now reach you automatically, without waiting for an app update.
v1.0.0
August 16, 2026· 238 MBBoltise 1.0 — a desktop IDE built for FiveM and RedM servers. An AI assistant that works on your project, a script installer that verifies its own work, an editor that understands CfxLua, and full control of your server, database and Git in one app.
- Ask in plain English. The assistant has 61 tools across your files, your running server, your database and your code graph — it works on your project, not just next to it.
- It sees what you see. It works from your open editor buffer, unsaved changes included, and refuses to edit a file it knows is stale.
- You approve every change. Reads run silently; writes and commands stop for approval with a one-line summary. "Allow all for this file" covers the whole turn.
- A safety floor nothing can override. rm -rf /, raw-disk writes and formatting a volume are refused whatever your settings say.
- Checkpoints. Every message snapshots your files. Roll back to before any message, even after a restart — or Restore & edit to rephrase and try again.
- Project memory. A BOLTISE.md at your project root is read on every request, and decisions you ask it to remember apply as standing rules.
- Extended thinking on Claude, with the reasoning streamed as it happens.
- Grounded in real FiveM knowledge — natives, official docs, framework sources and community patterns, not guesswork.
- 11 cloud providers plus local Ollama — Anthropic, OpenAI, Google, OpenRouter, DeepSeek, Groq, Mistral, xAI, Kimi, Together and Fireworks.
- Sign in with ChatGPT Plus or Claude Pro and use the models your subscription already covers.
- The model picker lists your real models, read live from your account.
- Boltise AI is built in on paid plans, with no key to manage.
- Your own key is never metered, on any plan including Free — and it stays on your machine.
- A Customize panel for skills and MCP servers, with per-server scope and per-tool gating.
- Connect any MCP server, and its tools go through the same approval flow as everything else.
- Drop in a resource — zip, RAR or a plain folder — and Boltise reads it and plans typed setup actions.
- See every change before it happens: files, database and config, with backups and per-action revert.
- SQL repair reads your live schema first, so a fix matches the database you actually have.
- Bare map and MLO asset packs are wrapped into a real resource for you.
- The install is verified — the resource is started before Boltise reports success.
- A marketplace to browse and install resources without leaving the app.
- Start, stop and restart FXServer with a live console.
- A visual convar editor for server.cfg, with categories, search and validation.
- Profiler snapshots showing which resources spend the most script time per tick.
- Guided framework setup — QBCore, Qbox, ESX, VORP, RSG or standalone — for a new server or an imported one.
- Backups that include your database, on a schedule or on demand.
- Build & Deploy packages server.cfg, your resources and an optional SQL dump into a clean deployable folder.
- It speaks CfxLua. Compound assignment (count += 1), backtick hash strings and safe navigation (drawColor?[1]) are understood as the valid FiveM Lua they are.
- ~13,500 FiveM and RedM natives with completion, hover and signature help that follows your cursor through nested calls.
- Live syntax squiggles from the same parser that gates the assistant's edits, so the editor and the AI agree about what is broken.
- Multi-tab editing, global project search, and a Problems panel that stays responsive on large servers.
- AI code review on your diff, backed by real static-analysis findings, plus PR descriptions and custom project rules.
- Code Graph maps your resources, symbols and call flow across the whole server — click any node to jump straight to the source.
- Config fields and database tables appear in the graph alongside your code.
- NUI preview renders your resource's interface inside Boltise, with an inspector.
- A real shell with several tabs, and Ctrl+Enter to ask for a command in plain English against what is on screen.
- Stage, commit, branch and push from inside Boltise, with a commit graph and a real diff viewer.
- Connect to MySQL or MariaDB to browse tables, run queries and export SQL.
- A project wizard that creates a new server or imports an existing one.
- A resource wizard that scaffolds a resource with framework, runtime and NUI options, then refines it with AI.
- Dark and light themes, and extensions.
- Boltise updates itself.
v0.9.3
July 27, 2026· 270 MBA dramatically smaller, lighter Boltise — less than half the download, and code search that reads whole files.
- The installer is less than half the size it was, and updates download far less.
- Semantic search moves to a modern embedding model with a 16x larger context window, so long scripts are searched in full rather than just their opening lines.
- GPU-accelerated embeddings on supported graphics cards.
- The AI engine releases its memory after 15 minutes of inactivity and resumes instantly with full context when you come back — configurable in Settings ▸ AI.
- A leaner default terminal scrollback, for lighter long-running sessions.
v0.9.2
July 26, 2026· 562 MBA rebuilt AI engine — faster answers, live diffs you approve inline, and a much lighter app at rest.
- A new built-in AI engine, roughly 2.7x faster on the same work, with sessions that survive a restart.
- File edits stream in as live diffs you approve or reject inline. Only risky actions — server.cfg, shell commands, live server and database tools — stop to ask.
- ChatGPT and Claude subscription sign-in lists exactly the models your account covers.
- Around 1 GB less memory at rest: semantic search loads on first use and unloads when you are done with it.
- Attach files from anywhere on disk, or @-mention project files — click any file chip to open it in the editor.
- Background project indexing stays light on your CPU.
v0.9.0
July 17, 2026· 228 MBBoltise AI plans, and an assistant that can see the server you are actually running.
- Boltise AI plans — use the built-in assistant with monthly credits, no API key required.
- The assistant reads your running server: live players, running resources and performance metrics.
- Lua in AI answers is syntax-checked before you see it, with a one-click fix when a snippet will not parse.
- RedM projects are answered from VORP, RSG and ox_core rather than FiveM sources.
- Native lookups come from the real natives reference, so signatures are exact.
- Reorganised navigation and settings, with AI features and AI providers in their own tabs.
- Add to Chat from both the editor and the server console.
v0.8.0
July 3, 2026· 223 MBBilling inside the app, signed builds, and a migration tool for the server you already run.
- Change your plan in-app, with a price preview before you confirm.
- Signed Windows builds, with automatic updates.
- A guided installer that lets you choose your install drive and folder.
- Import a server you already run, and migrate between frameworks — including VORP to RSG.
- Install history and a backup browser in the script installer.
- NUI Preview, with cross-references between your interface code and the Lua handlers behind it.
- Release notes in the app, in a What's New panel.
v0.7.9
July 3, 2026· 222 MBBoltise comes to the web, and Code Graph learns to read your whole server at once.
- boltise.ai — pricing, the marketplace, and an account dashboard covering your usage, billing and settings.
- Code Graph: see events, exports and callbacks across every resource on your server in one view.
- A visual config.lua editor and database table cards, right inside the graph.
- Security audit and README generation for any resource, from the graph.
- Web search in AI chat, so answers can reach current sources.
- Guided one-click framework setup for ESX, QBCore, QBox and VORP.
- Faster AI responses, with more of your project in context.
v0.6.1
May 2, 2026· 134 MBThe installer stops telling you what to do and starts doing it — with a preview and a way back.
- Structured setup actions: the installer produces a checklist — edit a config value, register an item, add a job, run the SQL — each with one-click apply and a diff preview.
- Every file is backed up before it is edited, and any action can be reverted in one click.
- Three approval modes: apply each step yourself, run them all in order, or let the safe edits apply automatically.
- Actions that already match your files and database are collapsed away, so the list shows only what still needs attention.
- Re-running an install is safe — existing tables, triggers and indexes no longer get in the way.
- Faster project loading, and smarter framework detection for roleplay servers.
v0.4.0
May 1, 2026· 134 MBThe script installer learns to read a resource properly before it touches a single file.
- The installer reads the whole resource first — manifest, Lua, SQL and README — and plans the install from what it finds.
- It detects which framework a script targets, and pauses for confirmation when that is not the framework you run.
- Every SQL file is marked with its purpose, so an uninstall script is never run by mistake.
- When a SQL statement fails, fix it with AI, edit and retry, or skip it — without losing the rest of the install.
- Marketplace items download and open in the same install flow.
- Faster server start and stop, with clearer console output.
v0.3.1
April 11, 2026· 134 MBSteadier resource installs and sharper configuration parsing.
- More reliable resource installs, with better dependency handling.
- Sharper fxmanifest.lua and server.cfg parsing.
- Faster editing on large projects.
v0.3.0
April 11, 2026· 134 MBOne-click marketplace installs, and RedM joins FiveM as a first-class target.
- One-click installs straight from the resource marketplace.
- RedM server support, with VORP and RSG framework detection.
- Autocomplete for FiveM natives and for framework APIs like ESX and QBCore.
- Editor improvements throughout for Lua resource development.
v0.2.2
April 10, 2026· 138 MBAI-assisted scripting arrives — install a resource from a single prompt, using your own API key or ours.
- The AI script installer: describe what you want and Boltise installs the resource for you.
- Bring your own API key — OpenAI, Anthropic, Google, OpenRouter, or local models via Ollama.
- Ask, Agent, Plan and Debug modes, so the assistant matches the kind of work you are doing.
- Review every AI file edit with keep and reject controls before anything is saved.
- A resource marketplace for browsing FiveM scripts without leaving the app.
- Documentation at docs.boltise.ai.
v0.1.0
March 24, 2026The first public release of Boltise — a desktop IDE built for FiveM and RedM server development on Windows.
- A code editor tuned for FiveM Lua, with syntax highlighting and native autocomplete.
- Start, stop and monitor FXServer from inside the IDE, with a live console.
- A visual MySQL browser with a SQL editor and one-click export.
- A resource monitor showing CPU and memory per resource.
- A project wizard that sets up a FiveM or RedM server in minutes.
- An AI chat assistant for FiveM scripting questions and code help.
- A file explorer with tabs and split-pane editing.