1.58.0

huggingface/smolagents1.58.0Aug 3, 2026by github-actions[bot]

AI Summary

This release improves the formatting of interpolation expressions and adds support for multiple values in the `--justfile-name` flag. It also introduces new timestamp attributes and recipe features, along with documentation updates.

Key Highlights

  • Surround interpolation expressions with spaces when formatting
  • Accept multiple `,`-separated values in `--justfile-name`
  • Add format argument to `[timestamp]` attribute
  • Add `[timestamp]` recipe attribute

New Features

  • Format argument for `[timestamp]` attribute
  • `[timestamp]` recipe attribute

Full Release Notes

### Changed
- Surround interoplation expressions with spaces when formatting ([#3685](https://github.com/casey/just/pull/3685) by [casey](https://github.com/casey))
- Accept multiple `,`-separated values in `--justfile-name` ([#3676](https://github.com/casey/just/pull/3676) by [casey](https://github.com/casey))

### Added
- Add format argument to `[timestamp]` attribute ([#3681](https://github.com/casey/just/pull/3681) by [casey](https://github.com/casey))
- Add `[timestamp]` recipe attribute ([#3680](https://github.com/casey/just/pull/3680) by [casey](https://github.com/casey))

### Misc
- Note that `no-cd` only affects recipe working directory ([#3679](https://github.com/casey/just/pull/3679) by [casey](https://github.com/casey))
- Link to GitHub from docs ([#3674](https://github.com/casey/just/pull/3674) by [casey](https://github.com/casey))