Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.44 Home All releases olderv1.0.43 v1.0.45newer
Claude Code v1.0.44

Technical Changes

Authentication

  • New OAuth flow implementation with:
  • Browser-based authentication
  • Automatic token storage
  • Refresh token support
  • 1-year token expiry option
  • Support for inference-only OAuth tokens
  • Better token validation and error handling

Platform Support

  • Improved clipboard commands for different platforms:
  • macOS: pbcopy
  • Windows: clip
  • Linux: xclip or wl-copy
  • WSL: clip.exe

Error Handling

  • Better error messages for:
  • Failed clipboard operations
  • OAuth authentication issues
  • GitHub Actions setup problems
  • Platform-specific troubleshooting instructions

See this entry in the whole of v1.0.44 →