moodymudskipper / ask

ask R anything
Other
72 stars 2 forks source link

More git contexts #11

Open moodymudskipper opened 1 month ago

moodymudskipper commented 1 month ago

I want to be able to ask :

ask_terminal("checkout bob's latest branch", context = ...)
ask_terminal("close merged branches", context = ...)
...

The full diffs for all the repo might be a bit much given the context window threshold but we should have easy context_*() functions to compose to ask anything.

For sure we need a summary by branch with things like :

so maybe context_git_branch(), context_git_branches() and a general context_git() with parameters.