Commit Graph

375 Commits

Author SHA1 Message Date
g1nation d451a082dd feat: refactor AI engine logic, remove cross-engine fallback, add retry with backoff, and bump version to 2.80.18 2026-05-08 01:24:12 +09:00
koriweb 6894152892 chore: bump version to 2.80.17 and refine agent streaming logic 2026-05-07 18:12:57 +09:00
koriweb cf6f33dd5c feat: Ghost Response retry and PID logging for bridge (v2.80.16) 2026-05-07 16:04:54 +09:00
koriweb d9a2ebfedd fix: proactive context compression for LM Studio small models - compress BEFORE fetch not after error 2026-05-07 15:57:48 +09:00
koriweb faf3060ae7 fix: n_ctx retry in createStreamingRequest - compress msgs at API level not handlePrompt 2026-05-07 15:48:13 +09:00
koriweb f190ea41ff fix: bridge ERR log level + n_ctx auto-retry with compressed prompt 2026-05-07 15:43:19 +09:00
koriweb 47e35ab62c fix: revert bad ctx trimming add n_keep>n_ctx GPU error detection 2026-05-07 14:03:17 +09:00
koriweb 99ddf6a3cf chore: version bump to 2.80.9 and fix bridge/lmstudio issues 2026-05-07 13:52:38 +09:00
koriweb 16640209fd fix(ui): fix regex bug in agent creation name sanitization replacing Korean chars v2.80.5 2026-05-06 14:36:33 +09:00
koriweb 4b649194aa fix(agent): strip Astra formatting when custom agent selected v2.80.4 2026-05-06 13:59:14 +09:00
koriweb 41bab1103a fix: ensure selected agent prompt takes absolute precedence over default format 2026-05-06 13:42:46 +09:00
koriweb c22fc8cc3d chore: bump version to 2.80.2 and prepare vsix package 2026-05-06 13:37:46 +09:00
koriweb 2d3f5c28d5 fix: agent selection bypasses multi-agent workflow to ensure selected agent system prompt is applied 2026-05-06 13:36:21 +09:00
koriweb eec1ef6e35 chore: update stress test cache and missions 2026-05-06 13:20:32 +09:00
koriweb 17e6503ccd refactor: fix security hardcode, dead code, resource leaks, operator bugs 2026-05-06 12:31:58 +09:00
koriweb 0c9def0241 test: update local path preflight expectations for new enforcement string 2026-05-06 12:20:23 +09:00
koriweb 60b46986e1 fix: stop Astra from asking permission instead of reading files directly 2026-05-06 12:17:56 +09:00
koriweb 9115935eaf refactor: remove dead code and unoptimized structures 2026-05-06 12:12:37 +09:00
koriweb ef8fd086dd ConnectAISync 2026-05-06 12:04:52 +09:00
koriweb ff1a246955 2.80.1 2026-05-06 11:55:52 +09:00
koriweb 8ece47f961 PDFVisionFallback 2026-05-06 11:55:45 +09:00
koriweb 53073578e2 2.80.0 2026-05-06 11:46:56 +09:00
koriweb 00f62bdc34 Updates 2026-05-06 11:46:38 +09:00
g1nation f20388e2d5 chore: include internal agent state and resilience artifacts 2026-05-05 22:15:26 +09:00
g1nation 5716b9b216 fix: resolve integration test failures and resilience fallback logic 2026-05-05 21:56:54 +09:00
g1nation 855c235910 2.78.0 2026-05-05 21:37:45 +09:00
g1nation 466e9e4d5f feat: ConnectAI structural hardening and retrieval precision improvements 2026-05-05 21:37:45 +09:00
g1nation c2f17cfb03 feat: Resilience Hardening & Boundary Stress Validation (v2.77.3) 2026-05-05 17:17:00 +09:00
g1nation cf10d14148 feat: Intelligent Resilience & Trust Reporting (v2.77.2) 2026-05-05 17:04:27 +09:00
g1nation 037eafa02b [Core] Final user-optimized system prompt (v2.76.9) and test alignment 2026-05-05 16:35:33 +09:00
g1nation 154ae7dedc [Core] Consolidate system prompt rules and update tests 2026-05-05 16:32:15 +09:00
g1nation 7b8d5d1afd [UX] Refine follow-up question rules: Single Question & Answer-First policy 2026-05-05 16:26:54 +09:00
g1nation 6470e23d73 [UX] Final alignment with user-defined 'Summary-Detail-Suggestion' output format 2026-05-05 16:25:04 +09:00
g1nation fc07e00f0c [Core] Disable automatic appending of redundant headers and internal logs in agent.ts 2026-05-05 16:19:02 +09:00
g1nation 76ec4624a8 [UX] Mass overhaul: Remove internal logs/questions and focus on actionable file-level guidance 2026-05-05 16:11:05 +09:00
g1nation 964c42f83f [UX] Clean up redundant reasoning headers for better readability 2026-05-05 15:56:08 +09:00
g1nation f4c22bda54 [UX] Refactor system prompt for 'Verdict -> Proof -> Action' optimized output structure 2026-05-05 15:51:20 +09:00
g1nation d333042e7c [RAG] Implement visual conflict and density metadata tags for enhanced context intelligence 2026-05-05 15:29:16 +09:00
g1nation f1b22c13b9 docs: marked roadmap Phase 4 as completed 2026-05-05 11:30:30 +09:00
g1nation 18021bd19d feat(scoring): implemented semantic context padding and optimized excerpting v2.76.0 2026-05-05 11:30:29 +09:00
g1nation fc7cc16e88 feat(retrieval): synchronized schema with conflict and density metrics v2.75.0 2026-05-05 11:24:18 +09:00
g1nation 518a5ed317 feat(scoring): completed roadmap Phase 1 & 2 with edge case stability v2.74.0 2026-05-05 11:20:44 +09:00
g1nation e6bc263872 feat(scoring): implemented tiered conflict severity system v2.73.0 2026-05-05 11:15:03 +09:00
g1nation 563e499324 feat(scoring): added comprehensive unit tests and refined bilingual tokenization v2.72.0 2026-05-05 11:10:31 +09:00
g1nation ca9fbf125a feat(scoring): integrated conflict detection and info density metrics v2.71.0 2026-05-05 11:03:06 +09:00
g1nation 0bac9d4b21 feat(scoring): implemented global caching and multi-stage density filtering v2.70.0 2026-05-05 10:57:40 +09:00
g1nation 8d6e510b00 perf(scoring): optimized retrieval engine with caching and IDF smoothing v2.69.0 2026-05-05 10:50:20 +09:00
g1nation 55c8e1c9dd fix(retrieval): resolved 'synonyms is not iterable' by using Map and Array.isArray v2.68.0 2026-05-05 10:39:34 +09:00
g1nation 177c10ee63 fix(compliance): enforced zero-emoji and unique headings policy v2.67.0 2026-05-05 10:36:23 +09:00
g1nation ccb5ca515e feat(cognition): integrated empathetic acknowledgment and reordered response flow v2.66.0 2026-05-05 10:28:45 +09:00