Built a CLI that reads git commits and a backend that turns those commits into AI-written devlogs.
The CLI uses Commander to pull git log history and hand it off to the backend. The backend takes that commit data and generates a devlog through OpenRouter.
Lost a good chunk of time to two bugs that failed silently instead of erroring properly: the SDK wanted the request wrapped inside a field called chatRequest, not documented anywhere obvious. Then I had baseURL instead of serverURL in the client config, so requests were quietly going to the wrong server the whole time.
Next: wiring the CLI to actually call the backend.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.