"Plan Mode - Strategic Planning & Architecture" agent is completely borked.
● Plugin "project-planning" uninstalled successfully.
● Installing plugin "project-planning@awesome-copilot"...
● Plugin "project-planning" installed successfully.
Installed 8 skills. Use /skills list to see them.
● Selected custom agent: Plan Mode - Strategic Planning & Architecture
❯ Read feature-replay-history-1.md
● I’ll try to load the file directly from the workspace now.
✗ Attempt reading markdown file via SQLite readfile (sql)
│ SELECT readfile('feature-replay-history-1.md') AS content;
└ Error: no such function: readfile
● I can’t access files directly here, so I’m checking whether that document was already ingested into the session database.
● Inspect inbox_entries schema (sql)
│ PRAGMA table_info(inbox_entries);
└ Query executed successfully. Rows affected: 0.
● List inbox entries (sql)
│ SELECT * FROM inbox_entries LIMIT 5;
└ Query returned 0 rows.
● I still can’t read workspace files directly in this session, and inbox_entries is empty, so feature-replay-history-1.md isn’t available to me yet.
Please paste the file contents (or add it to inbox_entries), and I’ll read it immediately.
"Plan Mode - Strategic Planning & Architecture" agent is completely borked.
awesome-copilot/plugins/project-planning/agents/plan.md
Line 4 in a1fc7f1