Skip to content

Releases: pseudosavant/sql-agent-cli

v0.9.2

25 Mar 00:24

Choose a tag to compare

Improves sql-agent-cli help discoverability for agents and humans.

Highlights:

  • Makes the default happy path explicit: sql-agent-cli "SELECT ..."
  • Clarifies that the configured default target is used automatically
  • Steers agents away from unnecessary config/environment discovery before first query attempt
  • Reorganizes help output into clearer sections for target selection, query input, auth, and guardrails
  • Improves config and targets help text to better frame them as admin/inspection commands
  • Updates docs to match the new guidance

v0.9.1

12 Mar 00:58

Choose a tag to compare

Rename release to sql-agent-cli.\n\nHighlights:\n- Renamed package, command, and repo to sql-agent-cli\n- Removed sql-agent compatibility aliases during beta\n- Config path is now ~/.sql-agent-cli/config.toml\n- Package builds and runs as sql-agent-cli\n- Read-only query flows remain validated for MySQL and PostgreSQL

v0.9.0

12 Mar 00:37

Choose a tag to compare

Initial public beta release of sql-agent.\n\nHighlights:\n- Read-only SQL CLI for MySQL/MariaDB, PostgreSQL, and SQLite\n- Native credential file support for MySQL and PostgreSQL\n- Agent-friendly JSON output with table/markdown/CSV options\n- Parser-backed read-only validation via sqlglot\n- Named targets and default target support