You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump outdated dependencies to latest (#122)
- @ai-sdk-tool/parser 4.1.20 → 4.1.21
- vitest 4.1.4 → 4.1.5
- @mariozechner/pi-tui 0.57.1 / 0.68.0 → 0.68.1
Realign @ai-sdk-tool/tui peer range for @mariozechner/pi-tui to ^0.68.1
and adapt createAliasAwareAutocompleteProvider to the async autocomplete
API introduced in pi-tui 0.68 (getSuggestions now returns a Promise and
accepts a { signal, force? } options argument).
Bump outdated dependencies to their latest releases: `@ai-sdk-tool/parser` 4.1.21, `vitest` 4.1.5, and `@mariozechner/pi-tui` 0.68.1. Align the `@ai-sdk-tool/tui` peer range for `@mariozechner/pi-tui` to `^0.68.1` and update `createAliasAwareAutocompleteProvider` to the new async autocomplete API (`getSuggestions` now returns a `Promise<AutocompleteSuggestions | null>` and accepts the `{ signal, force? }` options object).
0 commit comments