AgenticGIS v0.3.0
Highlights
run_pyqgis is now background-by-default
Long-running run_pyqgis code (downloads, file conversions, Processing runs over files, heavy pure-Python compute) now runs on a worker thread automatically, so QGIS stays responsive. Code that touches the project, map canvas, print layouts, or GUI still runs on the main thread. This replaces the old allowlist that froze the UI for ~60s on any heavy idiom it hadn't seen yet.
Charts and stats render inside the response bubble
Charts, stats, and GIFs now embed in the agent's response bubble instead of spawning a separate one, and persist there across session restore. Fixed the bubble's excess vertical whitespace.
Fixes
- Prevent a stale CLI
session_idfrom being restored after a session reset. - Restore the version line accidentally reverted to 0.2.7 (v0.2.8 was already tagged).
Install
Download AgenticGIS-v0.3.0.zip and install via QGIS → Plugins → Install from ZIP, or unzip into your QGIS plugins folder.