diff --git a/CLAUDE.md b/CLAUDE.md index 3980563..d048b0e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,7 +10,7 @@ - **Thinking**: `ollama_think: bool = True` β model reasoning is enabled and streamed to client - **Client**: Vanilla JS ES modules, marked.js + highlight.js via esm.sh CDN - **DB**: SQLite via aiosqlite for persistent sessions -- **Run**: `.venv/bin/uvicorn navi.main:app --reload --port 8000` +- **Run**: `.venv/bin/uvicorn navi.main:app --reload --reload-dir navi --port 8000` ## Key architecture diff --git a/client/images/logo-icon.webp b/client/images/logo-icon.webp new file mode 100644 index 0000000..2aecc46 --- /dev/null +++ b/client/images/logo-icon.webp Binary files differ diff --git a/client/images/logo.svg b/client/images/logo.svg new file mode 100644 index 0000000..e242401 --- /dev/null +++ b/client/images/logo.svg @@ -0,0 +1,12 @@ + diff --git a/client/images/navi-avatar.webp b/client/images/navi-avatar.webp new file mode 100644 index 0000000..78545d5 --- /dev/null +++ b/client/images/navi-avatar.webp Binary files differ diff --git a/client/images/navi.png b/client/images/navi.png new file mode 100644 index 0000000..657dee0 --- /dev/null +++ b/client/images/navi.png Binary files differ diff --git a/client/index.html b/client/index.html index 7f2ae9f..cc2cee3 100644 --- a/client/index.html +++ b/client/index.html @@ -4,6 +4,7 @@