jun 2, 2026
4 links from the engineering internet.
claude code v2.1.160 adds prompts before writing shell startup files
the cli now prompts before writing to shell startup files like .zshenv and .bash_login and to build-tool configs like .npmrc that can run code, fixes wsl clipboard and lost background-session history, and renames the dynamic-workflow trigger to ultracode.
litellm v1.87.0 ships day-0 gemini 3.5 flash support and native mcp oauth
the llm gateway adds same-day support for gemini 3.5 flash and gemini managed agents, native mcp oauth, azure speech stt config, and granian as an asgi server, plus reduced per-request overhead in anthropic streaming.
ansible 14.0.0 community package ships as a major release
the community ansible package publishes its 14.0.0 major version, bundling an updated ansible-core and a refreshed set of collections for the new release stream.
hatch 1.17.0 adds a check command group and pep 751 lockfiles
the python project manager introduces hatch check with code, fmt, and types subcommands backed by pyrefly type checking, adds pep 751 compliant lockfile generation with a pluggable locker, and deprecates hatch fmt.