tryAGI.AI 0.9.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global tryAGI.AI --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local tryAGI.AI --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=tryAGI.AI&version=0.9.0
                    
nuke :add-package tryAGI.AI --version 0.9.0
                    

AI CLI

AI in your terminal — powered by agents and MCP

Nuget package dotnet License: MIT Discord

This is a console utility that will help you use AI for such tasks:

  • Summarize text
  • Generate release notes
  • Generate changelog
  • Generate code documentation
  • Do actions using mcp servers

Usage:

dotnet tool install --global tryagi.ai --prerelease
set OPENAI_API_KEY = <your_api_key>

# Actions in filesystem and git usage
ai  --tools filesystem git
    --directories "/Users/havendv/GitHub/tryAGI/"
    --provider openrouter
    --model free-fast
    --input "Please create new repo with name `Do` in `/Users/havendv/GitHub/tryAGI/` dir and git init it."

# Auto-labeling GitHub issues
set GITHUB_TOKEN = <your_github_token>

{
    echo "You work in the ${{ github.repository }} repository on the issue #${{ inputs.issue-number }}"
    echo "Your goal is to update the issue with suitable labels."
    echo "Always retrieve the issue body/comments and the available labels for the repository first."
    echo "Then, select appropriate labels based on the issue content and update the issue accordingly."
    echo "Do not change the issue body or other data."
} > .prompt.md

ai  --tools github[issues,labels]
    --input-file .prompt.md

Support

Priority place for bugs: https://github.com/tryAGI/AI/issues
Priority place for ideas and general questions: https://github.com/tryAGI/AI/discussions
Discord: https://discord.gg/Ca2xhfBf3v

Acknowledgments

JetBrains logo

This project is supported by JetBrains through the Open Source Support Program.

CodeRabbit logo

This project is supported by CodeRabbit through the Open Source Support Program.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.9.1-dev.9 285 6/22/2025
0.9.1-dev.7 123 6/17/2025
0.9.1-dev.4 124 6/6/2025
0.9.1-dev.3 99 6/6/2025
0.9.1-dev.2 107 6/6/2025
0.9.1-dev.1 107 6/6/2025
0.9.0 123 6/6/2025
0.0.0-dev.15 103 6/6/2025
0.0.0-dev.14 118 6/5/2025
0.0.0-dev.7 121 5/8/2025
0.0.0-dev.3 51 5/3/2025
0.0.0-dev.2 47 5/3/2025