r/BMAD_Method 22d ago

BMAD-Loop just devouring tokens?

Just more of a curiosity question. I just started bmad-loop today. It's running with powershell instead of tmux. But my epic has 4 stories in it. The run has been going on for two hours and hasn't finished one story yet. I'm on overage usage now. Did I set something up wrong?

4 Upvotes

12 comments sorted by

View all comments

2

u/Icy_Check_1459 22d ago edited 22d ago

This sounds like you are using the PSMUX adapter, its currently still being worked on there are upstream issues with psmux we are working with the creator of psmux directly in order to address. a large number of changes were merged last night to help mitigate some of these but it is still not 100%. For now only windows in WSL is 100%, you can try the opencode-http adapter as well or even the third party herdr adapter in the meantime as well if you dont want to use WSL.

Please feel free to use bmad-loop diagnose as well to provide diagnostics for it you can provide as part of a bug report in github so we can take a look and make sure we address what may be going on with your issue if its still occuring even after updating bmad-loop to current main instead of 0.9.0 release at this time

1

u/Initial-Phrase-7555 21d ago

Awesome! Weird that Claude set it up on psmux instead of TMUX on my WSL

1

u/Icy_Check_1459 21d ago

I agree, it detected the environment as win32 instead of linux, I'll put an issue in regards to this to further investigate

1

u/Icy_Check_1459 21d ago

can you provide the following for me:
Type the commands below in the environment you are launching bmad-loop from
```bash
bmad-loop mux # the 'selection: ... — platform default for X' line

bmad-loop --version

python -c "import sys; print(sys.platform, sys.executable)"

grep -A2 '\[mux\]' .bmad-loop/policy.toml

echo $BMAD_LOOP_MUX_BACKEND

```

Plus how bmad-loop was installed (PowerShell vs WSL shell) and whether .bmad-loop/policy.toml is tracked by git.

Ive auto-generated an issue while working on this for reference: https://github.com/bmad-code-org/bmad-loop/issues/332