post: commit a9e2b3f in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-06-18 15:27:06 +02:00
committed by Betty
parent 82699b9b4a
commit eb5e9ea1b1

View File

@@ -0,0 +1,40 @@
---
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 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_uzi
```
### Diff Summary
```
borodino/thearm_uzi | 33 ++++++++++++++-------------------
1 file changed, 14 insertions(+), 19 deletions(-)
```