0.15.0

Beta

Activity now shows who made each call.

Activity has always shown what ran and whether it worked. It now also shows who ran it, which session it belonged to, and how much data came back.

Who made the call

Every call now records the person whose connected AI client made it, so a workspace with more than one member can answer "who is actually using this". Open any call in Activity and the Caller line names them, along with the client they connected from.

Calls made before this release show nothing here. That information was never recorded, so there is no way to fill it in after the fact.

One session at a time

Calls also carry the session they belonged to. A session is a single span of activity from one AI client, so a run of forty calls that were really one conversation now groups as one, instead of having to be guessed at from timestamps.

How much came back

Every call shows how many rows it returned and how large the response was. Analytics queries show the same, which matters more than it sounds: a query result goes straight to your AI client, so its size is what the model has to read.

It is all in the export

The Activity CSV carries every one of these fields, including the full session id, so you can group and total them in a spreadsheet.

Still metadata, never payloads

None of this changes what FloConnector stores. We record that a call returned 400 rows, and how many bytes that was. We do not record what was in them. A count and a size are measurements of a response, not a copy of it.