PgAdmin 4 9.13 Adds AI Assistant Panel to Query Tool

PgAdmin 4 9.13 AI Assistant Integration
PgAdmin 4 version 9.13 adds an AI Assistant panel to its Query Tool, enabling SQL generation from natural language input when AI services are configured. This feature appears as a tab within the SQL Editor panel alongside existing History and Scratch Pad tabs.
Query Tool Features
The Query Tool remains a feature-rich SQL environment that allows:
- Execution of arbitrary SQL commands and ad-hoc queries
- Editing of updatable SELECT query result sets
- Display of current connection and transaction status
- Export of output panel data to CSV files
- Review of SQL execution plans in text, graphical, or table formats (similar to explain.depesz.com)
- Viewing analytical information about SQL statements
- Opening multiple Query Tool instances in individual tabs
Workspace Layout Changes
Version 9.13 introduces a Workspace layout that provides a distraction-free environment for the Query Tool. Key changes include:
- Welcome page opens by default when accessing Query Tool workspace
- All Query Tool and View/Edit Data tabs open within the Query Tool workspace
- Ability to connect to ad-hoc servers not registered in Object Explorer
- Connection parameters include: Server Name, Host name/address, Port, Database, User, Password, Role, and Service fields
- Connect & Open Query Tool button launches the tool with provided server details
This differs from the classic UI where users must connect to a database server and navigate to the database node before using the Query Tool.
Panel Organization
The Query Tool features two main panels:
- Upper panel (SQL Editor): Contains tabs for entering/editing queries, History tab for session queries, Scratch Pad for text snippets, and the new AI Assistant tab
- Lower panel (Data Output): Displays query result sets, execution plan information, server messages, and asynchronous notifications
If the Scratch Pad is closed, it can be reopened by right-clicking in the SQL Editor or other panels and adding a new panel.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw Plugin Categories and Their Practical Functions
A Reddit post categorizes OpenClaw plugins by function, listing specific tools like commit-guard for preventing secret leaks, dep-audit for vulnerability scanning, and cortex-memory for layered memory management.

Orloj: Declarative Orchestration Runtime for Multi-Agent AI Systems
Orloj v0.1.0 is an open-source orchestration runtime that lets you define AI agents, tools, policies, and workflows in YAML manifests with GitOps. It handles scheduling, execution, governance, and reliability for production multi-agent systems.

Claude Code Memory Leak Fix for Linux Homelabs
A developer discovered Claude Code has a severe memory leak in glibc malloc that consumed 400GB RAM and crashed their Proxmox homelab, then created a two-tier guard solution with LD_PRELOAD shim and watchdog.

cowork-session-sync v1.0.0 provides session continuity for Claude Cowork
cowork-session-sync v1.0.0 is a tool that maintains session continuity for Claude Cowork by archiving raw transcripts, distilling them to Markdown, and enabling one-phrase bootstrap with 'catchup-bunny' to restore full context.