chore: version up to 2.80.39 and package with UI/config polish

This commit is contained in:
g1nation
2026-05-13 00:39:28 +09:00
parent eb36cec050
commit d2269297ea
13 changed files with 88 additions and 82 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
"name": "astra",
"displayName": "Astra",
"description": "The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.",
"version": "2.80.38",
"version": "2.80.39",
"publisher": "g1nation",
"license": "MIT",
"icon": "assets/icon.png",
@@ -225,9 +225,9 @@
},
"g1nation.smallModelContextCap": {
"type": "number",
"default": 8192,
"default": 16384,
"minimum": 0,
"description": "When a small model (≤4B parameters, detected from the model name) is selected, budget the prompt against this smaller effective context window instead of g1nation.contextLength — small models often emit an empty/EOS response on prompts that nominally fit but exceed their real capability. Set 0 to disable. Default: 8192"
"description": "When a genuinely tiny model (≤3B parameters, detected from the model name) is selected, budget the prompt against this smaller effective context window instead of g1nation.contextLength — very small models can emit an empty/EOS response on prompts that nominally fit but exceed their real capability. Does NOT apply to 4B+ models. Set 0 to disable entirely. Default: 16384"
},
"g1nation.autoContinueOnOutputLimit": {
"type": "boolean",
@@ -236,10 +236,10 @@
},
"g1nation.maxAutoContinuations": {
"type": "number",
"default": 3,
"default": 4,
"minimum": 0,
"maximum": 10,
"description": "Maximum number of automatic continuation rounds per reply (prevents runaway loops). Set 0 to disable auto-continuation. Default: 3"
"description": "Maximum number of automatic continuation rounds per reply (prevents runaway loops). Raise it (e.g. 56) for long-form answers on slow local models; set 0 to disable auto-continuation. Default: 4"
},
"g1nation.finalOnlyRetryOnThoughtLeak": {
"type": "boolean",