- Added an experimental Pulumi Neo CLI with an interactive terminal UI, user approval handling, a plan‑mode toggle, improved spinner logic, and local execution of the edit‑filesystem tool.
- Switched the logging library from glog to slog, requiring code updates from logging.V(x) to logging.V(x).Enabled() (breaking change).
- Fixed multiple issues including message rendering, width‑wrapping in the TUI, policy listing defaults, provider race conditions, and several SDK generation bugs; also updated Java, .NET, and YAML dependencies.