vault backup: 2026-04-24 14:58:42
This commit is contained in:
parent
8ad9bbca07
commit
ec872d958e
2 changed files with 15 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue