You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Every credential comes from the hub: git, pull requests and inference all authenticate on brokered
credentials rather than your machine's logins. (#157)
A node advertises a runtime whenever its SDK is installed, regardless of any login on the host. (#157)
dahrk repo add always registers the HTTPS clone URL, normalising an SSH remote. (#157)
Removed
DAHRK_CREDENTIAL_MODE and its SKAKEL_CREDENTIAL_MODE alias. (#157)
The SSH key, claude login and gh CLI checks in dahrk doctor and dahrk preflight. (#157)
Fixed
A newline splits a shell command for worktree confinement exactly as a semicolon does, so each line
is checked on its own. (#154)
A # comment is skipped when worktree confinement lexes a command, while a mid-word or quoted #
stays an ordinary character. (#155)