bbsbot 2026-03-25
Haggle loop fixes, cargo liquidation guard, control_channel import update
10 files · 44+ · 12-

Haggle and cargo liquidation loop fixes

1 file changed
  • trading.py Break haggle infinite loop when credits insufficient to continue; break cargo liquidation loop when no equipment buyer is found
  • Haggle loop now breaks when bot’s credits are insufficient to continue negotiating, preventing infinite loop. Cargo liquidation loop breaks when no equipment buyer is found rather than spinning forever. game_full_flags gate removed from acquire_account to allow acquisition in full games. remediate behavioral
    1 file
    • trading.py

control_channel import update after undef-terminal rename

1 file changed
  • connection.py control_stream imports updated to control_channel following undef-terminal's rename
  • Imports updated from control_stream to control_channel following the undef-terminal rename from v0.4.0. remediate errata
    1 file
    • connection.py