# February 8: Support for Notion OAuth, Opus 4.6, conversation extraction

### New Features

* 💡 Graphlit now supports **Notion OAuth**, allowing Notion feeds to connect through OAuth-backed connectors instead of only static credentials.
* 💡 We have added support for **Anthropic Opus 4.6** with a 1M context window.
* Conversation content now supports **entity and fact extraction**, so ingested support conversations, meeting transcripts, and chat-style content can populate the knowledge graph.
* Intercom, Zendesk, and Notion feeds now generate `PAGE` content where appropriate, improving downstream preparation and retrieval behavior for long-form source material.
* We have added **Persona** as a top-level entity for modeling user, customer, or audience archetypes used by Agent workflows.

### Bugs Fixed

* GPLA-4840: Reddit subreddit names are now sanitized before feed creation.
* GPLA-4843: Microsoft Teams messages now include embedded images during ingestion.
* GPLA-4841: Entity relationship creation now preserves valid source entity identifiers.
* GPLA-4842: Person updates now retain the correct project identifier.


---

# 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/february-2026/february-8-support-for-notion-oauth-opus-4.6-conversation-extraction.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.
