chore: Release hotdata-cli version 0.33.0 - #295
Conversation
|
|
||
| ### 🔄 Changed | ||
|
|
||
| - *(search)* Vector search no longer returns the index's embedding column; `--select '*'` asks for it back (#293) |
There was a problem hiding this comment.
super nit: consider marking this bullet [**breaking**] (not blocking). The bullet changes the default projection of hotdata search against an auto-embed vector index. A script that reads the {column}_embedding field from --output json gets no such field after 0.33.0. The 0.31.0 lineage bullet uses the [**breaking**] marker for a comparable output change.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Version bumps are consistent across Cargo.toml, Cargo.lock, and all four SKILL.md files. The new Documentation bullet matches the shipped skill text in skills/hotdata/SKILL.md:94-95. The prior super nit about the [**breaking**] marker stays open and stays non-blocking.
Version bump and changelog for 0.33.0: csv/json loads, keyed load modes, and table declaration.