- (connections) Add health check to connection flow
- (sessions) Add session command feature
- (security) Update tar from 0.4.44 to 0.4.45
- (ci) Update workflow actions for Node.js 24 compatibility
- (ci) Revert release.yml (cargo-dist managed)
- (ci) SHA-pin codecov-action for consistency
- (ci) Keep create-github-app-token at v1 to avoid breaking changes
- (skill) Document results list, connections refresh, queries update flags
- (skill) Workflows, references, and SKILL alignment
- (auth) Fix config initialization and url upload api parameter
- (search) Add basic vector search (l2_distance)
- (query) Async query execution by returning early from long running queries
- (connections) Add connection information command (#28)
- (completions) Add completions command and include in brew formula
- (search) Add indexes and text search commands
- (queries) Add upload url for datasets and new queries commands (#23)
- (datasets) Add --sql and --query-id to datasets create
- (workspaces) Add set command to switch default workspace
- (results) Add results list command
- (connections) Add connections refresh endpoint
- (jobs) Add jobs commands
- (cli) Add table formatting and fix wrapping issues
- (cli) Skills/Auth CLI command quality of life improvements
- (skills) Add skill install command for CLI
- (datasets) Add datasets commands to create, list, and view datasets in CLI
- (datasets) Add upload id functionality to datasets create command
- (connections) Add connection command to list/view/create connections via the CLI
- (results) Add query result retrieval via results command
- (workspaces) Default workspace support for CLI commands
- (tables) Add search and pagination to tables list command
- Format table list output with full table path ..
- (tables) Add table list command and better table rendering
- (workspace) Add workspace list command
- (connection) Add connections list command
- (query) Add query execution command