{"id":51189788,"url":"https://github.com/loxsmoke/dotsy","last_synced_at":"2026-06-27T14:01:36.019Z","repository":{"id":365388447,"uuid":"1267744178","full_name":"loxsmoke/dotsy","owner":"loxsmoke","description":"Terminal-first AI coding agent in C#/.NET with a TUI, multi-provider LLM   support, MCP, and headless execution\"","archived":false,"fork":false,"pushed_at":"2026-06-25T02:56:08.000Z","size":418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-25T04:19:38.836Z","etag":null,"topics":["agent","ai","cli","coding-assistant","csharp","dotnet","llm","mcp","terminal-gui","tui"],"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/loxsmoke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T20:29:13.000Z","updated_at":"2026-06-25T02:56:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/loxsmoke/dotsy","commit_stats":null,"previous_names":["loxsmoke/dotsy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loxsmoke/dotsy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loxsmoke%2Fdotsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loxsmoke%2Fdotsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loxsmoke%2Fdotsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loxsmoke%2Fdotsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loxsmoke","download_url":"https://codeload.github.com/loxsmoke/dotsy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loxsmoke%2Fdotsy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34855826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agent","ai","cli","coding-assistant","csharp","dotnet","llm","mcp","terminal-gui","tui"],"created_at":"2026-06-27T14:01:35.310Z","updated_at":"2026-06-27T14:01:36.010Z","avatar_url":"https://github.com/loxsmoke.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotsy\n\n[![CI](https://github.com/loxsmoke/dotsy/actions/workflows/ci.yml/badge.svg)](https://github.com/loxsmoke/dotsy/actions/workflows/ci.yml)\n[![Coverage](https://img.shields.io/badge/coverage-59.53%25-yellow)](https://github.com/loxsmoke/dotsy/actions/workflows/ci.yml)\n\n```text\n         _       _\n      __| | ___ | |_ ___ _  _\n     / _` |/ _ \\| __/ __| || |\n  _ | (_| | (_) | |_\\__ \\ || |\n (_) \\__,_|\\___/ \\__|___/\\_, |\n                         |__/\n```\n\nDotsy is an AI coding assistant written in C# and .NET. It provides a terminal-first agent experience with a TUI, multi-provider model support, MCP tooling, repository-aware code retrieval, session history, and headless command execution.\n\n[![Dotsy terminal UI](docs/screenshot.png)](docs/screenshot.png)\n\n## Specification\n\n- [Agent specification](docs/00-spec-main.md)\n\n## Build\n\nDotsy targets .NET 10 for the main CLI, core, provider, MCP, and test projects.\n\n```powershell\ndotnet restore Dotsy.slnx\ndotnet build Dotsy.slnx -c Release\ndotnet test Dotsy.slnx -c Release\n```\n\n### Build on macOS\n\nInstall the .NET 10 SDK, either with the [official installer](https://dotnet.microsoft.com/download/dotnet/10.0) or via Homebrew:\n\n```bash\nbrew install --cask dotnet-sdk\n```\n\nVerify the SDK version, then restore, build, and test with the same commands:\n\n```bash\ndotnet --version\ndotnet restore Dotsy.slnx\ndotnet build Dotsy.slnx -c Release\ndotnet test Dotsy.slnx -c Release\n```\n\nPackaging and tool installation also work on macOS — use forward slashes in paths:\n\n```bash\ndotnet pack src/Dotsy.Cli/Dotsy.Cli.csproj -c Release -v minimal --output artifacts/packages\ndotnet tool uninstall --global dotsy\ndotnet tool install --global dotsy --add-source artifacts/packages\n```\n\nIf `dotsy` is not found after installing, make sure `~/.dotnet/tools` is on your `PATH`.\n\n### Debug with Terminal.Gui source\n\nThis repository can build against Terminal.Gui source instead of the Terminal.Gui\nNuGet package. The source checkout is expected at:\n\n```text\nextern\\terminal.gui\n```\n\nThe checkout is tracked as a git submodule and is pinned to the\n`v2.0.0-develop.4376` Terminal.Gui tag because that source layout matches the\n`Terminal.Gui` `2.0.0` NuGet package API that Dotsy currently targets.\n\nUse the `Debug No Nugets` configuration when you want to step into Terminal.Gui\nwhile developing Dotsy:\n\n```powershell\ndotnet build Dotsy.slnx -c \"Debug No Nugets\"\n```\n\nNormal builds and package builds keep using the Terminal.Gui NuGet package:\n\n```powershell\ndotnet build Dotsy.slnx -c Release\ndotnet pack src\\Dotsy.Cli\\Dotsy.Cli.csproj -c Release /p:UseTerminalGuiSource=false\n```\n\nDo not publish Dotsy packages with `/p:UseTerminalGuiSource=true`; package\ngeneration should use the Terminal.Gui NuGet dependency.\n\n## Deploy\n\nPackage and install the CLI as a local .NET tool package:\n\n```powershell\ndotnet pack src\\Dotsy.Cli\\Dotsy.Cli.csproj -c Release -v minimal --output artifacts\\packages\ndotnet tool uninstall --global dotsy\ndotnet tool install --global dotsy --add-source artifacts\\packages\n```\n\nRun Dotsy with:\n\n```powershell\ndotsy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floxsmoke%2Fdotsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floxsmoke%2Fdotsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floxsmoke%2Fdotsy/lists"}