Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 09:54
· 79 commits to main since this release
68b2c48

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)