# Open Items Resolution + cdp-eval Bugfix
**Date:** 2026-04-25
**Repos:** browser-agent, fb-marketplace-poster, knowledgeBase, privateContext
## What was done
Continuation session resolving open items from the browser-agent v2.2.0 CDP enhancements session.
### Items resolved (from prior closeout)
1. **fb-marketplace-poster CDP rewrite** — selectCategory, selectCondition, fillField now use CDP commands
2. **–await flag for cdp-eval** — CLI flag added to browser-cli.sh
3. **Timer throttling** — documented as architectural limitation
4. **knowledgeBase wiki** — PR #34 merged
### New items (this session)
5. **cdp-eval argument parsing bug** — The –await implementation had a double-shift bug that broke ALL cdp-eval calls. Found during smoke test, fixed (commit 0eec567). The extra shift consumed the expression argument before it was read.
6. **Windows repo sync** — Pulled latest to Windows-side repo
### Learning
Always smoke-test CLI changes before deploying. The initial –await commit was pushed without testing. ESSENTIAL rule #1.
## Remaining open item
– fb-marketplace-poster CDP rewrite needs end-to-end test against live FB Marketplace form