feat: retarget the readme for v1 (#827)

This commit is contained in:
Bradley Axen
2025-01-27 19:46:34 -08:00
committed by GitHub
parent 5bf8f9ea99
commit d9f70d79f5
5 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -4,7 +4,7 @@
"name": "Developer",
"description": "Built-in developer tools for file editing and shell command execution",
"command": "",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/developer",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/developer",
"installation_notes": "This is a built-in extension that comes with goose by default. No installation required.",
"is_builtin": true,
"endorsed": true,
@@ -16,7 +16,7 @@
"name": "Computer Controller",
"description": "Built-in computer controls for webscraping, file caching, and automations",
"command": "",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/computercontroller",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/computercontroller",
"installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.",
"is_builtin": true,
"endorsed": true,
@@ -28,7 +28,7 @@
"name": "Memory",
"description": "Built-in memory system for persistent context and information storage",
"command": "",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/memory",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/memory",
"installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.",
"is_builtin": true,
"endorsed": true,
@@ -40,7 +40,7 @@
"name": "JetBrains",
"description": "Built-in JetBrains IDE integration for development workflows",
"command": "",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/jetbrains",
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/jetbrains",
"installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.",
"is_builtin": true,
"endorsed": true,
@@ -119,4 +119,4 @@
}
]
}
]
]