Commit Graph

138 Commits

Author SHA1 Message Date
bluemsi e6d34a5cb6 feat: implement Agentic Skill and Negative Prompt injection 2026-04-28 10:17:04 +09:00
Wonseok Jung 72666ea0bc feat: Premium UI overhaul, brain management, history persistence, and IME fix 2026-04-28 00:09:39 +09:00
Wonseok Jung 42ca873d45 chore: release v2.2.46 with critical bug fixes for AI communication and brain management 2026-04-25 19:07:15 +09:00
한예성 acc6c76a4f chore: sync connectai 2026-04-25 12:55:14 +09:00
한예성 78a50bd1f9 feat: enhance LM Studio stability and session management v2.2.27 2026-04-25 00:37:47 +09:00
bluemsi 0e20dff154 [Architecture] G1nation V2 Refactor 2026-04-24 18:23:21 +09:00
bluemsi 48f41e98c2 [P-Reinforce] Fix encoding, rebuild agent engine, and optimize looping 2026-04-24 18:10:13 +09:00
bluemsi b17bbf3bd7 fix: LM Studio Jinja 템플릿 오류 방지를 위해 System 메시지를 User 메시지로 병합 2026-04-24 11:20:26 +09:00
bluemsi e063ab28e7 chore: connectai 작업 준비 및 저장소 변경 (to locallm) 2026-04-24 11:17:47 +09:00
Jay f731b4735b feat: force folder selection before brain pack injection or github sync 2026-04-22 11:21:57 +09:00
Jay 691bf16da2 feat: restore github repo URL change command 2026-04-22 10:15:22 +09:00
Jay 7319c7740f build: bump version to 2.2.13 for marketplace release 2026-04-21 18:00:21 +09:00
Jay b3664cee8a build: bump version to 2.2.12 2026-04-21 17:55:54 +09:00
Jay 53402b2dda style: improve chat UI notification texts for github sync 2026-04-21 15:12:03 +09:00
Jay a57c1d6c6f refactor: simplify menu labels - 5 items to 4, remove redundant refresh 2026-04-21 15:06:56 +09:00
Jay 9d529609ef feat: complete bidirectional auto-sync logic for local and github brain + fix chat message text 2026-04-21 15:00:00 +09:00
Jay 814e32ef0e feat: re-add github sync to simplified menu with clear UX wording 2026-04-21 14:54:15 +09:00
Jay 3fdd732e50 refactor: simplify settings (remove github/maxContext), add topology back to menu 2026-04-21 14:36:05 +09:00
Jay a72800ba58 refactor: drastically simplify brain menu - remove github jargon, 6 items → 3 items 2026-04-21 14:32:14 +09:00
Jay 8f6be2d38a chore: bump version to 2.2.11 for release 2026-04-21 12:30:15 +09:00
Jay c156a14cf6 feat: Add custom local brain path support with full 2-way sync 2026-04-21 12:25:41 +09:00
Jay 2b10736f8e fix(ui): rephrase dangerous sounding disconnect menu 2026-04-21 11:40:04 +09:00
Jay 8b165d1719 2.2.10 2026-04-21 11:21:41 +09:00
Jay 2e12a5227a feat: brain file list menu, source citation in AI responses, brain stats in ping API 2026-04-21 11:19:24 +09:00
Jay 0cfde83bf8 2.2.9 2026-04-21 11:13:21 +09:00
Jay ed66b3ae1b fix: unify timeout to config value (5min default) for all evaluate APIs, add Korean timeout error guidance 2026-04-21 11:13:12 +09:00
Jay e199307e32 2.2.8 2026-04-21 11:06:50 +09:00
Jay 6c9681529d feat: add first-run auto-setup wizard (engine detection, model auto-config, brain dir creation) 2026-04-21 11:06:39 +09:00
Jay 1642347794 2.2.7 2026-04-21 10:58:15 +09:00
Jay 70be9d2c43 fix: comprehensive community bug fixes - empty repo sync, API error UX, Windows scroll, auth guidance 2026-04-21 10:58:05 +09:00
Jay f8ae0c2a4f 2.2.6 2026-04-21 10:51:59 +09:00
Jay 128cfd3b47 fix: cap second brain index to 200 to prevent context length OOM crashes 2026-04-21 10:51:44 +09:00
Jay ab0dee9e5c 2.2.5 2026-04-20 19:37:53 +09:00
Jay 6db8896c77 fix: change git auto-push failure message to helpful UX tip for online brain sync 2026-04-20 19:37:40 +09:00
Jay a2eaaa1846 fix: make second brain sync preserve untracked injected files and update disconnect logic 2026-04-20 19:14:33 +09:00
Jay 66212dfaf2 feat: add disconnect github memory option to completely clear second brain 2026-04-20 19:10:37 +09:00
Jay 32e7134a1e fix: automatically create .connect-ai-brain dir instead of throwing error during inject 2026-04-20 18:44:51 +09:00
Jay 2ce4a1e36b fix: bypass local LLM internet refusal by strengthening system prompt directives for read_url 2026-04-20 13:57:48 +09:00
Jay 0360454c22 fix: UI layout to render web search results and brain results in a single continuous stream bubble for better UX 2026-04-20 13:40:52 +09:00
Jay 953a4afc88 fix: chain read_url action into immediate follow-up streaming so AI answers completely 2026-04-20 12:43:04 +09:00
Jay 34f14ecddc feat: improve internet search logic and replace bulky regenerate button with minimalist design 2026-04-20 12:37:49 +09:00
Jay bbdffbc57c fix: graph canvas dynamically resizes to fill entire vs code webview 2026-04-20 12:30:27 +09:00
Jay 7054592765 fix: template literal syntax error in frontend JS causing build failure 2026-04-20 12:13:50 +09:00
Jay 1d88c22461 feat: add internet toggle button to sidebar UI for real-time web search and OS time sync 2026-04-20 11:30:58 +09:00
Jay 390228e7bd fix: make read_brain followUp stream its response in real time, and improve system prompt to force reading 2026-04-18 21:58:53 +09:00
Jay 8ec294ba33 2.2.4 2026-04-18 16:50:36 +09:00
Jay 85e1a4a778 chore: add visualizer draft template to workspace 2026-04-18 16:50:18 +09:00
Jay d843364159 feat: add premium matrix styling to knowledge graph, glowing nodes, and directional particle flow across synapses 2026-04-18 16:48:31 +09:00
Jay bfde6ab878 fix: correct showBrainNetwork to parse actual Second Brain markdown files from ~/.connect-ai-brain 2026-04-18 16:46:44 +09:00
Jay 3e52cdc5fb fix: correct frontend brainBtn click event to trigger the QuickPick menu 2026-04-18 16:44:44 +09:00