# Changelog ## 0.0.5 - 2026-04-04 ### Added - `scripts/remote-data-ssh-sync.sh`: mirror deployed data over SSH into `.data/remote-data/` and optionally ingest into AnythingLLM. - AnythingLLM sync enhancements: `--upload-all` + `--upload-prefix` modes for non-git directory ingestion. - `site-generate` ia_dev tool + gateway runner to scaffold Vite/React sites with OIDC + Smart IDE chat (via sso-gateway → orchestrator). - Documentation: remote data SSH sync, E2E browser (Carbonyl manual mode). ### Changed - Canonical `ia_dev` module location: `services/ia_dev/` (with `IA_DEV_ROOT` resolution); docs and integration updated accordingly. - SSO gateway: upstream allowlist support via `SSO_ALLOWED_UPSTREAMS`. - Global API: explicit `503` when an upstream requires a token but the token is not configured. - `install-anythingllm-post-merge-hook.sh`: supports `--all` and `--project ` based on `projects//conf.json`. ### Fixed - `cron/git-pull-project-clones.sh`: error propagation and summary exit code for failed pulls.