Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
202 stars 12 forks source link

add commit response to repo creation #332

Closed EloyMartinez closed 5 months ago

EloyMartinez commented 5 months ago

In order to avoid calling the server to list commits after a repo creation (and avoid a possible race condition). We add a latest_commit field to the create repo response payload.