Problem
The agent currently has no visibility into previous commits or existing branches. This makes it impossible for users to reference earlier work, review recent changes, or continue modifying previously committed code.
Why this matters
Without access to commit history and branches, users:
- Cannot easily locate their latest commit
- Cannot review what changed in prior sessions
- Risk duplicating work or breaking existing logic
- Lose continuity across sessions
Suggested improvement
Grant the agent read access to:
- Previous commits on the active repository
- Available branches
Additionally, in each session, display the latest commits of the active branch in a dedicated section, including:
- Commit message / description
- Commit ID (hash)
- Timestamp
This would allow users to:
- Quickly understand recent changes
- Resume work on the correct commit or branch
- Review and modify existing code more safely and efficiently
Problem
The agent currently has no visibility into previous commits or existing branches. This makes it impossible for users to reference earlier work, review recent changes, or continue modifying previously committed code.
Why this matters
Without access to commit history and branches, users:
Suggested improvement
Grant the agent read access to:
Additionally, in each session, display the latest commits of the active branch in a dedicated section, including:
This would allow users to: