Commit Graph

180 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 ff1a246955 2.80.1 2026-05-06 11:55:52 +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 855c235910 2.78.0 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 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
g1nation 421b2ce36a chore(branding): finalized g1nation & Antigravity branding for v2.65.0 2026-05-04 23:36:47 +09:00
g1nation 56500ebf98 chore(release): v2.65.1 - g1nation rebranding & Antigravity support
- Finalized personal branding for g1nation.
- Integrated Antigravity platform support in README.md.
- Rebuilt VSIX package with new identifier (g1nation.astra).
2026-05-04 23:11:43 +09:00
g1nation 83e2bf10e5 chore(branding): rebrand extension to g1nation & Antigravity Edition
- Updated publisher to g1nation.
- Removed all references to Jarvis and connectailab.
- Rewrote README.md to emphasize Personal Intelligence Layer for Antigravity & VS Code.
- Re-packaged v2.65.0 with new identifier (g1nation.astra).
2026-05-04 23:01:04 +09:00
g1nation 71e39ad78e feat(core): upgrade to v2.65.0 with Cognition Layer & Proactive Advisor
- Integrated v4.0 Operational Policy into AgentEngine and AgentExecutor.
- Added Context Amplification for policy-driven reasoning.
- Implemented Proactive Advisor for next-action decision forks.
- Added CognitionAudit diagnostics for real-time policy monitoring.
- Updated test suites to support dual-execution cognition patterns.
2026-05-04 22:42:08 +09:00
g1nation 8870c750a2 2.64.1 2026-05-04 15:58:48 +09:00
g1nation 1395bbcdae feat(formatter): enforce implementation code snippet section in wiki artifacts 2026-05-04 15:58:47 +09:00
g1nation 16106327b8 chore(release): bump version to 2.63.0 2026-05-04 13:53:46 +09:00
g1nation 215c5f9457 feat: v2.62.0 - Astra Autonomous Loop (AAL) foundation & enhanced file analysis 2026-05-04 12:58:43 +09:00
g1nation 445d530b63 feat: integrate unified RAG pipeline and bump version to 2.60.0 2026-05-04 11:00:01 +09:00
g1nation 0515dd625d release: v2.59.0 2026-05-03 21:11:33 +09:00
g1nation e9e1832db7 release: v2.58.0 2026-05-03 21:07:37 +09:00
g1nation a0cfc33043 release: v2.57.0 2026-05-03 20:51:37 +09:00
g1nation 68f2e02340 release: v2.37.0 2026-05-03 20:50:09 +09:00