You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create WorkspaceCommitDto and WorkspaceGitInfoDto
- Extend GitAdapterInterface with getCurrentBranch, getRecentCommits, getBranches
- Implement new methods in GitCliAdapter using NUL-separated format
- Update SimulatedGitAdapter to delegate to real adapter
- Add getGitInfo to WorkspaceGitService
- Add getGitInfo to WorkspaceMgmtFacade and interface
- Extend AgentExecutionContext to store git info
- Add getGitContextInfo to WorkspaceToolingServiceInterface
- Inject git context into ContentEditorAgent system prompt
- Set git context in RunEditSessionHandler before agent runs
This allows the agent to see recent commits, current branch, and available branches at session start.
Co-authored-by: Manuel Kießling <manuel@kiessling.net>
0 commit comments