You've already forked agentic-coding-workflow
feat(workspace): add GET /branches endpoint
This commit is contained in:
@@ -115,3 +115,7 @@ func toFileStatusResp(f git.FileStatus) fileStatusResp {
|
||||
type commitResp struct {
|
||||
SHA string `json:"sha"`
|
||||
}
|
||||
|
||||
type branchListResp struct {
|
||||
Branches []string `json:"branches"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user