# Nushell core team meeting 2025-10-01
## Attendees
- Darren
- Piet
- Rose
- Michael
- Bahex
- Jan
- Andy
## Agenda
- [X] nu-ansi-term compatibility
- [X] reedline PRs
- [X] `each --stream` [16735](https://github.com/nushell/nushell/pull/16735)
- [X] Make `reorder-cell-paths` opt-out
- [x] Check-in: Focus areas
PRs without `notes:ready`: 10
Issues closed: 220/500
## Discussed Topics
### nu-ansi-term
- Piet made a program to determine which nu-ansi-term dependents may break due to MSRV
- Now have list of all crates which depend on nu-ansi-term when using `--all-features`
- Will soon have results on which ones may break
- Repo: https://github.com/cptpiepmatz/nu-ansi-term-compat/tree/use-resolver
- Tangentially related, cargo provides database
### should we land this reedline PR ?
- michael will check with Jack after our meeting
- https://github.com/nushell/reedline/pull/939
### `each --stream`
- alternative idea: nested `ListStream`s?
- as long as we can still `into_value` this could be an effective solution
- pick a name for the flag
### focus area
- docs maybe?
- Rose's topic: `needs-documentation` label on nushell PRs would open an issue against docs repo
- Piet's topic: researching possibility of extracting docs from rustdoc