> For the complete documentation index, see [llms.txt](https://syv-labs.gitbook.io/context-pool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://syv-labs.gitbook.io/context-pool/more/roadmap.md).

# Roadmap

ContextPool is actively developed. Here's what's coming.

***

## Near-Term

### Semantic Search

`search_context` currently does keyword matching. The next release adds vector embeddings so you can search by meaning — "how did we handle rate limiting?" — and get relevant results even when the exact words don't match.

### Auto-Indexing Hooks

Configure `cxp` to automatically index new sessions when your IDE closes or a git commit is made. Today you rely on the MCP tool being called by your agent, or you run `cxp init` manually.

### VS Code Extension

A native sidebar panel for browsing and searching your `ContextPool/` summaries without needing an AI agent. Useful for reviewing past decisions and bugs directly in the editor.

***

## Medium-Term

### Web Dashboard

The web dashboard is live at [contextpool.io](https://contextpool.io). Sign in with GitHub to create a team, manage members, and view team insights. Billing and subscription management are available in the dashboard.

### More IDE Sources

Planned support for:

* **JetBrains AI Assistant** — IntelliJ, WebStorm, PyCharm
* **GitHub Copilot Chat** — VS Code Copilot session storage
* **Zed AI** — Zed editor agent transcripts

### Custom Extraction Prompts

Configure the summarization prompt per-project or per-team — focus on security insights, infrastructure decisions, a specific tech stack, or your team's conventions.

***

## Longer-Term

### Summary Deduplication

Detect near-duplicate insights across sessions (the same bug fixed twice, the same decision revisited) and merge or flag them, keeping the index clean over time.

### GitHub Actions Integration

A CI action that runs `cxp export` on push, automatically keeping team summaries current without anyone needing to remember to `cxp push`.

### Insight Aging

Surface recently-added insights more prominently, and flag insights that might be stale based on related code changes in git history.

***

## Suggest a Feature

Open an issue at [github.com/syv-labs/cxp](https://github.com/syv-labs/cxp). The roadmap is driven by what engineers actually need — if something's blocking you, say so.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://syv-labs.gitbook.io/context-pool/more/roadmap.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.
