Files
blog/content/posts/commits/2026-06-18-commit-a9e2b3f.md
Betty eb5e9ea1b1
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit a9e2b3f in bojemoi
2026-06-18 15:27:07 +02:00

41 lines
923 B
Markdown

---
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(-)
```