From ec872d958ecc080d0ad315d4bbab90107f033e29 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 24 Apr 2026 14:58:42 +0100 Subject: [PATCH] vault backup: 2026-04-24 14:58:42 --- .../sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md | 7 ++++++- 99 Daily/2026-04-24.md | 9 +++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index ecd7a37..6990bea 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -10,7 +10,7 @@ server: optical-web-1 at /opt/sandbox-notebookllamalm-nextjs tags: [oliver, ai, notebooklm, llamaindex, rag, multi-user, nextjs15, elevenlabs] created: 2026-04-14 last_commit: 2026-04-24 -commits: 174 +commits: 175 --- ## Overview @@ -82,6 +82,10 @@ docker compose logs frontend --tail=50 | 2026-03-15 | Pin python-pptx to 0.6.23 | ## Sessions +### 2026-04-24 – Fix Docker Compose healthchecks and deployment +**Asked:** Fix Docker Compose healthchecks and deployment script to resolve service startup hangs. +**Done:** Updated frontend depends_on condition to service_started and improved healthcheck logic to prevent blocking startup chains. + ### 2026-04-24 – Update models, fix hangs, and implement **Asked:** Update models, fix hangs, and implement Docker with deploy script. **Done:** Committed TypeScript fixes and pushed updates; deploy script ready to run on server. @@ -113,6 +117,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Docker deployment | depends_on condition changed to service_started, healthcheck logic improved | docker-compose.yml | | 2026-04-24 | Model/Docker setup | TypeScript errors fixed, deploy script verified | base.py, deploy.sh | | 2026-04-24 | Dockerization setup | Monkey-patch anthropic_modelname_to_contextsize in base.py and utils.py, Show Docker build output in deploy.sh | base.py, utils.py, deploy.sh | | 2026-04-24 | Package updates | anthropic 0.71.0→0.97.0, llama-index-llms-anthropic 0.9.6→0.11.3, fastapi 0.119.0→0.136.1, uvicorn 0.37.0→0.46.0, elevenlabs 2.18.0→2.44.0, google-genai 1.67.0→1.73.1 | pyproject.toml, uv.lock | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 017243b..fc298a8 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -167,3 +167,12 @@ tags: [daily] - 14:53 | `ai_leed` - **Asked:** How to configure Ghostty terminal like wezterm and set up SSH terminfo support? - **Done:** Enabled SSH terminfo auto-setup in Ghostty config using shell-integration-features. +- 14:56 (1min) | `ai_leed` + - **Asked:** Fix the four `resize_split` keybinds by changing colon to comma for the amount parameter. + - **Done:** Updated resize_split keybinds to use comma syntax and bumped resize amounts to 20px for visibility. +- 14:57 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Fix Docker Compose healthchecks and deployment script to resolve service startup hangs. + - **Done:** Updated frontend depends_on condition to service_started and improved healthcheck logic to prevent blocking startup chains. +- 14:57 | `ai_leed` + - **Asked:** Add tab creation and switching buttons to the UI. + - **Done:** Implemented standard macOS tab shortcuts (⌘{ / ⌘}) for tab navigation and fixed formatting error.