> ## Documentation Index
> Fetch the complete documentation index at: https://oxy.tech/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Builder Agent Improvements, Verified Query Badges, and Time-Aware Analytics

> Smarter file edits in Builder mode, verified badges for semantic layer queries, and time-aware analytics agent

<Icon icon="calendar" iconType="regular" size={16} /> **April 16, 2026** · v0.5.36

### New Features

#### Builder Agent Improvements

The Builder agent is now smarter and faster when editing project files:

* **Targeted Line Edits** — Instead of replacing entire files, Builder now sends only the specific lines that change, resulting in more precise and reliable edits
* **Shorter, Focused Responses** — Builder responses are now more concise and result-focused, cutting out unnecessary step-by-step narration
* **Cmd+I Toggle** — Pressing `Cmd+I` now properly toggles the Builder dialog open and closed
* **Better @mention Handling** — Cursor placement after selecting an `@mention` now works reliably

#### Verified Query Badges

Queries generated through the semantic layer now display a "Verified" badge in the analytics UI, making it easy to distinguish semantically validated queries from LLM-generated ones. Hover over the badge for details about the query source.

#### Time-Aware Analytics Agent

The analytics agent is now aware of the current date and time, enabling more accurate responses for time-relative questions like "sales from last week" or "month-over-month growth."

#### Save on Main for Local Projects

Local projects can now save directly on the main branch and deploy changes to a separate branch, providing more flexibility when working with version-controlled projects.

***

### Platform Improvements

* **Builder Multi-File Creation** — The Builder agent no longer fails when creating several files at once, which was most noticeable during onboarding flows
* **Timestamp Rendering** — Text containing colons (e.g., `08:58 UTC`) is no longer mangled in rendered agent responses
* **Workflow Step Replay** — Clicking the replay button on a specific workflow step now correctly re-executes from that step forward, instead of doing nothing
* **Cleaner SQL Editor Errors** — Removed duplicate error notifications in the SQL editor and added a dismiss button to clear errors from the results panel
