chore(release): v2.2.208
retrieval 청킹/평가 하니스 변경 반영 patch 버전업. vsix 패키지 생성. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "astra",
|
||||
"version": "2.2.154",
|
||||
"version": "2.2.208",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "astra",
|
||||
"version": "2.2.203",
|
||||
"version": "2.2.208",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@lmstudio/sdk": "^1.5.0",
|
||||
|
||||
+19
-5
@@ -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.2.207",
|
||||
"version": "2.2.208",
|
||||
"publisher": "g1nation",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
@@ -214,7 +214,10 @@
|
||||
},
|
||||
"g1nation.datacollectBridgeTarget": {
|
||||
"type": "string",
|
||||
"enum": ["local", "nas"],
|
||||
"enum": [
|
||||
"local",
|
||||
"nas"
|
||||
],
|
||||
"default": "local",
|
||||
"markdownDescription": "Datacollect 백엔드(Bridge)를 어디로 보낼지 선택. **`local`**(기본) = `g1nation.datacollectBridgeUrl`(로컬 `npm run bridge`). **`nas`** = `g1nation.datacollectBridgeNasUrl`(NAS의 경량 Bridge). `nas`인데 URL이 비어 있으면 안전하게 로컬로 폴백합니다."
|
||||
},
|
||||
@@ -599,7 +602,11 @@
|
||||
},
|
||||
"g1nation.conflictSeverityThreshold": {
|
||||
"type": "string",
|
||||
"enum": ["low", "medium", "high"],
|
||||
"enum": [
|
||||
"low",
|
||||
"medium",
|
||||
"high"
|
||||
],
|
||||
"default": "medium",
|
||||
"description": "Conflict 자기-신호 surface 시 최소 severity 임계. low=가장 민감(노이즈 가능), medium=균형(기본), high=강한 충돌만."
|
||||
},
|
||||
@@ -651,7 +658,10 @@
|
||||
},
|
||||
"g1nation.distillationArchiveMode": {
|
||||
"type": "string",
|
||||
"enum": ["mark-promoted", "archive-file"],
|
||||
"enum": [
|
||||
"mark-promoted",
|
||||
"archive-file"
|
||||
],
|
||||
"default": "mark-promoted",
|
||||
"description": "Distillation 후 원본 episode 처리: 'mark-promoted'=플래그만 (파일 보존, 기본), 'archive-file'=memory/episodes/archive/ 로 파일 이동."
|
||||
},
|
||||
@@ -691,7 +701,11 @@
|
||||
},
|
||||
"g1nation.intentClarificationStrictness": {
|
||||
"type": "string",
|
||||
"enum": ["low", "medium", "high"],
|
||||
"enum": [
|
||||
"low",
|
||||
"medium",
|
||||
"high"
|
||||
],
|
||||
"default": "medium",
|
||||
"description": "모호 판정 임계. low=가장 덜 묻기(2개+ missing), medium=균형(1개+), high=가장 자주 묻기 (1개+ OR 짧은 질의+trigger)."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user