{% extends "base.html" %} {% block title %}CLI debug — Waikiki{% endblock %} {% block content %}
Every local-CLI call Waikiki makes — claude (chat +
image prompts), agy/gemini (image render, chat) —
with its exit code, timing, and full output. Newest first. Captures both the
app and the MCP server.
No CLI calls logged yet. Try the ✨ image button or the Chat panel, then reload this page.
{% endif %} {% for e in entries %}{{ e.argv | join(' ') }}
{% if e.stdout %}{{ e.stdout }}{% endif %}
{% if e.stderr %}{{ e.stderr }}{% endif %}