Fix session status bar overlap on narrow widths (Vue)
Takeaway: Next time I'd just ask directly for a container-query based responsive fix instead of describing the symptom, since that's what the agent eventually landed on anyway.
5 sessions on ripgrep with a coding agent: the agent failed at least once in 3, and 1 finished without a human stepping in.
Takeaway: Next time I'd just ask directly for a container-query based responsive fix instead of describing the symptom, since that's what the agent eventually landed on anyway.
Takeaway: Next time I'd start by asking directly for the diff between the Anthropic and Codex provider adapters in pi-ai instead of grepping blindly through node_modules.
Takeaway: Next time I'd start by asking it to check settings.json's extension entry and the loader's path-resolution logic before touching any files — the move-to-src/ fix was a guess that didn't actually address how pi discovers extension files, and the same errors just followed the files to their new location.
Takeaway: Next time I'd tell it upfront that Codex session history lives in ~/.codex/sessions, not just the project-local .codex folder — that's the correction that actually mattered here since the first pass found nothing.