# Roadmap

### Now

* ~~Staging & unstaging hunks instead of whole files~~ ✅
* AI-generated commit messages
* Revert to a previous (local-only) commit
* Stashing & unstashing
* Managing .gitignore files
* Improved diff summaries - show the number of changes

### Next - v3

* Remote management & tracking
* Side-by-side diffs
* Blame support
* Permissions & approvals
* GitHub integration
* Image diffs (before & after)
* Character diffing - richer diffs that highlight exactly which parts of a line are different
* Syntax highlighting
* Deletion & addition summaries (LOC)
* Chunk discarding

### Later

* Line-by-line staging/unstaging/discarding
* Branching & merging
* Rich image diffs
* Deeper Statamic integration - e.g. show version history on an Entry edit screen

Have you got any must-have features? [Start a discussion thread](https://github.com/simonhamp/gitamic-support/discussions/new?category=ideas)


---

# 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://gitamic.simonhamp.me/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.
