chore: v2.2.73 — ASTRA-DEBUG 로그 레벨 + webview CSP font-src 보강
- ASTRA-DEBUG 정상 흐름 로그를 console.error → logInfo/console.log 로 강등 (chatHandlers, extension, slashRouter): DevTools에 ERR로 찍히던 오탐 제거 - sidebar webview에 명시적 CSP meta 추가 + font-src에 data: 허용 (sidebar.html, sidebarProvider._getHtml): VS Code outer iframe이 codicon.ttf를 data:font/ttf 로 inject하면서 기본 CSP에 막혀 매 prompt 마다 violation 경고가 찍히던 문제 해소 - 누적된 LM Studio / agent / 컨텍스트 매니저 / 테스트 갱신 동반 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -110,11 +110,13 @@ describe('local project path preflight', () => {
|
||||
const guidance = agent.buildLocalProjectIntentGuidance('review-evaluation');
|
||||
|
||||
expect(guidance).toContain('Intent operating contract — Code Review');
|
||||
expect(guidance).toContain('## 한 줄 판단');
|
||||
expect(guidance).toContain('## 잘된 점');
|
||||
expect(guidance).toContain('## 부족한 점');
|
||||
expect(guidance).toContain('## 사용자 관점 개선');
|
||||
expect(guidance).toContain('## 다음 한 수');
|
||||
// v2.2.64: review labels switched from markdown headers ("## 한 줄 판단") to plain-text
|
||||
// numbered labels ("1) 한 줄 판단") so the model doesn't learn to emit `##` in the answer.
|
||||
expect(guidance).toContain('1) 한 줄 판단');
|
||||
expect(guidance).toContain('2) 잘된 점');
|
||||
expect(guidance).toContain('3) 부족한 점');
|
||||
expect(guidance).toContain('4) 사용자 관점 개선');
|
||||
expect(guidance).toContain('5) 다음 한 수');
|
||||
});
|
||||
|
||||
it('adds an Astra stance layer for opinionated project collaboration', () => {
|
||||
|
||||
Reference in New Issue
Block a user