v3.7.0
Features
- Query nodes can now carry a short human-readable title. Turn on "automatic query labels" (via command palette) to have the local AI generate one each time a query runs, and AI agents can set titles directly when creating or editing query nodes. Titles are also matched by the page find panel.
- New "Regroup all with AI" action re-partitions every node on the page into fresh AI-named regions, alongside the existing group-ungrouped action.
- Grouping with AI now folds loose nodes into a fitting existing region instead of always creating a new one, and agents get a matching
add_to_regiontool to grow regions as the canvas evolves. - The close-page confirmation dialog now accepts
yto close andnto cancel, with the keys shown on the buttons.
Fixes
- Regions are automatically removed once their last member node is deleted.
- Terminal theme charts now use a phosphor-green monochrome palette instead of the default rainbow that clashed with the CRT look.
- The camera-lock shortcut hint now renders each key as its own badge.
Other
- The AI agent now fetches the database schema on demand as compact DDL (one line per table, with a filter for specific tables) rather than being handed the full JSON schema up front — fewer tokens and less noise.
Full Changelog: v3.6.0...v3.7.0