# March 25: Support for GitLab feeds, waterfall enrichment, agent bureaus

### New Features

* 💡 Graphlit now supports **GitLab feeds** for files, issues, merge requests, commits, and milestones through new GitLab connector and feed service types.
* 💡 We have added **waterfall entity enrichment**, allowing enrichment to cascade across providers until the requested completeness level is reached.
* We have added **Bureau**, **Desk**, and **Skill** as top-level entity APIs for organizing Agent workspaces, instructions, and reusable capabilities.
* We have added **channel connectors** for Slack, Microsoft Teams, Discord, Telegram, WhatsApp, and Google Chat, giving agents and workflows a typed channel surface.
* We have added organization and user **credit quota** APIs for project-level billing controls.
* We have added **Nyne** entity enrichment support.

### Bugs Fixed

* Improved GitHub and GitLab OAuth connector handling across file, commit, issue, and pull request feeds.
* Improved enrichment completeness checks for multi-provider enrichment workflows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/march-2026/march-25-support-for-gitlab-feeds-waterfall-enrichment-agent-bureaus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
