We should look into creating a new agentic workflow that automates the version bump process for tcgc. The workflow should run once a day and check if a new non-dev tcgc version is available at https://www.npmjs.com/package/@azure-tools/typespec-client-generator-core and if that version is newer than the one used in http-client-csharp. If there is no new version, no PR should be opened. If there is a new version, then a PR should be opened with the code updates. Some examples of this being done previously: