- .gitmodules: update submodule paths (projects/opencortex → projects/passepartout, projects/opencortex-contrib → projects/passepartout-contrib) - gtd.org, README.org: update project references and display names - check.lisp, gemini-vision.org, agora/TODO.org: update file paths - dotemacs: update agenda paths and template config - system/plans/: update all flight plan references - system/backups/: update monolithic backup references
942 B
942 B
Flight Plan: Chat UI Refinement & Preamble Suppression
Analyst Phase
The user is seeing the agent's meta-commentary (e.g., "Okay, I've inserted…") and the "Thinking…" status block is not being removed. This is because:
- The LLM prompt is not strict enough about forbidding explanations.
- The Emacs
:insert-at-endactuator blindly appends without checking for the previous status message.
Coder Phase
- Create
inbox/flight-plan-chat-ui-fix.org(this file). - Update
projects/passepartout/src/opencortex.elto replace "Thinking…" lines. - Update
notes/org-skill-chat.orgto suppress conversational preamble. - Tangle and restart.
Tester Phase
- Tangle all modified files.
- Restart the daemon.
- Reload
opencortex.elin Emacs. -
Test chat and verify:
- "Thinking…" is replaced by the response.
- No "Okay, I've inserted…" preamble appears.