{"id":13560797,"url":"https://github.com/lemillermicrosoft/skonsole","last_synced_at":"2026-03-04T11:30:54.548Z","repository":{"id":98175750,"uuid":"599890248","full_name":"lemillermicrosoft/skonsole","owner":"lemillermicrosoft","description":"A collection of Plugins and example console application built on the Semantic Kernel","archived":false,"fork":false,"pushed_at":"2023-12-06T18:27:07.000Z","size":1955,"stargazers_count":45,"open_issues_count":6,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-11-07T13:24:54.069Z","etag":null,"topics":["ai","chatgpt","gpt","llm","semantic-kernel"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lemillermicrosoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T05:14:41.000Z","updated_at":"2025-08-25T17:10:46.000Z","dependencies_parsed_at":"2024-08-01T13:16:21.309Z","dependency_job_id":null,"html_url":"https://github.com/lemillermicrosoft/skonsole","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/lemillermicrosoft/skonsole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemillermicrosoft%2Fskonsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemillermicrosoft%2Fskonsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemillermicrosoft%2Fskonsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemillermicrosoft%2Fskonsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemillermicrosoft","download_url":"https://codeload.github.com/lemillermicrosoft/skonsole/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemillermicrosoft%2Fskonsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatgpt","gpt","llm","semantic-kernel"],"created_at":"2024-08-01T13:00:49.584Z","updated_at":"2026-03-04T11:30:54.513Z","avatar_url":"https://github.com/lemillermicrosoft.png","language":"C#","funding_links":[],"categories":["Open Source Projects","chatgpt","ai"],"sub_categories":[],"readme":"# SKonsole - A Console App built on Semantic Plugins\nWelcome to the SKonsole repository! SKonsole is a powerful command-line tool that leverages AI to assist you with various tasks. It provides a simple interface to interact with the AI model and perform operations like reading and writing files, searching for files, and even sending emails. The repository contains the source code for the SKonsole application and its plugins.\n\n## Features\n\n- AI-powered command-line interface\n- Customizable configuration\n- Generate commit messages, pull request descriptions, and feedback.\n- Engage in chat conversations that are powered by various Plugins.\n\n## Usage\n\n### General Commands\n\nThese commands will execute and return a result from the LLM.\n\n`skonsole commit \u003ccommitHash\u003e`: Generate commit messages based on the provided commit hash.\n\n`skonsole pr feedback`: Generate valuable feedback for pull requests using git diff or git show output.\n\n`skonsole pr description`: Generate detailed descriptions for pull requests using git diff or git show output.\n\n### Chat Commands\n\nThese commands will start a chat conversation with the LLM.\n\n`skonsole stepwise [options]`: Engage in a StepwisePlanner powered chat session. Use `optionSet` option to specify which optionSets should be used for planning.\n\n`skonsole createPlan \u003cmessage\u003e`: Create plans using a Planner by providing a message and then execute the plan.\n\n`skonsole promptChat`: Engage in interactive prompt chat sessions for building semantic prompts using the LLM.\n\n### Other Commands\n\nThese commands are other utilities that do not directly leverage LLMs.\n\n`skonsole config [command] [options]`: Configure SKonsole application settings like LLM endpoints, keys, etc.\n\n## Configuration\n\nYou can customize the behavior of SKonsole by modifying the configuration settings. In addition to the `config` command, the configuration file is located at `.skonsole` in your user profile directory. You can also set environment variables to override the default settings.\n\n## Installing SKonsole Tool\n\nInstall the SKonsole Tool globally with a few quick steps:\n### Installation\n\n1. Open your terminal or command prompt.\n2. Run the following command:\n\n   ```shell\n   dotnet tool install --global SKonsole\n   ```\n3. To confirm the installation was successful, run:\n   ```shell\n   skonsole --version\n   ```\n\n## Plugins\n\nThe repository includes the following plugins:\n\n### CondensePlugin\n\nThe CondensePlugin is designed to help condense text by using the LLM to merge multiple chunks of text.\n\n### PRPlugin\n\nThe PRPlugin is designed to help generate pull request summaries and change lists from `git diff` output.\n\n### SuperFileIOPlugin\n\nThe SuperFileIOPlugin is an extension of the FileIOPlugin in Semantic Kernel. It includes additional capabilities for reading and writing from the file system.\n\n\n## Contributing\nSee [Contributing](CONTRIBUTING.md).\n\n## License\n\nSKonsole is licensed under the MIT License.\n\n*Powered by [Microsoft Semantic Kernel](https://github.com/microsoft/semantic-kernel)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemillermicrosoft%2Fskonsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemillermicrosoft%2Fskonsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemillermicrosoft%2Fskonsole/lists"}