|
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. |
|---|
|
|
| .agent/workflows/deploy_to_production.md |
|---|
| .agent/workflows/local_env.md 0 → 100644 |
|---|
| .dockerignore 0 → 100644 |
|---|
| .gitignore |
|---|
| ai-hub/.dockerignore 0 → 100644 |
|---|
| ai-hub/app/api/routes/sessions.py |
|---|
| ai-hub/app/config.py |
|---|
| ai-hub/app/core/grpc/services/grpc_server.py |
|---|
| ai-hub/app/core/services/preference.py |
|---|
| ai-hub/app/core/services/tool.py |
|---|
| ai-hub/integration_tests/conftest.py |
|---|
| docker-compose.no_vols_clean.yml 0 → 100644 |
|---|
| docker-compose.test_no_vols.yml 0 → 100644 |
|---|
| docker-compose.yml |
|---|
| frontend/Dockerfile |
|---|
| frontend/src/features/agents/components/AgentDrillDown.js |
|---|
| frontend/src/features/agents/components/drilldown/ChatTracker.js |
|---|
| frontend/src/features/agents/components/drilldown/ConfigPanel.js |
|---|
| frontend/src/features/agents/hooks/useAgentDrillDown.js |
|---|
| frontend/src/features/settings/components/cards/AIConfigurationCard.js |
|---|
| frontend/src/features/settings/components/shared/ProviderPanel.js |
|---|
| frontend/src/features/settings/pages/SettingsPage.js |
|---|
| frontend/src/services/api/userService.js |
|---|
| run_integration_tests.sh |
|---|
| start_server.sh 0 → 100755 |
|---|
| stop_server.sh 0 → 100755 |
|---|