aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/test_tool.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: export Context.CloseDmitry Vyukov2026-02-181-2/+2
| | | | This will be needed to an MCP server.
* pkg/aflow/tool/grepper: add the toolDmitry Vyukov2026-02-021-6/+10
| | | | | | Add a tool that executes git grep with the given expression. It can handle long tail of cases that codesearcher can't handle, while still providing less output than reading whole files.
* pkg/aflow/flow/patching: use recent commit subjectsDmitry Vyukov2026-01-311-3/+1
| | | | | | | Give LLM the recent commit subjects when it generates description, so that it can use the same style. Add infrastrcuture to write end-to-end action tests to test it.
* pkg/aflow: add helper for tool testingDmitry Vyukov2026-01-261-0/+49
Add simple codeeditor tests to test testing.