Sunil Arora
Sunil Arora
Thanks @RGanor . Ack. Will share my thoughts soon.
Yes, I love the idea and in my opinion, that is the future. I think of that as `remote kubectl-ai` or `kubectl-ai in the cloud` (cloud could be a remote...
> Currently I modified the `bashBin` in bash_tool.go in init function directly, if you think it's not a good choice and prefer passing the bash command path using parameters, or...
Thanks @ruinshe you will need to rebase the PR because we had to update the presubmits, sorry :(
xref: https://github.com/GoogleCloudPlatform/kubectl-ai/pull/233
@tuannvm Added a [periodic job]((https://github.com/GoogleCloudPlatform/kubectl-ai/actions/workflows/ci-periodic.yaml)) for running the evals periodically or on-demand PR: https://github.com/GoogleCloudPlatform/kubectl-ai/pull/234 At some point, we can enable pr-submits as well, but not that critical at the moment.
I like the refactoring. Makes it reusable. > Finally, I allow users who contribute a new eval to run the get action at their convenience. Curious about this. Are you...
> @droot You’re right—people outside of Google Cloud Platform wouldn’t be able to run it. What do you think: would it be useful if, next time someone has an evals-related...
> I was also considering having it auto-trigger on every commit, but that seems excessive and would waste CI resources. So, I think it’s better to keep it as a...
@lakamsani the interactive shell doesn't support history or command editing today. We might be able to use an off the shelf package that readline like functionality to address some of...