# November 7: Support for commit and PR feeds, Parallel web search, contact list feeds

### New Features

* 💡 Graphlit now supports **GitHub commit and pull request feeds**, allowing you to ingest commits and PRs similar to how GitHub issues are handled. Commit metadata includes file changes and diffs.
* 💡 We have added the **Parallel (p0) web search API** as a new search service type via `PARALLEL` in `searchWeb`. Similar to Exa and Tavily, this provides an additional option for web search and research.
* We have added support for **contact list feeds** to pull Person entities from Google, Microsoft, and other contact providers directly into your knowledge graph.
* Organization owners can now **create, delete, and upgrade projects via the GraphQL API**, enabling programmatic project management without using the portal.
* We have added support for **Gemini 3 Pro Preview** with the model enum `GEMINI_3_PRO_PREVIEW`.
* Content summarization prompts are now **customized by content type**, providing better descriptions for commits, PRs, code, and other specialized content.

### Bugs Fixed

* GPLA-4717: Fixed MIME type inference errors for certain web pages
* GPLA-4715: Fixed OpenRouter API response parsing for Claude models
* GPLA-4684: Google Drive folder ingestion now correctly assigns relative folder paths


---

# 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/november-2025/november-7-support-for-commit-and-pr-feeds-parallel-web-search-contact-list-feeds.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.
