Commit Graph

184 Commits

Author SHA1 Message Date
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 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
Jay 10be4dbbbb fix: restore previous Second Brain Management Menu (Knowledge ON/OFF) and integrate topology visualizer inside it 2026-04-18 16:41:14 +09:00
Jay 279e6715cd feat: parse real workspace files for knowledge graph topology and add organic organic movement 2026-04-18 16:32:55 +09:00
Jay 4fa224b4c3 feat: clean Obsidian-style knowledge graph, remove INJECT button 2026-04-18 16:27:38 +09:00
Jay 4e833859ad fix: graph physics to structural/mathematical, reduce injected jitter 2026-04-18 16:03:52 +09:00
Jay 2ab188a406 fix: change inject button UI to a minimalist lightning icon 2026-04-18 16:02:32 +09:00
Jay 1171ed6d36 feat: Update brain UI to 2D force graph and UI buttons 2026-04-18 16:00:33 +09:00
Jay fd8c71cf47 feat: Add Brain Topology (3D Neural Network) viewer command 2026-04-18 15:44:58 +09:00
Jay 1dfd4cc84e UI: Update in-app logo colors to match Neon Green on Deep Black Matrix store logo 2026-04-18 15:21:25 +09:00
Jay b463694577 UI: 개선된 다크/매트릭스 테마 색상 적용 (텍스트 흰색/회색 가독성 향상) 2026-04-18 15:10:57 +09:00
Jay feffd24e7c v2.2.0: Matrix Black & Neon Green Theme + I Know Kung-Fu Brain Injection 2026-04-18 11:22:57 +09:00
Jay 9700670bef fix(api): fix evaluation and exam endpoints for A.U pipeline 2026-04-16 18:43:23 +09:00
Jay f4b4af81d1 feat: Auto-trigger git push when AI modifies Second Brain via create_file/edit_file/delete_file 2026-04-16 14:04:20 +09:00
Jay 1f7543ae15 feat: Hardcode P-Reinforce rules directly into injection prompt to guarantee standardized Wiki folder hierarchy and markdown templates 2026-04-16 13:38:25 +09:00
Jay 23575e56d2 feat: Skip read_file regex failure by directly injecting file content into agent loop and support absolute paths 2026-04-16 12:56:15 +09:00
Jay 9fd687d17b refactor: Route knowledge injection specifically to global Second Brain dir to enable perfect Git Cloud Sync 2026-04-16 12:38:44 +09:00
Jay bb1ba06d52 feat: Fix duplicate timeout and strengthen instruct mode 2026-04-16 11:59:03 +09:00
Jay b58cbe1d4b feat: Make P-Reinforce instruction hidden from UI and persist to display messages 2026-04-16 11:55:22 +09:00
Jay 6c47283520 feat: Enhance background prompt for P-Reinforce auto execution 2026-04-16 11:48:15 +09:00
Jay 51b69fd25d feat: Add dedicated inject brain button to UI 2026-04-16 11:36:33 +09:00
Jay 0514f3c0f6 feat: design-wise Add VS Code Light/Dark mode auto-sync 2026-04-16 11:33:41 +09:00
Jay 7a80314862 feat: Add P-Reinforce 00_Raw Auto-structure logic 2026-04-16 11:25:40 +09:00
Jay 1c3db89016 feat(agent): Connect AI 웹사이트 탐색 기능(read_url) 추가 및 웹 스크래핑 구현 2026-04-16 01:23:56 +09:00
Jay 6adefe5c7f fix: clean action tags parsing and display 2026-04-15 19:20:22 +09:00
Jay 2561deed03 feat: add read_file + list_files agent actions, show workspace path, full Antigravity integration 2026-04-15 14:36:41 +09:00
Jay 4cc6306c00 feat: strengthen agent actions - add DELETE, concrete examples for local LLMs, fallback parsing 2026-04-15 10:14:32 +09:00
Jay a6efcdd749 UX: Rename Regenerate to 한글 재생성 2026-04-14 13:30:30 +09:00
Jay 722a71573f Fix token limitation properly by reducing background context size and parsing the error explicitly 2026-04-14 12:59:59 +09:00
Jay bb33c6f78e Fix token limitation (n_ctx) error for Ollama models by expanding num_ctx to 16384 2026-04-14 12:53:16 +09:00
Jay 0c217e3275 Fix empty chat bubbles by adding error parsing in streaming APIs 2026-04-14 12:33:47 +09:00
Jay 2111bf44eb Fix LM Studio/Ollama image error: properly parse axios stream error to avoid silent generation fail on 400 2026-04-14 12:30:14 +09:00
Jay 058c52d11a Fix UI freeze - resolve double escaping rules and RegExp newline parsing bugs in Webview 2026-04-14 12:06:44 +09:00
Jay 481b16e0c4 fix: Webview hotfix for regex flags (v2.1.2) 2026-04-14 11:46:47 +09:00
Jay f1ca2f54e9 fix: regex escaping (v2.1.2) 2026-04-14 11:41:18 +09:00
Jay 58d71a79d6 fix: Webview JS crash diagnostics (v2.1.1) 2026-04-14 11:33:54 +09:00
Jay 7a1f9a845c feat: stop button, clipboard paste, regenerate, syntax highlight, thinking bar (v2.1.0) 2026-04-14 10:58:06 +09:00
Jay 51c92a4693 feat: multimodal file attachment (+) button — send images, audio, documents to AI vision models (v2.0.0) 2026-04-14 10:42:37 +09:00
Jay e1a46f524b fix: resolve workspace fallback directory issue causing files not to save when single file is opened (v1.0.32) 2026-04-14 03:51:20 +09:00
Jay b2ac61b848 fix: robust regex parser for XML actions resolving file creation and terminal failures (v1.0.31) 2026-04-14 03:47:30 +09:00