Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 189da30

Browse files
Update README.md
1 parent d0906de commit 189da30

1 file changed

Lines changed: 4 additions & 65 deletions

File tree

README.md

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
**CodeBuddy** is a revolutionary Visual Studio Code extension that transforms your development workflow with AI-powered assistance. From intelligent code completion to comprehensive documentation generation, CodeBuddy is your complete development companion.
88

9+
## 🏗️ Architecture
10+
11+
<img width="1920" height="536" alt="Screenshot 2025-10-26 at 8 48 33 PM" src="https://github.com/user-attachments/assets/33a413fa-8c47-4f1c-84a1-d0f7f0f6b3c1" />
12+
913
## ✨ What's New in v3.4.3
1014

1115
🚀 **Context-Aware Code Completion** - Get Copilot-style inline suggestions based on your codebase patterns
@@ -141,71 +145,6 @@ Access CodeBuddy settings in VS Code preferences:
141145
}
142146
```
143147

144-
## 🏗️ Architecture
145-
146-
```mermaid
147-
flowchart TD
148-
%% VS Code Extension Frontend
149-
subgraph "VS Code Extension Frontend"
150-
CE["Editor Interface"]:::frontend
151-
CL["Commands Layer"]:::frontend
152-
WV1["Webview (VS Code)"]:::frontend
153-
WV2["Webview (React UI)"]:::frontend
154-
end
155-
156-
%% Core Application Layer
157-
subgraph "Core Application"
158-
AA["AI Agents"]:::core
159-
MS["Memory System"]:::core
160-
subgraph "Application Services"
161-
BL["Business Logic"]:::core
162-
AI["Application Interfaces"]:::core
163-
end
164-
subgraph "Infrastructure Layer"
165-
HTTP["HTTP Services"]:::infra
166-
LOG["Logging"]:::infra
167-
REP["Repository"]:::infra
168-
LS["Local Storage"]:::infra
169-
end
170-
end
171-
172-
%% AI Providers
173-
subgraph "AI Providers"
174-
LLM["Language Model Integrations"]:::provider
175-
ESP["External Service Providers"]:::provider
176-
end
177-
178-
%% Storage Layer
179-
subgraph "Storage Layer"
180-
DB["Database (SQLite)"]:::storage
181-
FS["File System"]:::storage
182-
VD["Vector Database"]:::storage
183-
end
184-
185-
%% Connections
186-
CE -->|"User Input"| CL
187-
CL -->|"Process Request"| AA
188-
CL -->|"UI Update"| WV1
189-
AA -->|"Context Management"| MS
190-
AA -->|"Orchestration"| BL
191-
AA -->|"Contract Call"| AI
192-
AA -->|"API Request"| HTTP
193-
HTTP -->|"API Call"| LLM
194-
HTTP -->|"API Call"| ESP
195-
HTTP -->|"Feedback"| WV1
196-
BL -->|"Data Access"| DB
197-
BL -->|"File Access"| FS
198-
BL -->|"Embed Data"| VD
199-
AI -->|"Repository Access"| REP
200-
MS -->|"Store Context"| DB
201-
202-
%% Styling
203-
classDef frontend fill:#e1f5fe,stroke:#0277bd,stroke-width:2px;
204-
classDef core fill:#e8f5e8,stroke:#2e7d32,stroke-width:2px;
205-
classDef infra fill:#fff3e0,stroke:#ef6c00,stroke-width:2px;
206-
classDef provider fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px;
207-
classDef storage fill:#fce4ec,stroke:#c2185b,stroke-width:2px;
208-
```
209148

210149
## 🚀 Roadmap
211150

0 commit comments

Comments
 (0)