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
|
eb267c26f0
|
fix: register showBrainNetwork in package.json contributes.commands
|
2026-04-18 15:53:05 +09:00 |
|
Jay
|
3d9c3ffabc
|
chore: version bump to 2.2.3
|
2026-04-18 15:49:31 +09:00 |
|
Jay
|
fd8c71cf47
|
feat: Add Brain Topology (3D Neural Network) viewer command
|
2026-04-18 15:44:58 +09:00 |
|
Jay
|
272c7326ef
|
chore: version bump to 2.2.2 for logo update
|
2026-04-18 15:23:29 +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
|
26446f9a0e
|
chore: version bump to 2.2.1 for UI updates
|
2026-04-18 15:15:17 +09:00 |
|
Jay
|
b463694577
|
UI: 개선된 다크/매트릭스 테마 색상 적용 (텍스트 흰색/회색 가독성 향상)
|
2026-04-18 15:10:57 +09:00 |
|
Jay
|
66fec486a8
|
v2.2.0: Replace icon to Matrix Neon Green
|
2026-04-18 11:57:51 +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
|
4881a08e6c
|
docs: restructure README.md for v2.1.30 P-Reinforce and Agent University integration
|
2026-04-16 18:53:38 +09:00 |
|
Jay
|
9700670bef
|
fix(api): fix evaluation and exam endpoints for A.U pipeline
|
2026-04-16 18:43:23 +09:00 |
|
Jay
|
239ed7381f
|
chore: Clean up duplicate test files and update README for antigravity
|
2026-04-16 14:51:25 +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
|
8f06e34afc
|
Auto-Inject Knowledge [Raw]: MrBeast_Data_Brain.md
|
2026-04-16 11:43:55 +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
|
c0a2876685
|
fix: clean action tags parsing and display, add repository field
|
2026-04-15 19:21:08 +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
|
39f6eb62d5
|
Finalize Webview Regex Fixes: Correctly output regex literals without breaking JS parsing using 1-level escaping inside TS template string.
|
2026-04-14 12:16:03 +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
|
2de749d9d1
|
2.1.2
|
2026-04-14 11:41:31 +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 |
|
Jay
|
383d803d2d
|
feat: restore parameter and system prompt visual settings via QuickPick (v1.0.30)
|
2026-04-13 18:26:05 +09:00 |
|
Jay
|
f8c57e0f40
|
style: enhance input focus, parse markdown links, and add custom code scrollbars (v1.0.29)
|
2026-04-13 17:03:06 +09:00 |
|
Jay
|
cfdf8036c7
|
fix: Webview JS crash on formatting due to unescaped newline (v1.0.28)
|
2026-04-13 15:54:24 +09:00 |
|