buenosair
  • Joined on 2020-09-30
buenosair pushed to master at buenosair/lvmh 2026-09-07 15:21:53 +02:00
4755f6d1e3 feat(spawn): share host spawn-pi mesh + models.json with spawned containers
buenosair pushed to master at buenosair/lvmh 2026-09-07 14:09:59 +02:00
6ef27e5cd6 feat(models): add glm-5.3-flash to worker model fallback catalog
buenosair pushed to master at buenosair/lvmh 2026-09-04 09:59:57 +02:00
b62e4e717a fix: glm not found in dotfiles-less workers — bridge promotes models.json.fallback at startup (the fallback was never read by anything)
buenosair pushed to master at buenosair/lvmh 2026-09-02 13:51:50 +02:00
310127cf7a fix(model selection): deploys from dotfiles-less machines no longer wipe the remote baked pi config (deploy.sh excludes docker/pi-agent); resync endpoint fixed for in-container runs (bash/rsync/python3/npm in daemon image, cross-device copy instead of rename)
buenosair pushed to master at buenosair/lvmh 2026-09-02 11:49:56 +02:00
09fc72556d feat: markdown block parsing in LLM output — headings, lists (ul/ol), blockquotes, hr on top of fences + inline; 300 tests green
buenosair pushed to master at buenosair/lvmh 2026-09-02 11:24:57 +02:00
0f245c9ee2 feat: start on a blank container — spawn with empty:true and no repo (skip clone, default worker image); Spawn UI enables blank spawn without repo selection
buenosair pushed to master at buenosair/lvmh 2026-09-01 17:21:44 +02:00
c8cde3ff89 style: reformat ChatStream/ChatView (line-width normalization) from review pass
buenosair deleted branch feat/tool-summaries-diffs from buenosair/lvmh 2026-09-01 16:15:19 +02:00
buenosair closed pull request buenosair/lvmh#1 2026-09-01 16:15:17 +02:00
web: tool cards show what ran (command summary + edit/write diffs)
buenosair pushed to master at buenosair/lvmh 2026-09-01 16:14:54 +02:00
7ff9f77f40 feat: unified tool cards (glyph + arg, call+result in one card, ✓/✗ status), client-side message queue (queue while busy, flush on settle, removable pending bubbles), mobile chat-header wrap
buenosair pushed to master at buenosair/lvmh 2026-09-01 15:52:10 +02:00
5962b50c8d style: normalize formatting (tabs) in ChatStream tests + index.css from review pass
3b799c69fb web: tool cards show what ran — summary line (bash command / file path) + edit/write line diffs (LCS, +/- coloring); 286 tests green
Compare 2 commits »
buenosair created pull request buenosair/lvmh#1 2026-09-01 15:18:36 +02:00
web: tool cards show what ran (command summary + edit/write diffs)
buenosair pushed to feat/tool-summaries-diffs at buenosair/lvmh 2026-09-01 15:18:11 +02:00
3b799c69fb web: tool cards show what ran — summary line (bash command / file path) + edit/write line diffs (LCS, +/- coloring); 286 tests green
buenosair created branch feat/tool-summaries-diffs in buenosair/lvmh 2026-09-01 15:18:11 +02:00
buenosair pushed to master at buenosair/lvmh 2026-08-20 15:12:47 +02:00
f5ee3a0f2d feat: empty-container spawn (scratch workspace, no repo volume); fix bridge session isolation — explicit SessionManager per spawn stops SDK resuming the repo's old session (which also overrode LVMH_MODEL)
buenosair pushed to master at buenosair/lvmh 2026-08-20 14:55:56 +02:00
bdfa61a8b2 web: pretty tool cards — args rendered as the real command/path (priority keys, label-less single field), output label; 276 tests green
buenosair pushed to master at buenosair/lvmh 2026-08-20 12:43:57 +02:00
2d0839357d feat: model selection at spawn (POST /api/spawn model -> LVMH_MODEL -> bridge createAgentSession); ops prepare resets ops session (fresh context per prepare)
buenosair pushed to master at buenosair/lvmh 2026-08-20 11:54:50 +02:00
5292a69d66 fix(autotitle): disable GLM thinking + raise max_tokens — reasoning model burned the 24-token budget before emitting any text
buenosair pushed to master at buenosair/lvmh 2026-08-20 11:44:07 +02:00
1b6bd54a74 feat: LLM auto-titles — daemon names unnamed sessions from their first user message via one cheap ZAI completion (no agent-turn pollution); flows into sidebar + tab title
buenosair pushed to master at buenosair/lvmh 2026-08-20 11:19:23 +02:00
9d369f410e feat: live document title — chat tab shows session name + activity (writing…/tool name/working…), overview shows busy/active counts; 268 tests, gates ≥95%