Show Fields from relation without Lookup
Now you can display Fields of related Entities on Views. Here are a couple typical use cases:
- On a Table View with Contacts, display columns for Contact → Company → State and Contact → Company → Revenue to understand how
rude you can benice you should be to each person. - On an Entity View for Employees, show Employee → User → Vacations to save yourself a click.
Unlike Lookups, these related Fields:
- are editable;
- respect access to the source Entity;
- don’t require Architect access to the Database to be displayed;
- support relation Views when displayed on an Entity View.
The first two properties make them ideal when slicing a Database into a public and a sensitive one to achieve ersatz Field-level permissions. Check out our video for a better explanation of the use cases:
As usual with these things, we are quite confident you’ll come up with at least dozen more ways of using the functionality that we’ve never imagined. When you do, please share those clever ways here.
Fibery AI: Ask/Build mode no more
We used to have Ask/Build mode in Fibery AI, and people often forgot to switch it. Then we added Architect mode (which people also often forget to switch). But at least now we have one switch less switch → no more Ask/Build mode in Fibery AI.
- If you want to make changes at the workspace level, enable Architect mode, and it will be possible.
- If you just want to ask questions, it works in any mode.
We’ve also added a warning mechanism to Fibery AI for deletions and updates. Now, before deleting anything or updating an entity, Fibery AI shows a warning, and you have to click to allow it to perform this action.
In the next release, we are going to enable data management for all users in non-Architect mode. This means they will be able to add, update, and delete entities according to their permissions.
(beta) AI Integration Agent: Create, test and deploy integrations via chat
You can now create and maintain custom integrations with external services using our new AI Integration Agent (in Architect Mode). Instead of writing code or managing webhooks yourself, just describe what you want to sync — the AI will generate a connector for you.
You can now:
- Create new connectors for any HTTP/HTTPS API (e.g. Linear, Stripe, internal REST APIs)
- Sync specific entities (Issues, Projects, Tickets, etc.) with custom filters
- Inspect and edit connector code directly in the browser
- Troubleshoot and fix errors with AI assistance
- Optionally enable auto-fix, so the AI can repair broken connectors when APIs change
Basic flow example:
How it works
Describe your integration in plain language:
“Create a connector for the Linear API. I want to sync Issues and Projects. Auth is via API key.”
“Build a connector for our internal REST API at https://api.example.com. It uses Bearer token auth.”
Check AI Integrations Agent user guide, try it for yourself and let us know what do you think about it.
Webhooks UI
Webhooks have been in Fibery for a while, but only accessible via API. Now you can create, view, and delete them directly from Settings → Webhooks page.
Mobile: Optimized table of contents
We moved the table of contents into the toolbar, so your content now uses the full screen. In Entity view, all headings are grouped by section.
Degradations
Fibery AI. We’ve removed Automations creations and updates from Fibery AI. While it worked for basic cases, amount of errors and frustrations were significant. We will re-do this module and get it back into FIbery AI in near future
Improvements
- Duplicate Entity:
- Now when entity is duplicated, all many-to-many relations are linked to the new entity as well. For example, when you duplicate some Feature, all Assignees will be copied to the new Feature.
- When entity is duplicated, set workflow state value to the same as in original entity
- MCP Server. We’ve added a tool to fetch an entity/view by URL. For example, now it’s quite efficient to paste URL like
https://xxx.fibery.io/Product_Management/feature/somefeature-7585into Claude and it will be loaded via MCP faster then before. - Whiteboard: Now we show comments on hover when Comment tool is selected
- Zendesk integration: Two fields added for Ticket database: satisfaction_rating_score and satisfaction_rating_comment
- Automations:
- We’ve added Description field to GitHub Create Pull Request action
- Github actions extended, now you can create Tags and Release in GitHub
Fixed Bugs
- History & Audit Log: Whiteboard created in Smart Folder by user tracked in History with Who= Fibery
- Documents / Rich Text:
- Document width settings don’t get copied when duplicate doc
- It’s impossible to select rich-text field as unit in mentions
- Error if drag&drop empty string from column
- Error on deleting column with (embed) video uploaded
- Text gets copy-pasted not on the line where the cursor is, but on the next one
- Empty lines appear in the text when moving code block via drag&drop
- Entity View:
- The first view is loaded on the Shared entity if it has ALL views with rules by user
- Open by default rules don’t work on Shared Page
- Broken highlight of an entity view when User/Architect mode is toggled
- Timeline View: Dependency arrows turn red when zooming out timeline
- Gantt View: Wrong colors in the dark mode


