--- title: "[bojemoi] fix(uzi): replace console whoami with direct session API in handle_new_sessions" date: 2026-06-18T15:27:06+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit a9e2b3f par Betty dans bojemoi" author: "Betty" --- ## Commit `a9e2b3f` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `a9e2b3fa743d33bd051116e89750d28fe489be28` | ### Description Eliminates ~3s console round-trip overhead before upgrade attempt. Uses client.sessions.session(sid).run_with_output('whoami', timeout=5) directly. Bug 1 (run -j) was already applied in previous commit. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_uzi ``` ### Diff Summary ``` borodino/thearm_uzi | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) ```