Files
memex/system/plans/flight-plan-chat-ui-fix.org
Amr Gharbeia 4f34969224 rename: opencortex → passepartout across memex
- .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
2026-05-03 11:47:52 -04:00

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:

  1. The LLM prompt is not strict enough about forbidding explanations.
  2. The Emacs :insert-at-end actuator 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.el to replace "Thinking…" lines.
  • Update notes/org-skill-chat.org to suppress conversational preamble.
  • Tangle and restart.

Tester Phase

  1. Tangle all modified files.
  2. Restart the daemon.
  3. Reload opencortex.el in Emacs.
  4. Test chat and verify:

    • "Thinking…" is replaced by the response.
    • No "Okay, I've inserted…" preamble appears.