|
Fix system prompt leakage into chat history; polish content cards
Backend: - websocket.py + agent.py: separate user-visible display_message from LLM user_message. System hints (image/file attachments) no longer leak into session.messages and appear after page reload. - main.py: add ensure_tables() on startup so session_content table is created before first publish. - profiles: add kimi-k2.6:cloud to all model lists as fallback. Frontend: - ContentCard.vue: remove border-radius, add scrollbar styles, fix metadata fallback parsing so cards survive page reload. - content-viewers/*.html: add matching scrollbar styles. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/api/websocket.py |
|---|
| navi/core/agent.py |
|---|
| navi/main.py |
|---|
| navi/profiles/developer/config.json |
|---|
| navi/profiles/discuss/config.json |
|---|
| navi/profiles/secretary/config.json |
|---|
| navi/profiles/server_admin/config.json |
|---|
| navi/profiles/tool_developer/config.json |
|---|
| webclient/dist/assets/index-2iU8ea7y.css 0 → 100644 |
|---|
| webclient/dist/assets/index-CBVdrFtz.css 100644 → 0 |
|---|
| webclient/dist/assets/index-DSatphWI.js 100644 → 0 |
|---|
|
Not supported
|
| webclient/dist/assets/index-P1GIOxAT.js 0 → 100644 |
|---|
|
Not supported
|
| webclient/dist/content-viewers/html.html |
|---|
| webclient/dist/content-viewers/pdf.html |
|---|
| webclient/dist/content-viewers/stl.html |
|---|
| webclient/dist/content-viewers/svg.html |
|---|
| webclient/dist/index.html |
|---|
| webclient/public/content-viewers/html.html |
|---|
| webclient/public/content-viewers/pdf.html |
|---|
| webclient/public/content-viewers/stl.html |
|---|
| webclient/public/content-viewers/svg.html |
|---|
| webclient/src/components/messages/ContentCard.vue |
|---|