Refactor configuration flow (Day 0 vs Day 1 separation) and add startup scripts
- Stop AI provider settings from syncing back to config.yaml (stored in DB only now).
- Parameterize frontend port in docker-compose.
- Add start_server.sh and stop_server.sh scripts.
- Update .gitignore to exclude scratch files.
1 parent ae05186 commit e343f51076ef299eb490441b9d0c85d9392a87f9
@Antigravity AI Antigravity AI authored 2 days ago
Showing 26 changed files
View
.agent/workflows/deploy_to_production.md
View
.agent/workflows/local_env.md 0 → 100644
View
.dockerignore 0 → 100644
View
.gitignore
View
ai-hub/.dockerignore 0 → 100644
View
ai-hub/app/api/routes/sessions.py
View
ai-hub/app/config.py
View
ai-hub/app/core/grpc/services/grpc_server.py
View
ai-hub/app/core/services/preference.py
View
ai-hub/app/core/services/tool.py
View
ai-hub/integration_tests/conftest.py
View
docker-compose.no_vols_clean.yml 0 → 100644
View
docker-compose.test_no_vols.yml 0 → 100644
View
docker-compose.yml
View
frontend/Dockerfile
View
frontend/src/features/agents/components/AgentDrillDown.js
View
frontend/src/features/agents/components/drilldown/ChatTracker.js
View
frontend/src/features/agents/components/drilldown/ConfigPanel.js
View
frontend/src/features/agents/hooks/useAgentDrillDown.js
View
frontend/src/features/settings/components/cards/AIConfigurationCard.js
View
frontend/src/features/settings/components/shared/ProviderPanel.js
View
frontend/src/features/settings/pages/SettingsPage.js
View
frontend/src/services/api/userService.js
View
run_integration_tests.sh
View
start_server.sh 0 → 100755
View
stop_server.sh 0 → 100755