@youdie006/prodex 0.16.18 → 0.16.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +5 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -303,6 +303,9 @@ repo: ${cwd}
303
303
  ${cli} pro browser login${sourceCliOption} # opens visible browser
304
304
  ${cli} pro browser login --dry-run${sourceCliOption} # preview, no browser opens
305
305
  In an interactive terminal, login waits and narrates until your ChatGPT session is READY.
306
+ Pin per-repo defaults first - otherwise sends silently use whatever the ChatGPT UI last had selected:
307
+ ${cli} pro browser projects${sourceCliOption} # read-only: exact sidebar project names
308
+ ${cli} setup --cwd ${quotedCwd} --model Pro --project "your-project" # every ask: Pro (15-minute timeout) inside that project
306
309
  cd ${quotedCwd}
307
310
  ${cli} ask --new-chat "Review this repo"${sourceCliOption} # short form of pro browser ask
308
311
  ${proAskCommand} # dry-run/manual preview
@@ -311,11 +314,13 @@ repo: ${cwd}
311
314
  ${cli} pro browser help${sourceCliOption}
312
315
  ${cli} pro browser check${sourceCliOption} --cwd ${quotedCwd}
313
316
  ${cli} pro browser smoke${sourceCliOption} --cwd ${quotedCwd}
317
+ Sharing the browser with other agents? Add --busy-wait-ms 600000 to queue behind an in-flight response instead of failing.
314
318
 
315
319
  2. Let coding agents consult ChatGPT (stdio MCP: Claude, Codex, Cursor, ...):
316
320
  ${cli} claude config --cwd ${quotedCwd}${sourceCliOption}
317
321
  ${cli} claude prompt --cwd ${quotedCwd}${sourceCliOption}
318
322
  Agents get the bridge/ledger tools plus pro_consult (ask ChatGPT Pro directly; see docs/clients.md for Codex timeout and approval notes).
323
+ Saved setup defaults (--model/--project) apply to agent consults too - pin them once per repo so consults stop landing in the general chat list.
319
324
  ${cli} pro debate-prompt --topic "your question"${sourceCliOption} # structured GPT Pro debate prompt for your agent
320
325
 
321
326
  3. Local bridge health and records:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/prodex",
3
- "version": "0.16.18",
3
+ "version": "0.16.19",
4
4
  "description": "Local receipt bus for coordinating Codex execution with ChatGPT Pro/Projects consultation.",
5
5
  "author": "youdie006",
6
6
  "license": "MIT",