fix: WebUI form consistency, tasks, markdown#191
Conversation
- Fix select/input height mismatch in New Entry form (explicit 38px) - Convert Project + Agent fields to datalist with autocomplete from API - Add /api/tags endpoint + tags datalist for autocomplete - Move Active Tasks from invisible page-bottom to sidebar (always visible) - Render detail body as formatted Markdown instead of raw monospace - Simplify layout from 3-column to 2-column (tasks now in sidebar) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🤖 Codex ReviewOpenAI Codex v0.117.0 (research preview)workdir: /home/dev/projects/palaia-plugin
|
Entries now carry a source tag indicating how they were created: - webui: created via WebUI (human, 1.3× boost) - cli: created via palaia add/write (human, 1.3× boost) - auto-capture: passively captured (no boost) - no source tag: agent-created via MCP/tool (no boost) Updates badge display, detail panel, and OpenClaw recall ranking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🤖 Codex ReviewOpenAI Codex v0.117.0 (research preview)workdir: /home/dev/projects/palaia-plugin
|
P0: Fix renderMarkdown double-encoding in code blocks (extract before esc), resolve merge conflict from stash/pop. P0: Filter webui/cli/auto-capture from edit form tag input. P1: Add source field to search result JS mapping. P1: Re-apply cli.py source tag injection (lost during stash/pop). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🤖 Codex ReviewOpenAI Codex v0.117.0 (research preview)workdir: /home/dev/projects/palaia-plugin
|
Summary
/api/projectsand/api/agents/api/tagsendpoint, datalist autocomplete from existing tags<pre>Test plan
🤖 Generated with Claude Code