cli_buddy 0.1.17 copy "cli_buddy: ^0.1.17" to clipboard
cli_buddy: ^0.1.17 copied to clipboard

A CLI tool to call any AI to ask, auto-complete, and generate code directly from any command line tool.

3
likes
120/ 160
pub points
225
downloads

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

67 out of 265 API elements (25.3 %) have documentation comments.

Some symbols that are missing documentation: cli_buddy.Architecture, cli_buddy.Architecture.Architecture.fromJson, cli_buddy.Architecture.Architecture.new, cli_buddy.Architecture.instructType, cli_buddy.Architecture.modality.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:cli_buddy/cli_buddy.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:cli_buddy/cli_buddy.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:cli_buddy/cli_buddy.dart that declares support for platforms: Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:cli_buddy/cli_buddy.dart that imports:
  • package:cli_buddy/src/common/service/open_router.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:cli_buddy/cli_buddy.dart that imports:
  • package:cli_buddy/src/common/service/open_router.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cli_buddy/cli_buddy.dart that imports:
  • package:cli_buddy/src/common/service/open_router.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/io.dart that imports:
  • package:io/io.dart that imports:
  • package:io/src/shared_stdin.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 128 issues. Showing the first 2:

WARNING: The annotation 'JsonSerializable.new' can only be used on classes.

lib/src/common/domain/config.dart:11:4

11@JsonSerializable(includeIfNull: true)
   │    ^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/common/domain/config.dart

WARNING: The annotation 'JsonKey.new' can only be used on fields or getters.

lib/src/common/domain/config.dart:13:6

13@JsonKey(defaultValue: APIProvider.openrouter, name: 'api_provider')
   │      ^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/common/domain/config.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive ^3.6.1 3.6.1 4.0.5
args ^2.5.0 2.7.0 2.7.0
barbecue ^0.5.0 0.5.0 0.5.0
cli_completion ^0.5.1 0.5.1 0.5.1
collection ^1.19.0 1.19.1 1.19.1
dio ^5.6.0 5.8.0+1 5.8.0+1
freezed_annotation ^2.4.4 2.4.4 3.0.0
json_annotation ^4.9.0 4.9.0 4.9.0
mason_logger ^0.3.0 0.3.3 0.3.3
path ^1.9.0 1.9.1 1.9.1
process_run ^1.2.0 1.2.4 1.2.4
pub_updater ^0.5.0 0.5.0 0.5.0
result_dart ^1.1.1 1.1.1 2.0.0
shelf ^1.4.2 1.4.2 1.4.2
shelf_cors_headers ^0.1.5 0.1.5 0.1.5
shelf_router ^1.1.4 1.1.4 1.1.4
shelf_static ^1.1.2 1.1.3 1.1.3
shelf_web_socket ^2.0.0 2.0.1 3.0.0
web_socket_channel ^3.0.1 3.0.2 3.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dio_web_adapter - 2.1.1 2.1.1
equatable - 2.0.7 2.0.7
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
http - 1.3.0 1.3.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
meta - 1.16.0 1.16.0
mime - 2.0.0 2.0.0
platform - 3.1.6 3.1.6
process - 5.0.3 5.0.3
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
string_validator - 1.1.0 1.1.0
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
web_socket - 0.1.6 0.1.6
win32 - 5.12.0 5.12.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^3.6.1` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

The constraint `^2.4.4` on freezed_annotation does not support the stable version `3.0.0`, that was published 29 days ago.

When freezed_annotation is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions freezed_annotation to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 26Jul 24Aug 21Sep 18Oct 16Nov 13Dec 11Jan 8Feb 5Mar 5050100150200250300350>=0.0.0-0 <1.0.0
3
likes
120
points
225
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

A CLI tool to call any AI to ask, auto-complete, and generate code directly from any command line tool.

Homepage
Repository (GitHub)

Topics

#cli #ai #llm #tool

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, barbecue, cli_completion, collection, dio, freezed_annotation, json_annotation, mason_logger, path, process_run, pub_updater, result_dart, shelf, shelf_cors_headers, shelf_router, shelf_static, shelf_web_socket, web_socket_channel

More

Packages that depend on cli_buddy