LICENSE
README.md
pyproject.toml
amx/__init__.py
amx/cli.py
amx/cli_analyze_flow.py
amx/cli_code.py
amx/cli_db.py
amx/cli_docs.py
amx/cli_history.py
amx/cli_manual.py
amx/cli_profiles.py
amx/cli_run.py
amx/config.py
amx/pending_review.py
amx/agents/__init__.py
amx/agents/_citations.py
amx/agents/_mode_guardrail.py
amx/agents/_prompt_helpers.py
amx/agents/_top_up.py
amx/agents/base.py
amx/agents/code_agent.py
amx/agents/equivalence.py
amx/agents/equivalence_agent.py
amx/agents/orchestrator.py
amx/agents/profile_agent.py
amx/agents/rag_agent.py
amx/agents/rerun_context.py
amx/agents/_orchestrator/__init__.py
amx/agents/_orchestrator/merge.py
amx/agents/_orchestrator/rerun.py
amx/agents/_orchestrator/review.py
amx/agents/_orchestrator/table_processor.py
amx/agents/_orchestrator/variations.py
amx/agents/_orchestrator/writeback.py
amx/agents/tools/__init__.py
amx/agents/tools/schema_explorer.py
amx/analyze/__init__.py
amx/analyze/asset_context.py
amx/analyze/lineage_context.py
amx/assets/__init__.py
amx/assets/chunking_config.py
amx/assets/chunking_overrides.py
amx/assets/discover_cache.py
amx/assets/lineage.py
amx/assets/loaders.py
amx/assets/rag.py
amx/assets/search.py
amx/assets/splitters.py
amx/assets/types.py
amx/assets/vsix/amx-vscode.vsix
amx/cli_support/__init__.py
amx/cli_support/_analyze_bulk_actions.py
amx/cli_support/_analyze_flow_prompts.py
amx/cli_support/_compare_export.py
amx/cli_support/_compare_format.py
amx/cli_support/_compare_runs.py
amx/cli_support/_db_diagnostics.py
amx/cli_support/_db_profiling.py
amx/cli_support/_manual_errors.py
amx/cli_support/_quality_embedding.py
amx/cli_support/_quality_metrics_reference.py
amx/cli_support/_search_actions.py
amx/cli_support/_search_render.py
amx/cli_support/_session_keybindings.py
amx/cli_support/_session_ui.py
amx/cli_support/catalog_picker.py
amx/cli_support/conflict_prompt.py
amx/cli_support/hints.py
amx/cli_support/quality.py
amx/cli_support/review_filter.py
amx/cli_support/review_keynav.py
amx/cli_support/review_picker.py
amx/cli_support/root_commands.py
amx/cli_support/session.py
amx/cli_support/slash_commands.py
amx/cli_support/commands/__init__.py
amx/cli_support/commands/admin.py
amx/cli_support/commands/analyze_flow.py
amx/cli_support/commands/chat_session.py
amx/cli_support/commands/code.py
amx/cli_support/commands/compare.py
amx/cli_support/commands/db.py
amx/cli_support/commands/db_assets.py
amx/cli_support/commands/db_assets_impl.py
amx/cli_support/commands/docs.py
amx/cli_support/commands/doctor.py
amx/cli_support/commands/embeddings.py
amx/cli_support/commands/eval_confidence.py
amx/cli_support/commands/history.py
amx/cli_support/commands/history_store.py
amx/cli_support/commands/lineage.py
amx/cli_support/commands/manual.py
amx/cli_support/commands/mcp.py
amx/cli_support/commands/pages.py
amx/cli_support/commands/profiles.py
amx/cli_support/commands/rerun.py
amx/cli_support/commands/restore_config.py
amx/cli_support/commands/run.py
amx/cli_support/commands/schedule.py
amx/cli_support/commands/search.py
amx/cli_support/commands/style.py
amx/cli_support/commands/usage.py
amx/cli_support/commands/variations.py
amx/cli_support/commands/vscode_ext.py
amx/cli_support/commands/_analyze/__init__.py
amx/cli_support/commands/_analyze/interrupt.py
amx/cli_support/commands/_analyze/run_loop.py
amx/cli_support/commands/_analyze/run_summary.py
amx/cli_support/templates/compare_report.html
amx/codebase/__init__.py
amx/codebase/agent_service.py
amx/codebase/analyzer.py
amx/codebase/cache.py
amx/codebase/code_rag.py
amx/codebase/notebook_normalize.py
amx/codebase/walker.py
amx/core/__init__.py
amx/core/application.py
amx/core/errors.py
amx/core/inference.py
amx/core/metadata.py
amx/core/state.py
amx/core/token_budget.py
amx/db/__init__.py
amx/db/_column_profiler.py
amx/db/_connector_types.py
amx/db/_default_scope.py
amx/db/connector.py
amx/db/drivers.py
amx/db/profile_schema.py
amx/db/adapters/__init__.py
amx/db/adapters/_databricks_workspace.py
amx/db/adapters/base.py
amx/db/adapters/bigquery.py
amx/db/adapters/clickhouse.py
amx/db/adapters/databricks.py
amx/db/adapters/duckdb.py
amx/db/adapters/hive.py
amx/db/adapters/mssql.py
amx/db/adapters/mysql.py
amx/db/adapters/oracle.py
amx/db/adapters/postgresql.py
amx/db/adapters/redshift.py
amx/db/adapters/remote_asset_types.py
amx/db/adapters/snowflake.py
amx/db/adapters/trino.py
amx/docs/__init__.py
amx/docs/_fts5_sidecar.py
amx/docs/extensions.py
amx/docs/rag.py
amx/docs/scanner.py
amx/docs/splitters.py
amx/docs/uploads.py
amx/docs/loaders/__init__.py
amx/docs/loaders/eml_loader.py
amx/docs/loaders/xlsx_loader.py
amx/eval/__init__.py
amx/eval/confidence.py
amx/lineage/__init__.py
amx/lineage/_anchor_context.py
amx/lineage/_candidate_ranker.py
amx/lineage/discover.py
amx/lineage/evidence.py
amx/lineage/llm_prompt.py
amx/lineage/logo_store.py
amx/lineage/neighbors.py
amx/lineage/operator_ops.py
amx/lineage/render.py
amx/lineage/service.py
amx/lineage/sql_bridge.py
amx/lineage/store.py
amx/lineage/types.py
amx/lineage/view_ddl_operators.py
amx/lineage/default_logos/__init__.py
amx/lineage/extractors/__init__.py
amx/lineage/extractors/codebase_scan.py
amx/lineage/extractors/fk.py
amx/lineage/extractors/llm.py
amx/lineage/extractors/manual.py
amx/lineage/extractors/name_match.py
amx/lineage/extractors/query_log.py
amx/lineage/extractors/sql_parse.py
amx/lineage/extractors/view_ddl.py
amx/lineage/extractors/system_tables/__init__.py
amx/lineage/extractors/system_tables/databricks.py
amx/lineage/native/__init__.py
amx/lineage/native/databricks.py
amx/lineage/native/ingest.py
amx/lineage/native/lazy_ingest.py
amx/lineage/native/materializer.py
amx/lineage/native/notebook_index.py
amx/lineage/native/provider.py
amx/lineage/native/service.py
amx/llm/__init__.py
amx/llm/_litellm_shims.py
amx/llm/_logprob_confidence.py
amx/llm/_provider_config.py
amx/llm/_provider_errors.py
amx/llm/batch.py
amx/llm/capabilities.py
amx/llm/pricing.py
amx/llm/provider.py
amx/llm/confidence/__init__.py
amx/llm/confidence/band.py
amx/llm/confidence/judge.py
amx/llm/confidence/logprob_span.py
amx/llm/confidence/scorer.py
amx/llm/confidence/self_consistency.py
amx/llm/confidence/self_declaration.py
amx/llm/prompts/__init__.py
amx/llm/prompts/length.py
amx/llm/style/__init__.py
amx/llm/style/extractor.py
amx/llm/style/guard.py
amx/llm/style/injector.py
amx/llm/style/loader.py
amx/llm/style/profile.py
amx/mcp/__init__.py
amx/mcp/__main__.py
amx/mcp/config_writer.py
amx/mcp/ide_targets.py
amx/mcp/server.py
amx/mcp/tool_bridge.py
amx/pages/__init__.py
amx/pages/_llm.py
amx/pages/_resolver.py
amx/pages/composer.py
amx/pages/context.py
amx/pages/evidence.py
amx/pages/exporters.py
amx/pages/factory.py
amx/pages/intent_templates.py
amx/pages/service.py
amx/pages/store.py
amx/pages/types.py
amx/pages/resolvers/__init__.py
amx/pages/resolvers/remote_assets.py
amx/rag_core/__init__.py
amx/rag_core/assembly.py
amx/rag_core/collection_identity.py
amx/rag_core/embedding_health.py
amx/rag_core/embedding_resolver.py
amx/rag_core/fusion.py
amx/rag_core/rerank.py
amx/runtime/__init__.py
amx/runtime/advisory_lock.py
amx/runtime/worker.py
amx/scheduler/__init__.py
amx/scheduler/__main__.py
amx/scheduler/change_trigger.py
amx/scheduler/daemon_install.py
amx/scheduler/tick.py
amx/search/__init__.py
amx/search/_agent_tools_helpers.py
amx/search/_skeleton_jobs.py
amx/search/_tool_agent_prompts.py
amx/search/_tool_assets.py
amx/search/_tool_db_profiles.py
amx/search/_tool_history.py
amx/search/_tool_join_inference.py
amx/search/_tool_lineage.py
amx/search/_tool_rag.py
amx/search/_tool_scd_and_role.py
amx/search/_tool_schemas.py
amx/search/agent.py
amx/search/agent_tools.py
amx/search/catalog.py
amx/search/confidence.py
amx/search/drift.py
amx/search/embeddings.py
amx/search/index.py
amx/search/service.py
amx/search/session_store.py
amx/search/tool_agent.py
amx/search/_agent/__init__.py
amx/search/_agent/_types.py
amx/search/_agent/answering.py
amx/search/_agent/asset_evidence.py
amx/search/_agent/deterministic.py
amx/search/_agent/planning.py
amx/search/_agent/resolution.py
amx/search/_agent/retrieval.py
amx/search/_agent/scope.py
amx/search/_agent/session_memory.py
amx/search/_agent/short_circuits.py
amx/search/_catalog/__init__.py
amx/search/_catalog/_constants.py
amx/search/_catalog/_db_profile_clause.py
amx/search/_catalog/entity_crud.py
amx/search/_catalog/join.py
amx/search/_catalog/search.py
amx/search/_catalog/settings.py
amx/search/_catalog/sync.py
amx/search/_catalog/usage.py
amx/search/pipeline/__init__.py
amx/search/pipeline/budget.py
amx/search/pipeline/focus.py
amx/search/pipeline/short_circuits.py
amx/search/pipeline/tool_results.py
amx/search/tools/__init__.py
amx/search/tools/consolidated.py
amx/search/tools/registry.py
amx/services/__init__.py
amx/services/analyze_scope.py
amx/services/ingest_assets.py
amx/services/manual_metadata.py
amx/services/profile_scope.py
amx/storage/__init__.py
amx/storage/_history_apply_audit.py
amx/storage/_history_caches.py
amx/storage/_history_event_log.py
amx/storage/_history_pages.py
amx/storage/_history_results.py
amx/storage/_history_runs.py
amx/storage/_history_scheduled.py
amx/storage/_history_session_state.py
amx/storage/_history_variations.py
amx/storage/admin.py
amx/storage/backfill.py
amx/storage/cache_ops.py
amx/storage/conflicts.py
amx/storage/dual_write.py
amx/storage/factory.py
amx/storage/migration.py
amx/storage/protocol.py
amx/storage/run_kinds.py
amx/storage/schema_descriptions.py
amx/storage/secrets.py
amx/storage/shared_schema.py
amx/storage/sqlalchemy_store.py
amx/storage/sqlite_store.py
amx/storage/style_store.py
amx/utils/__init__.py
amx/utils/cancel.py
amx/utils/colors.py
amx/utils/console.py
amx/utils/cost_estimate.py
amx/utils/crash.py
amx/utils/live_commands.py
amx/utils/live_display.py
amx/utils/logging.py
amx/utils/network_trust.py
amx/utils/optional_deps.py
amx/utils/terminal_theme.py
amx/utils/token_tracker.py
amx/vscode_ext/__init__.py
amx/vscode_ext/installer.py
amx/web/__init__.py
amx/web/_studio_subprocess.py
amx/web/auth.py
amx/web/deps.py
amx/web/discovery.py
amx/web/install_bus.py
amx/web/jobs.py
amx/web/launcher.py
amx/web/permissions.py
amx/web/progress_bus.py
amx/web/schemas.py
amx/web/security_headers.py
amx/web/server.py
amx/web/routers/__init__.py
amx/web/routers/_runs_payloads.py
amx/web/routers/admin.py
amx/web/routers/ask.py
amx/web/routers/assets.py
amx/web/routers/capabilities.py
amx/web/routers/catalog.py
amx/web/routers/code_ops.py
amx/web/routers/comments.py
amx/web/routers/db_cache.py
amx/web/routers/docs_ops.py
amx/web/routers/generate.py
amx/web/routers/history.py
amx/web/routers/installs.py
amx/web/routers/lineage.py
amx/web/routers/live_db.py
amx/web/routers/mcp.py
amx/web/routers/pages.py
amx/web/routers/pending.py
amx/web/routers/pricing.py
amx/web/routers/profiles.py
amx/web/routers/rerun.py
amx/web/routers/runs.py
amx/web/routers/schedules.py
amx/web/routers/style.py
amx/web/routers/system.py
amx/web/routers/system_ops.py
amx/web/routers/variations.py
amx/web/routers/vscode_ext.py
amx/web/static/amx-logo.png
amx/web/static/favicon.png
amx/web/static/favicon.svg
amx/web/static/index.html
amx/web/static/offline.html
amx/web/static/sw.js
amx/web/static/assets/AdvancedLLMOverrides-lyxgY-v3.js
amx/web/static/assets/AlertDialog-0lsbS3Zi.js
amx/web/static/assets/Ask-BPD6hQ2j.js
amx/web/static/assets/Assets-BHOlAlnX.js
amx/web/static/assets/Audit-kIW8kZfR.js
amx/web/static/assets/Badge-Bdf7JtLN.js
amx/web/static/assets/Card-Uk8Ep_Hv.js
amx/web/static/assets/Database-DHbiUUKx.js
amx/web/static/assets/DbCache-BkH0kh63.js
amx/web/static/assets/EmptyState-DBo_ejWg.js
amx/web/static/assets/Field-DFF9L8D9.js
amx/web/static/assets/GenerateScopeDialog-qTu_2NrD.js
amx/web/static/assets/Home-Q3lP7uTT.js
amx/web/static/assets/InlineEditText-BWMsOU3A.js
amx/web/static/assets/InsightBadges-CwJtiaPT.js
amx/web/static/assets/JobProgress-DM-5MijK.js
amx/web/static/assets/Landing-C1U7w4SX.js
amx/web/static/assets/Lineage-CqMRxzH1.js
amx/web/static/assets/Lineage-D_b-h1-N.css
amx/web/static/assets/LineageRedirect-29sPDv__.js
amx/web/static/assets/Modal-BEmWH7h2.js
amx/web/static/assets/PageEdit-BmuGH2Q4.js
amx/web/static/assets/PageHeader-CPEgAqgP.js
amx/web/static/assets/PageNew-BC5ccHU2.js
amx/web/static/assets/Pages-meLAOj1n.js
amx/web/static/assets/Pending-7cXI5J9J.js
amx/web/static/assets/Pricing-BEl-cYVD.js
amx/web/static/assets/Profile-Ci6eohjW.js
amx/web/static/assets/RouteState-CJ41iSUH.js
amx/web/static/assets/RunDetail-aUMLc1OK.js
amx/web/static/assets/RunNew-D0qzJrO4.js
amx/web/static/assets/RunsCompare-42aqP8A0.js
amx/web/static/assets/RunsList-D5X9ndyu.js
amx/web/static/assets/Schedules-Dpp1MI-p.js
amx/web/static/assets/Schema-BRe9lX_p.js
amx/web/static/assets/ScopeTree-CUJb5bYg.js
amx/web/static/assets/Settings-D14LfpcZ.js
amx/web/static/assets/SourceAttacher-BSwcvikH.js
amx/web/static/assets/StatusPill-ChaIFk7S.js
amx/web/static/assets/System-DKT4ke8F.js
amx/web/static/assets/Table-DCF8s3Kv.js
amx/web/static/assets/arrow-down-to-line-CruDIQ16.js
amx/web/static/assets/calendar-plus-Czstc9et.js
amx/web/static/assets/chevron-left-abGL_72f.js
amx/web/static/assets/circle-pause-C51Ma6tg.js
amx/web/static/assets/circle-play-BFLt3RC0.js
amx/web/static/assets/code-CrO5iM5R.js
amx/web/static/assets/code-xml-YEozxotr.js
amx/web/static/assets/copy-pT-XufvN.js
amx/web/static/assets/database-zap-DILQSAMW.js
amx/web/static/assets/download-DMwQhXTo.js
amx/web/static/assets/eye-tGCZn8TA.js
amx/web/static/assets/git-compare-LPVB-kBu.js
amx/web/static/assets/index-CveiJhb2.css
amx/web/static/assets/index-DLfRzLRO.js
amx/web/static/assets/index-ku54D4sl.js
amx/web/static/assets/inter-cyrillic-400-normal-HOLc17fK.woff
amx/web/static/assets/inter-cyrillic-400-normal-obahsSVq.woff2
amx/web/static/assets/inter-cyrillic-500-normal-BasfLYem.woff2
amx/web/static/assets/inter-cyrillic-500-normal-CxZf_p3X.woff
amx/web/static/assets/inter-cyrillic-600-normal-4D_pXhcN.woff
amx/web/static/assets/inter-cyrillic-600-normal-CWCymEST.woff2
amx/web/static/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2
amx/web/static/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff
amx/web/static/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2
amx/web/static/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff
amx/web/static/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff
amx/web/static/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2
amx/web/static/assets/inter-greek-400-normal-B4URO6DV.woff2
amx/web/static/assets/inter-greek-400-normal-q2sYcFCs.woff
amx/web/static/assets/inter-greek-500-normal-BIZE56-Y.woff2
amx/web/static/assets/inter-greek-500-normal-Xzm54t5V.woff
amx/web/static/assets/inter-greek-600-normal-BZpKdvQh.woff
amx/web/static/assets/inter-greek-600-normal-plRanbMR.woff2
amx/web/static/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2
amx/web/static/assets/inter-greek-ext-400-normal-KugGGMne.woff
amx/web/static/assets/inter-greek-ext-500-normal-2j5mBUwD.woff
amx/web/static/assets/inter-greek-ext-500-normal-C4iEst2y.woff2
amx/web/static/assets/inter-greek-ext-600-normal-B8X0CLgF.woff
amx/web/static/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2
amx/web/static/assets/inter-latin-400-normal-C38fXH4l.woff2
amx/web/static/assets/inter-latin-400-normal-CyCys3Eg.woff
amx/web/static/assets/inter-latin-500-normal-BL9OpVg8.woff
amx/web/static/assets/inter-latin-500-normal-Cerq10X2.woff2
amx/web/static/assets/inter-latin-600-normal-CiBQ2DWP.woff
amx/web/static/assets/inter-latin-600-normal-LgqL8muc.woff2
amx/web/static/assets/inter-latin-ext-400-normal-77YHD8bZ.woff
amx/web/static/assets/inter-latin-ext-400-normal-C1nco2VV.woff2
amx/web/static/assets/inter-latin-ext-500-normal-BxGbmqWO.woff
amx/web/static/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2
amx/web/static/assets/inter-latin-ext-600-normal-CIVaiw4L.woff
amx/web/static/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2
amx/web/static/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff
amx/web/static/assets/inter-vietnamese-400-normal-DMkecbls.woff2
amx/web/static/assets/inter-vietnamese-500-normal-DOriooB6.woff2
amx/web/static/assets/inter-vietnamese-500-normal-mJboJaSs.woff
amx/web/static/assets/inter-vietnamese-600-normal-BuLX-rYi.woff
amx/web/static/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2
amx/web/static/assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2
amx/web/static/assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff
amx/web/static/assets/jetbrains-mono-cyrillic-500-normal-DJqRU3vO.woff
amx/web/static/assets/jetbrains-mono-cyrillic-500-normal-DmUKJPL_.woff2
amx/web/static/assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff
amx/web/static/assets/jetbrains-mono-greek-400-normal-C190GLew.woff2
amx/web/static/assets/jetbrains-mono-greek-500-normal-D7SFKleX.woff
amx/web/static/assets/jetbrains-mono-greek-500-normal-JpySY46c.woff2
amx/web/static/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff
amx/web/static/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2
amx/web/static/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2
amx/web/static/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff
amx/web/static/assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2
amx/web/static/assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff
amx/web/static/assets/jetbrains-mono-latin-ext-500-normal-Cut-4mMH.woff2
amx/web/static/assets/jetbrains-mono-latin-ext-500-normal-ckzbgY84.woff
amx/web/static/assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff
amx/web/static/assets/jetbrains-mono-vietnamese-500-normal-DNRqzVM1.woff
amx/web/static/assets/pencil-DMUlmmos.js
amx/web/static/assets/query-fC9Hhka3.js
amx/web/static/assets/react-PGCpVUvb.js
amx/web/static/assets/rotate-ccw-DjogCP4_.js
amx/web/static/assets/runDisplay-BnzArzDk.js
amx/web/static/assets/scroll-text-BjSoH1Sz.js
amx/web/static/assets/table-_zbkMYN6.js
amx/web/static/assets/timer-Cs1FICW_.js
amx/web/static/assets/upload-D1zpEDxj.js
amx/web/static/assets/usePages-C1mQGxNB.js
amx/web/static/assets/users-CCLbmRdv.js
amx/web/static/assets/with-selector-DJf6Ysd0.js
amx_cli.egg-info/PKG-INFO
amx_cli.egg-info/SOURCES.txt
amx_cli.egg-info/dependency_links.txt
amx_cli.egg-info/entry_points.txt
amx_cli.egg-info/requires.txt
amx_cli.egg-info/top_level.txt
tests/test_admin_api.py
tests/test_admin_cli.py
tests/test_admin_wired.py
tests/test_agent_system_prompt_run_summary.py
tests/test_agent_tools_helpers.py
tests/test_alternatives_mode_anchors.py
tests/test_alternatives_mode_config.py
tests/test_alternatives_mode_guardrail.py
tests/test_alternatives_mode_sc_ordering.py
tests/test_analyze_llm_overrides.py
tests/test_answer_format_directives.py
tests/test_apply_audit_integration.py
tests/test_apply_audit_old_comment.py
tests/test_apply_cache_first.py
tests/test_apply_dry_run.py
tests/test_apply_events_audit.py
tests/test_apply_failure_reporting.py
tests/test_apply_llm_overrides.py
tests/test_apply_old_comment_cache_only.py
tests/test_apply_outcomes_partial_drain.py
tests/test_apply_per_row_tx_no_savepoint.py
tests/test_apply_savepoint_isolation.py
tests/test_ask_bulk_listings.py
tests/test_ask_cache_only.py
tests/test_ask_cancel_token.py
tests/test_ask_chip_parity.py
tests/test_ask_choice_reprompt.py
tests/test_ask_describe_run_variations.py
tests/test_ask_observability.py
tests/test_ask_toolbox_cache.py
tests/test_bulk_schema_metadata_duckdb.py
tests/test_cancel_propagation.py
tests/test_capabilities.py
tests/test_catalog_cache_hardening.py
tests/test_catalog_skeleton_sync.py
tests/test_change_trigger.py
tests/test_chat_sessions.py
tests/test_citation_chain.py
tests/test_cli_integration.py
tests/test_cli_lazy_embedding.py
tests/test_cmd_cost.py
tests/test_code_agent_verbosity.py
tests/test_code_citation_chain.py
tests/test_code_gitignore_filter.py
tests/test_code_ipynb_cells.py
tests/test_code_multi_profile.py
tests/test_code_query_timeout.py
tests/test_code_rag_default_embedder.py
tests/test_code_storage_correctness.py
tests/test_column_comments_cache.py
tests/test_command_registry_reachability.py
tests/test_compare.py
tests/test_compare_cell.py
tests/test_compare_descendants.py
tests/test_confidence_config.py
tests/test_config_dir_env.py
tests/test_config_embedding_migration.py
tests/test_config_reload_if_stale.py
tests/test_config_reload_no_autosave_race.py
tests/test_config_rolling_backup.py
tests/test_config_save_integrity_gate.py
tests/test_connect_timeout.py
tests/test_connector_cache_only_mode.py
tests/test_connector_identifier_normalization.py
tests/test_console_esc_cancel.py
tests/test_console_markup_safety.py
tests/test_corrupt_config_recovery.py
tests/test_cross_profile_join.py
tests/test_databricks_serving_logprobs.py
tests/test_databricks_serving_provider.py
tests/test_databricks_wizard_catalog_required.py
tests/test_db_cache_ops.py
tests/test_db_cache_search.py
tests/test_db_extras_round_trip.py
tests/test_db_identifier_folding.py
tests/test_db_multi_backend_expansion.py
tests/test_db_profile_optional_database.py
tests/test_db_profile_verify_on_save.py
tests/test_db_tls_field_round_trip.py
tests/test_deep_sync_profile.py
tests/test_default_scope.py
tests/test_describe_run_applied_columns.py
tests/test_did_you_mean.py
tests/test_doc_code_link_profiles.py
tests/test_docs_extensions.py
tests/test_docs_rag_reset_collection.py
tests/test_docs_scan_result.py
tests/test_docs_scanner_safety.py
tests/test_docs_splitters.py
tests/test_docs_uploads.py
tests/test_doctor_and_schema.py
tests/test_doctor_code_check.py
tests/test_doctor_rag_check.py
tests/test_download_progress.py
tests/test_dual_write_forwarding.py
tests/test_dual_write_outbox.py
tests/test_edit_bulk_table_mode.py
tests/test_edit_db_profile.py
tests/test_embedding_function_name.py
tests/test_embedding_health.py
tests/test_embedding_resolver.py
tests/test_eml_loader.py
tests/test_find_joinable_strategies.py
tests/test_get_related_table_comments_batch.py
tests/test_has_credentials_cache.py
tests/test_history_descendants.py
tests/test_history_migration.py
tests/test_history_rollback_command.py
tests/test_history_stats_success_rate.py
tests/test_history_store_capability_gating.py
tests/test_history_store_collaboration.py
tests/test_history_store_lazy_bootstrap.py
tests/test_history_store_profile_set.py
tests/test_history_store_pull.py
tests/test_history_store_schema_precreate.py
tests/test_history_store_warning_quiet.py
tests/test_hive_adapter.py
tests/test_install_bus.py
tests/test_list_column_profiles_missing_table.py
tests/test_list_databases_full_reach.py
tests/test_list_runs_processed_assets.py
tests/test_listing_memo_and_drift_gate.py
tests/test_litellm_silenced.py
tests/test_live_db_cache_first.py
tests/test_live_db_row_count.py
tests/test_live_display_cross_thread.py
tests/test_live_display_headless.py
tests/test_llm_prompts_length.py
tests/test_llm_structured_content.py
tests/test_local_schema_comments.py
tests/test_logger_windows_safe.py
tests/test_logging_rotation_and_events.py
tests/test_merge_verbosity.py
tests/test_mssql_system_prereq_hint.py
tests/test_multi_choice_unmatched.py
tests/test_navigable_review.py
tests/test_optional_deps.py
tests/test_optional_deps_progress.py
tests/test_orchestrator_cache_override.py
tests/test_orchestrator_cancel_plumbing.py
tests/test_orchestrator_merge_mode.py
tests/test_pages_cli.py
tests/test_pages_cli_assign_profile.py
tests/test_pages_composer.py
tests/test_pages_context.py
tests/test_pages_exporters.py
tests/test_pages_intent_templates.py
tests/test_pages_namespace.py
tests/test_pages_remote_asset_resolver.py
tests/test_pages_resolver.py
tests/test_pages_router.py
tests/test_pages_service.py
tests/test_pages_store.py
tests/test_pending_queue_supersede.py
tests/test_permission_enforcement.py
tests/test_postgresql_credential_error_hint.py
tests/test_postgresql_list_databases_filter.py
tests/test_pricing.py
tests/test_profile_agent_alternatives_mode.py
tests/test_profile_agent_verbosity.py
tests/test_profile_bulk_stats.py
tests/test_profile_schema_url_coverage.py
tests/test_profile_scope.py
tests/test_profiling_approximate.py
tests/test_profiling_cli_approximate.py
tests/test_prompt_input_rebuild.py
tests/test_public_api_contract.py
tests/test_rag_agent_verbosity.py
tests/test_rag_assembly.py
tests/test_rag_cross_encoder_rerank.py
tests/test_rag_empty_context_diagnostic.py
tests/test_rag_hybrid_retrieval.py
tests/test_rag_ingest_summary.py
tests/test_rag_llm_profile.py
tests/test_rag_mmr_diversity.py
tests/test_rag_multi_profile.py
tests/test_rag_query_timeout.py
tests/test_rag_storage_correctness.py
tests/test_rag_unavailable_reason.py
tests/test_record_applied_chosen_description.py
tests/test_regressions.py
tests/test_remove_db_profile_purges_cache.py
tests/test_remove_last_profile.py
tests/test_remove_profile_wizard.py
tests/test_rerun.py
tests/test_rerun_code_snapshot.py
tests/test_rerun_database_scope.py
tests/test_rerun_rag_snapshot.py
tests/test_review_bulk_actions.py
tests/test_review_filter_sort_group.py
tests/test_review_keynav.py
tests/test_review_pick.py
tests/test_review_single_construction.py
tests/test_run_batch_fatal_classification.py
tests/test_run_cost_gate.py
tests/test_run_enabled_agents_statuses.py
tests/test_runs_list.py
tests/test_runtime_pickers.py
tests/test_schedule_cron_validation.py
tests/test_search_catalog.py
tests/test_search_catalog_multi_profile.py
tests/test_search_code_citations.py
tests/test_search_doc_code_tools.py
tests/test_search_index_identity.py
tests/test_search_index_lazy_open.py
tests/test_search_scope_resolver.py
tests/test_secret_store_warning.py
tests/test_secrets_unresolved_reference.py
tests/test_session_command_global.py
tests/test_shared_catalog_sync.py
tests/test_shared_history_protocol.py
tests/test_shared_schema_comments.py
tests/test_skeleton_jobs.py
tests/test_skeleton_sync_cancellation.py
tests/test_skeleton_sync_pinned_default.py
tests/test_snowflake_fully_qualified_name.py
tests/test_studio_bundle_assertions.py
tests/test_studio_cold_start_no_pip.py
tests/test_style_cli.py
tests/test_style_extractor.py
tests/test_style_guard.py
tests/test_style_injector.py
tests/test_style_leakage_redteam.py
tests/test_style_loader.py
tests/test_style_profile.py
tests/test_style_registry.py
tests/test_style_store.py
tests/test_sync_decouple_vector_index.py
tests/test_table_level_fallback.py
tests/test_terminal_theme.py
tests/test_tool_db_profiles.py
tests/test_tool_freshness_contract.py
tests/test_tool_schemas_snapshot.py
tests/test_toolbox_cache_first_metadata.py
tests/test_toolbox_cross_db_fanout.py
tests/test_toolbox_livedb_fanout.py
tests/test_toolbox_multi_profile.py
tests/test_top_up_alternatives.py
tests/test_trino_wizard.py
tests/test_unpinned_profile_listing.py
tests/test_upload_manifest.py
tests/test_user_local_description.py
tests/test_variations.py
tests/test_variations_status_and_model.py
tests/test_vscode_ext_installer.py
tests/test_worker_cache_warm.py
tests/test_write_error_classifier.py
tests/test_xlsx_loader.py