Hey everyone! It's been a busy week for us, we are joining HCLSoftware. In short, nothing changes for you, we are not going anywhere. Your data, your workflows, and your experience with our platform will continue uninterrupted.
You can read the full press release here.
Major changes under the hood
-
Querying syntax refactor
We have rebuilt the SemQL engine under the hood to increase agent accuracy. Now the agent will make less mistakes when writing SemQL.
There is one main user-facing change to keep in mind — SemQL no longer uses to refer to Semantic Layer entites.
Previously:SELECT from tasks;
Now:SELECT tasks.task_count from tasks; -
Teams integration stability
When working with large Teams instances, Wobby would sometimes fail to fetch channel lists. Now it works properly
UI Improvements
-
Same chat input for Steward and Analysts
We have unified the chat input for both Steward and Analysts, which really helps with muscle memory :) -
More space for testing agents
We hid the name and description editor in the toolbar, so now you have more vertical space to work on agent settings
-
Better tool use UI for Steward
It's now easier to see what tools Steward used, what parameters the tool was called with, and how long it took.
Bug Fixes
-
Fixed Steward hanging.
Now it works -
Fixed agent interrupts.
Now agent interrupts when you need it to -
Fixed Steward not showing an input when asking for input.
Now you can answer Steward's questions -
Metrics now show "error" instead of "null" if something failed.
Makes more sense that way -
Scroll down button no longer gets in the way.
That was annoying