mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
Release v3.1: Repository Intelligence
- Repository indexing (Python, C++, Arduino, JS, HTML, CSS) - Semantic code search with natural language - Style signature scanning and application - Shadow suggestion engine (proactive hints) - Web interface with live code workspace - Dark/Light theme support - Session management (rename/delete) - Forge Theory mode selector - 11/11 tests passing (100%) - Comprehensive documentation
This commit is contained in:
parent
2b775903a6
commit
d28a737c15
6 changed files with 829 additions and 224 deletions
|
|
@ -4,6 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="/favicon-192x192.png">
|
||||
<meta name="theme-color" content="#1e1e1e">
|
||||
<title>BuddAI Web</title>
|
||||
<script src="https://unpkg.com/react@18/umd/react.development.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue