Version 2.55.0 Release: Rebranding to Astra
This commit is contained in:
+13
-13
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "g1nation",
|
||||
"displayName": "G1nation",
|
||||
"description": "High-performance autonomous local AI coding agent for VS Code. Features vectorized inference, asynchronous task management, and 100% offline processing.",
|
||||
"version": "2.54.0",
|
||||
"name": "astra",
|
||||
"displayName": "Astra",
|
||||
"description": "A local Jarvis-style project operating assistant for VS Code. Connects memory, project context, tools, and a single thinking-partner voice.",
|
||||
"version": "2.55.0",
|
||||
"publisher": "connectailab",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -28,7 +28,7 @@
|
||||
"offline",
|
||||
"agent",
|
||||
"code-generation",
|
||||
"g1nation",
|
||||
"astra",
|
||||
"copilot"
|
||||
],
|
||||
"activationEvents": [],
|
||||
@@ -37,24 +37,24 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "g1nation.newChat",
|
||||
"title": "G1nation: New Chat",
|
||||
"title": "Astra: New Chat",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"command": "g1nation.exportChat",
|
||||
"title": "G1nation: Export Chat as Markdown"
|
||||
"title": "Astra: Export Chat as Markdown"
|
||||
},
|
||||
{
|
||||
"command": "g1nation.explainSelection",
|
||||
"title": "G1nation: Explain Selected Code"
|
||||
"title": "Astra: Explain Selected Code"
|
||||
},
|
||||
{
|
||||
"command": "g1nation.focusChat",
|
||||
"title": "G1nation: Focus Chat Input"
|
||||
"title": "Astra: Focus Chat Input"
|
||||
},
|
||||
{
|
||||
"command": "g1nation.showBrainNetwork",
|
||||
"title": "G1nation: Show Brain Topology"
|
||||
"title": "Astra: Show Brain Topology"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
@@ -77,7 +77,7 @@
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "g1nation-sidebar",
|
||||
"title": "G1nation",
|
||||
"title": "Astra",
|
||||
"icon": "$(hubot)"
|
||||
}
|
||||
]
|
||||
@@ -93,7 +93,7 @@
|
||||
]
|
||||
},
|
||||
"configuration": {
|
||||
"title": "G1nation",
|
||||
"title": "Astra",
|
||||
"properties": {
|
||||
"g1nation.multiAgentEnabled": {
|
||||
"type": "boolean",
|
||||
@@ -155,7 +155,7 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Display name shown in the G1nation brain selector."
|
||||
"description": "Display name shown in the Astra brain selector."
|
||||
},
|
||||
"localBrainPath": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user