> For the complete documentation index, see [llms.txt](https://docs.fritesai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fritesai.com/roadmap/deferred-tasks.md).

# Deferred tasks

This page is the index of implementation plans that are intentionally not part of the current committed scope but are detailed enough to pick up later, alongside notable tasks that have since been completed.

## Planned (not implemented)

| Task                                                               | Status                   | Detail                                                                                                                                                                                                                            |
| ------------------------------------------------------------------ | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Gemini provider support                                            | Planned, not implemented | Add Gemini children alongside Claude and Codex, API-first then a later CLI spike. See [Gemini provider](/roadmap/gemini-provider.md).                                                                                             |
| OpenAI-compatible provider support (xAI Grok & open-source models) | Planned, not implemented | One generic `openai-compatible` adapter (configurable base URL) covering xAI Grok plus self-hosted / open-source models, with `xai` as a thin preset. See [OpenAI-compatible providers](/roadmap/openai-compatible-providers.md). |

## Completed

| Task                                                                  | Status                                         | Notes                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Restructure docs for GitBook sync                                     | Done (2026-06-16)                              | The migration that produced this GitBook docs tree: focused, cross-linked pages under `docs/`, with `docs/SUMMARY.md` owning navigation and `docs/README.md` as the landing page. This page is itself the deferred-task index the restructure plan required once the migration was performed.                                                          |
| Synthesize a winning implementation from multiple passing child diffs | Implemented and shipped to `main` (2026-06-16) | Worktree mode folds the strongest ideas from multiple oracle-passing child diffs into one synthesized, oracle-verified candidate. `synthesisMode` defaults to `passing-only` (on); set `"off"` for winner-take-one. See [Synthesis and reconciliation](/concepts/synthesis-and-reconciliation.md) and [Worktree oracle](/concepts/worktree-oracle.md). |

For the current implementation status of shipped surfaces and the remaining work that is in active scope, see [Current status](/roadmap/current-status.md).


---

# 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://docs.fritesai.com/roadmap/deferred-tasks.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.
