autocomplete
Fig-style CLI completion specs and runtime (parse command, load spec, get suggestions). Pure Dart
1.0.0
littlewrite/autocomplete
What this package is like to depend on
Last release 3 months ago
17 May 2026
Ships on a steady schedule
a new release about every 5 weeks
Most releases are documented
notes for 7 of 8 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
10 releases · first in 2026
10 releases in the last 12 months
see the full history below
Release timeline
10 releases · Feb 2026 to May 2026Releases
latest 10-
1.0.017 May 2026Release notes
Open source →- Add the v2 streaming suggestions API with
requestSuggestions/streamSuggestions, cancellation, and richer request events. - Add
SuggestionRequestMode.staticThenFinalfor fast static results followed by dynamic updates. - Improve responsiveness by deferring
generateSpecduring the first static pass. - Add the
stream_suggest_v2.dartexample, runtime tests, and benchmark coverage. - Add built-in specs for
claude,codex,gemini, andqwen.
Breaking Changes
- Rename
clearCache()toclearDynamicSuggestion(). - Add
clearAllCaches()for callers that want the previous full-reset behavior.
- Add the v2 streaming suggestions API with
-
0.4.018 Apr 2026Release notes
Open source →- bind
AutocompleteEngineto a fixed adapter and simplifyengine.getSuggestions(cmd, cwd, shell) - stabilize dynamic suggestions cache reuse for lazy-loaded specs, postProcess generators, and custom function generators
- fuzzy filter opt
- bind
-
0.3.014 Apr 2026 -
0.2.008 Mar 2026 -
0.1.521 Feb 2026 -
0.1.418 Feb 2026Release notes
Open source →- Fix multi-version spec selection (e.g. heroku, shopify, infracost) so the correct spec is chosen at runtime based on CLI version.
- Add CONTRIBUTING.md with contribution and spec-writing guidelines.
- Update spec definitions (elixir, fin, git, heroku, pnpm, shopify) and generator/runtime logic.
-
0.1.318 Feb 2026 -
0.1.2-dev18 Feb 2026 pre-release -
0.1.1-dev.118 Feb 2026 pre-release -
0.0.117 Feb 2026Nothing published for this version