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

Last updated