chore: Release hotdata-cli version 0.27.0 - #271
Conversation
| | `hotdata results …` | `hotdata databases results …` | | ||
| | `hotdata context …` | `hotdata databases context …` | | ||
| | `hotdata datasource …` | `hotdata ingest sources …` | | ||
| | `hotdata indexes …` | `hotdata search …` (`create` / `list` / `remove`) | |
There was a problem hiding this comment.
super nit: the parenthetical omits show (not blocking). SearchCommands in src/commands/search.rs:75 also has a Show { name, --database, --output } verb, so the re-parented set is create / list / show / remove. Worth listing for anyone migrating off an old indexes get/show.
There was a problem hiding this comment.
Release bump verified: Cargo.toml, Cargo.lock, and all four SKILL.md files are on 0.27.0, with no stale 0.26.0 references left in the tree.
Spot-checked every row of the migration guide against the command tree and they all hold: 8 top-level groups in src/cli.rs; databases use/workspaces use/databases remove (databases.rs:138,148, workspace.rs:16); ingest pause/logs/remove (ingest.rs:296,335,394); ingest sources test/add/remove (datasource.rs:64,93,162); databases results get (results.rs:9); search embeddings show/add/remove (embedding_providers.rs:18,29,87); search create <n> --from … --provider (search.rs:27,39); --database/-d context targeting (databases.rs:200); query --dialect and ingest create --stream both present.
One super nit inline. CI checks were still queued at review time — I did not run anything.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
No description provided.