2.7.0 (2025-12-11)
- logging: Introduce debug logging utility and refactor logging in SQLBot (383191b)
2.6.0 (2025-12-10)
- web-app: Enhance web application port handling (ec47967)
2.5.0 (2025-12-04)
- add web interface option to CLI for SQLBot (442817f)
2.4.0 (2025-12-04)
- implement SQLBot web interface with real-time updates (f1ac73d)
2.3.8 (2025-12-02)
- properly indent all multi-line user message continuation lines (e75b5f6)
2.3.7 (2025-12-02)
- indent multi-line user message continuation lines (5f26870)
2.3.6 (2025-12-02)
- use consistent left-arrow prompt for multi-line input continuation (d3e56d8)
2.3.5 (2025-12-02)
- remove debug output and fix Unknown tool callback issue (d1a1e08)
2.3.4 (2025-12-02)
- prevent .sqlbot/config.yml from overriding test environment variables (dcc00cd)
2.3.3 (2025-12-02)
- resolve langchain 1.1.0 compatibility and banner display issues (1334b5a)
2.3.2 (2025-12-02)
- remove incorrect banner display logic for query mode (1dfdafd)
2.3.1 (2025-12-02)
- update tests to use text mode as default (3986263)
2.3.0 (2025-12-02)
- make text-based UI the default, add --textual flag for TUI (76c9182)
2.2.4 (2025-12-02)
- auto-submit queries ending with semicolon in text mode (9b067a3)
2.2.3 (2025-12-02)
- improve multi-line input UX - now requires blank line to submit after first line (e9382ce)
2.2.2 (2025-12-01)
- include chat history in messages list for agent invocation (135ad89)
2.2.1 (2025-12-01)
- pass callbacks via config parameter in agent.invoke (e9807c6)
2.2.0 (2025-12-01)
- update to langchain 1.1.0 API (f8ed99c)
2.1.0 (2025-12-01)
- add debug logging, conversation persistence, and performance indicators (5080619)
2.0.0 (2025-10-09)
- add multi-line input support for text and textual modes (2439e8b)
- none
1.3.1 (2025-10-07)
- ensure OPENAI_API_KEY loads from .env in current directory (9b199c0)
1.3.0 (2025-09-23)
- export: add data export functionality for query results (91367a5)
1.2.2 (2025-09-21)
- improve dbt setup error reporting with detailed diagnostics and actionable guidance
- add missing dbt-sqlite adapter support for SQLite database connections
- enhance error parsing to provide specific installation commands for missing adapters
1.2.1 (2025-09-21)
- correct dbt profile discovery error messages and configuration (b29395b)
1.2.0 (2025-09-14)
- enhance Sakila database setup and CLI functionality (b947606)
1.1.0 (2025-09-14)
- YAML config file with dotconfig. (b10042a)
1.0.3 (2025-09-13)
- update test assertions for SQLBot rebranding (9bbb3ec)
1.0.2 (2025-09-13)
- test PyPI automation with credentials (41b7508)
1.0.1 (2025-09-13)
- update repository URL to SQLBot (a588dba)
-
add package-lock.json for semantic-release (d9ae517)
-
🎉 Rebrand SQLBot to SQLBot v0.2.0 - Finally pushing to PyPI! (0490ad7)
- add semantic-release automation (7b6f855)
- CLI command is now 'sqlbot' instead of 'qbot'
Ready for the world! 🚀