v2.1.2
Docker Images
docker pull ghcr.io/inconvoai/inconvo/dev-server:v2.1.2CLI
Published to npmjs.
What's Changed
- Update sync actions by @lliammul in #34
- fix: connect SQL contruction in count operation by @lliammul in #39
- refactor: in the count operation just buildJsonObject instead of dedicated code by @lliammul in #41
- test(connect): replace remaining count magic checks with golden SQL by @lliammul in #42
- Fix limit=0 behavior to avoid silent unbounded queries by @lliammul in #43
- fix: remove duplicate HumanMessage wrapper on userQuestion by @lliammul in #49
- Fix WHERE tool completion and prompt variable interpolation by @lliammul in #50
- fix: populate targetSchema for relation filters in multi-schema queries by @lliammul in #51
- Add ABS function support for computed columns in packages by @lliammul in #52
- feat: support multi-operator conditions for DateTime and Number columns by @lliammul in #54
Full Changelog: v2.1.1...v2.1.2