Jarryd Tilbrook
Jarryd Tilbrook
The [template unit file](https://github.com/buildkite/agent/blob/main/packaging/linux/root/usr/share/buildkite-agent/systemd/buildkite-agent%40.service) intended for spawning multiple agents on one host doesn't start agents using unique names. As the [documentation](https://buildkite.com/docs/agent/v3/ubuntu#running-multiple-agents) states, you can run ```bash sudo systemctl enable --now...
The docker image (alpine and ubuntu) runs as the root user by default which is a security risk. Would you consider changing to a less privileged user?
I see the `feature/relay` branch is what you need to install in order to use Relay. Is there an intention to merge that branch into master or will it always...
This adds another keyboard shortcut so the TOTP can be typed like the existing username and password versions. I find this useful for CLI things such as the AWS CLI...
- [ ] Waiting on #237 and #235 - [ ] tests
Add and configure genqlient for making GraphQL requests
Test out some structure for build resolution
This removes the section about "multiple tags" as it leads to some confusion about how to target an agent.
There is a problem with the provider where if an existing pipeline that uses a template is imported to state and then updated, it returns a `Unable to update Pipeline:...
This update the `bk ai ask` command to make use of [tools](https://platform.openai.com/docs/guides/function-calling) ([api ref](https://platform.openai.com/docs/api-reference/chat/object)). This allows chatgpt to tell us if we should give it some more context or run...