Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub

This Week in Nushell #329

Published Saturday, 2025-12-13, including PRs merged Friday, 2025-12-05 through Thursday, 2025-12-11.

Nushell

  • @fdncred:

    • updated explore regex command to look more helpful and professional (#17149)
    • bumped the rust-toolchain to 1.90.0 (#17133)
  • @app/dependabot:

    • bumped bytesize from 2.1.0 to 2.3.1 (#17139)
  • @andrewgazelka:

    • added $history variable and structured response format (#17132)
    • added REPL-style state persistence across evaluations (#17121)
    • refactored mcp to extract tool descriptions to markdown files (#17120)
    • switched mcp to output NUON format instead of expanded string (#17119)
  • @hustcer:

    • upgraded nushell to 0.109.1 for release and nightly workflow (#17131)
    • fixed table -i false panic when there is an index column (#17126)
    • fixed http DNS resolution 'Service not supported' error in Docker containers (#17125)
  • @WindSoilder:

    • prevented merge_predecl from moving all predecls to overlay (#17130)
    • made --env-config and --config errors lead to error status code when running nu scripts (#17103)
    • fixed pipefail behavior inside try block (#17052)
  • @NotTheDr01ds:

    • changed home-path/temp-path to home-dir/temp-dir (#17129)
    • added record conversion to into list (#17127)
  • @ayax79:

    • added Azure blob storage support for polars (#17116)
  • @KaiSforza:

    • updated flake.lock and added latest devshell variant (#17084)
  • @sgvictorino:

    • used Stack::get_config() in more places (#17058)

Nu_Scripts

  • @Minhir:

    • simplified fnm config and made it respect package.json (#1192)
  • @fdncred:

    • tweaked a variety of scripts (#1191)
  • @CAESIUS-TIM:

    • fixed grt in git-aliases (#1190)
  • @ehdevries:

    • fixed bugs in panache-git showing modified files and non-home dirs (#1188)

New nu-parser

  • @AucaCoyan:
    • updated rust-toolchain to 1.90 (#61)

Awesome Nu

  • @InnocentZero:
    • added supac to Integrations (#141)

Documentation

  • @luk3953:

    • added 'Coming from PowerShell' guide to the Nushell Book (#2091)
  • @NotTheDr01ds:

    • published TWiN 328 (#2090)

Tree-sitter

  • @mkatychev:
    • removed indirection for punctuation (#236)
Edit this page on GitHub
Contributors: NotTheDr01ds