v1.3.4
Sign in to siGit Code from the terminal
siGit Code now has its own public OAuth client. Signing in opens a browser, uses PKCE, and receives the authorization response on a loopback address, so the installed command-line app never needs to keep a client secret.
The new code:agent permission lets an approved CLI session use siGit Code
Cloud completions and the official MCP tools. The same account entitlement,
allowance, and scope checks apply as they do to the desktop client.
A steadier site on small screens
The phone navigation is now a compact popover that closes when you tap away or navigate to another page. It no longer shifts the whole page when opened. The site also trims a little unused CSS and avoids Tailwind animation work that could hurt Core Web Vitals.
More reliable CI
GitHub Actions now cancels superseded non-release runs and gives every job a time limit. The image-rendering dependency step handles slow or stuck apt mirrors with bounded retries, so a bad package mirror cannot occupy runners indefinitely.