g1nation
0a97324f1b
feat: v2.2.92 → v2.2.158 — god-file 분해 + Stocks feature + 대화 연속성
...
R56–R59: agent.ts 2731→1529줄 god-file 분해 (25 modules)
· attrParsers + LLM 메서드 8개 (callNonStreaming, streamChatOnce 등)
· executeActions 415줄 → 8 handler 그룹 (file/run/list/brain/calendar/sheets/tasks)
· handlePrompt 1100줄 → 7 phase 모듈 (system prompt + budget + autoContinue 등)
R50–R55: extension.ts 1145→349줄 (telegram/settings/provider commands 분리)
Stocks feature 신규: /stocks slash command (v2.2.152~158)
· .astra/stocks.json 저장소 + Yahoo Finance 현재가 갱신
· 8 키워드 필터 (ROE/성장성/유동성/수익성/영업효율/기술력/안정성/PBR)
· Naver 시가총액 페이지 JSON API (m.stock.naver.com) 발굴
· LLM Top 5 매력도 분석 + Telegram 자동 보고서
· KST 09:00/15:00 watcher 자동 모니터링
대화 연속성 (v2.2.150~157):
· [PRIOR TURN CONCLUSION] block 으로 직전 결론 anchor
· thin follow-up 분류 → boilerplate 헤더 suppression
· slash 명령 결과 chatHistory mirror (capture wrapper)
· echo/parrot 금지 system prompt rule
기타: /stocks 슬래시 자동완성 dropdown UI, Naver JSON API 전환 (cheerio 제거)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 09:59:32 +09:00
g1nation
0712014fcb
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 >
2026-05-23 15:52:19 +09:00
g1nation
36db170844
feat: v2.2.64 — LM Studio 모델 발견/에러 표시 + macOS 셸 호환성
...
- LM Studio 모델 dropdown을 SDK system.listDownloadedModels('llm') 으로
조회하도록 변경. REST /v1/models 는 JIT 옵션이 꺼져 있으면 로드된 모델만
반환하여 macOS 환경에서 dropdown 이 비거나 fallback 한 줄만 남던 문제 해결.
SDK 실패 시 REST 로 자동 fallback.
- LM Studio 로드/언로드 실패를 readyBar 의 영속 segment 로 표시. 모델을
다시 선택하면 clearLmStudioError() 로 해제.
- src/security.ts: PowerShell '&&' rewrite 를 win32 에서만 수행. macOS/Linux
에서는 'if (\$?) { ... }' 가 zsh/bash 문법 오류라 명령 자체가 깨졌음.
- src/utils.ts: system prompt 에 OS 별 [ENVIRONMENT] 블록 동적 주입
(셸/경로 스타일/체이닝 연산자). 'cd E:\\... ; ...' 같은 Windows 전용
예시를 macOS 에서 그대로 따라하던 회귀 차단.
- 테스트 mock 에 listDownloaded() 추가.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-23 09:37:29 +09:00
koriweb
0834608f7e
Bump version to 2.2.27 and update package
2026-05-18 16:36:41 +09:00
koriweb
26fdce6525
Update
2026-05-18 12:14:27 +09:00
g1nation
86cacaeb03
Update ConnectAI codebase
2026-05-18 08:15:01 +09:00
g1nation
9ca95ab997
v2.2.15: Astra Office Refactor & Multi-Service Integration
2026-05-16 22:07:06 +09:00
koriweb
72412450c3
feat: v2.2.3 - Stability, Self-Reflector & Intent Alignment
...
- 버전 2.2.3 상향 및 PATCHNOTES.md 업데이트
- [신규] src/features/selfReflector/ - 성찰 실행/검증/프롬프트 모듈 추가
- [신규] intentAlignment.ts, intentClassifier.ts - 의도 정렬 시스템 추가
- [신규] pixelOfficeState.ts - 픽셀 오피스 상태 관리 추가
- sidebarProvider, dispatcher, chatHandlers 핵심 로직 최적화
- astra-2.2.3.vsix 패키지 생성 완료 (298 tests PASS)
2026-05-15 14:16:14 +09:00
g1nation
cd22da8735
Release v2.2.1: Autonomous Task Resumption & Engine Resilience
2026-05-14 23:27:51 +09:00
g1nation
e86e3177c7
Release v2.2.0: Milestone - Human-Centric UI & Workflow Evolution
2026-05-14 22:58:45 +09:00
g1nation
d9d89e6db7
Release v2.1.9: Immersive onboarding and UX transformation
2026-05-14 22:39:13 +09:00
g1nation
6b10d002fa
Release v2.1.8: Company Agent roster overhaul and UI polish
2026-05-14 22:25:48 +09:00
g1nation
05d05a392c
Resolve conflicts by preferring remote changes
2026-05-14 21:58:59 +09:00
koriweb
d84e02c696
refactor: Fine-tune sidebar interaction and refine company suite configuration
2026-05-14 18:04:25 +09:00
koriweb
75d7e6b83a
feat: Implement Pipeline Templates for Company Suite and refine orchestration logic
2026-05-14 17:36:15 +09:00
koriweb
618b8d5b34
feat: Stabilize Company Suite & Self-Reflection logic, integrate new ADRs and bug records
2026-05-14 16:05:28 +09:00
g1nation
46b4a7bc5d
style: final sidebar UI polish and cache update (2026-05-14)
2026-05-14 01:06:27 +09:00
g1nation
147536fb13
release: v2.0.8 - UX Persistence & Per-Agent Knowledge Mix (2026-05-14)
2026-05-14 00:56:20 +09:00
g1nation
f1d5dbf031
release: v2.0.6 - Intelligence & UX Optimization (2026-05-14)
2026-05-14 00:13:54 +09:00
g1nation
39386f90b5
release: v2.0.5 - Telegram Business Reporting & Core Resilience
2026-05-13 23:54:34 +09:00
g1nation
6784e85b7e
release: v2.0.4 - Advanced Business Orchestration & UI Polishing
2026-05-13 23:32:29 +09:00
g1nation
b6899851c3
release: v2.0.3 - AI 1-Person Company Engine & Business Intelligence
2026-05-13 23:22:00 +09:00
g1nation
c40571b7ef
release: v2.0.2 - Structural Integrity & Automated Context Management
2026-05-13 22:34:44 +09:00
g1nation
e85e11aac6
release: v2.0.1 - Advanced Knowledge Mix & Architectural Intelligence
2026-05-13 22:05:39 +09:00
koriweb
089abf22db
refactor: optimize core engine and retrieval logic for v2.80.43
2026-05-13 19:23:57 +09:00
g1nation
e0af15767a
chore: version up to 2.80.36 and package with UI/UX refinement
2026-05-12 23:41:18 +09:00
g1nation
f6b27a125b
chore: version up to 2.80.35 and package with experience memory
2026-05-12 23:23:23 +09:00
g1nation
065e598cca
chore: version up to 2.80.34 and package
2026-05-12 22:54:21 +09:00
g1nation
3c2b62c018
chore: version up to v2.80.30 and package vsix
2026-05-11 12:44:38 +09:00
g1nation
d899daa118
Update Astra/Agent state - 2026-05-10 22:26:50
2026-05-10 22:26:50 +09:00
g1nation
3220a126fd
chore: bump version to 2.80.27 and update core features
2026-05-09 01:16:12 +09:00
g1nation
5ffb472d22
Update Astra: v2.80.19 - Refactoring Sidebar, LM Studio integration, and new tests
2026-05-08 23:14:47 +09:00