|
Fix 3D modeling feedback: session context, CORS, and PNG workflow
- Embed session_id into the main system prompt so the model reliably
sees the correct session files directory instead of hallucinating one.
- Add global CORS middleware to fix STL viewer iframe fetch errors.
- Switch modeler_3d PNG previews from content_publish to image_view
so renders are debug-only for Navi, not user-facing cards.
- Remove literal {session_id} template from persona.txt.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
|---|
|
|
| navi/core/context_builder.py |
|---|
| navi/main.py |
|---|
| navi/profiles/modeler_3d/system_prompt.txt |
|---|
| persona.txt |
|---|