- Introduced Makefile with targets for testing (all, coverage, agent-specific), building, installing, cleaning, and help - Added unit and integration tests for agent command, edit command, and CleanCodeResponse function - Refactored CleanCodeResponse to use regex for robust markdown fence removal in agent and client modules - Ensured tests cover code cleaning, plan generation placeholders, and file editing functionality |
||
|---|---|---|
| .. | ||
| agent_test.go | ||
| agent.go | ||
| chat.go | ||
| commit.go | ||
| commitmsg.go | ||
| edit_test.go | ||
| edit.go | ||
| history.go | ||
| prdescribe.go | ||
| review.go | ||
| root.go | ||