AgentSpace 0.1.7
dotnet tool install --global AgentSpace --version 0.1.7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local AgentSpace --version 0.1.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=AgentSpace&version=0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package AgentSpace --version 0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AgentSpace
An AI agent workspace launcher, distributed as a .NET global tool.
Install
dotnet tool install -g AgentSpace
agentspace
Open a workspace directly:
agentspace ~/code/my-project
agentspace ssh://user@host/path
Features
- Local and SSH remote workspaces
- Per-workspace agent sessions: Claude Code, GitHub Copilot, or a custom command
- Session resume and continue across launches
- File tree with syntax-highlighted in-app code preview
- SQLite-backed workspace and connection history
- Yolo mode for unattended agent runs
- 24-bit truecolor terminal alongside the agent pane
Built on the AgentSpace.Avalonia.XTerm control.
Requirements
- .NET 10 SDK
- Linux or Windows
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.