Toby Padilla

Results 9 comments of Toby Padilla

Hi @shpigunov you're correct in that `skate` is currently hitting the server to grab the encrypt keys. We definitely want to work on caching them locally, storing them encrypted and...

Wow! Thank you for this. It's really great feedback and troubleshooting. You are indeed correct that the keys are namespaced to the host, so if you do a lot of...

Hi, the data is only synced on write, but on read we're currently making a network call to fetch your encryption keys. The keys are fully encrypted for your ssh...

Hi, thanks for reporting this. That's definitely odd. Can you try the latest version and see if you're still having the issue?

Hi, thank you for the suggestion. We do think this is a good idea and are thinking through implementations now. We may start with Webhooks, but will look into options.

Thanks! We've got a few other things in the pipeline but will let you know asap. We definitely want this.

Hi! Thanks for this. We've actually got a branch in progress with HTTPS support. It should lay the foundation for webhooks: https://github.com/charmbracelet/soft-serve/pull/19 /cc @aymanbagabas

We need to think through it a bit internally, but will let you know once we have a plan.

Hi, your script is really cool! We just released our initial support for saved conversations in [v1.0.0](https://github.com/charmbracelet/mods/releases/tag/v1.0.0). I think we can think about templating prompts somehow eventually so will leave...