Kyle W. Rader

Results 6 issues of Kyle W. Rader

## Enable publishing as Trimmed on Linux This should reduce the binary size quite substantially but will require some thorough testing.

enhancement
engineering

Having `--clear` take over and do something entirely different on that command, and not actually be tied to the specific client/scope pair is confusing. This would likely be better suited...

enhancement

Right now we have 2 different secrets, that are used for 2 different ADO Orgs, but the names don't imply which is for which. I think we can avoid future...

enhancement

[Environment Variables](https://docs.github.com/en/actions/learn-github-actions/environment-variables#about-environment-variables) can be declared at the workflow, job, or step level. The release.yml workflow makes use of the `${{ github.event.inputs.version }}` in _many_ places and this can be shortened...

enhancement

I've now tested this change on an Ubuntu WaveSpace VM and it works 🥳 ! Since Cursor has been blocked internally at Microsoft. I've used my personal (@kyle-rader) OSS account,...

## Add `tiktoken` CLI tool for quick token counting 🚀 ### Motivation While building LLM-powered tools/agents, I'm finding the need to quickly count tokens in prompt files and potential input...