drydock-cli 0.4.1__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/PKG-INFO +1 -1
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/PRD.md +34 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/pyproject.toml +1 -1
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/CODEOWNERS +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/DISCUSSION_TEMPLATE/ideas.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/workflows/build-and-upload.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/workflows/ci.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/workflows/issue-labeler.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.github/workflows/release.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.gitignore +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.pre-commit-config.yaml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.python-version +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.typos.toml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.vscode/extensions.json +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.vscode/launch.json +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/.vscode/settings.json +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/AGENTS.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/CHANGELOG.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/CLAUDE.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/CONTRIBUTING.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/Drydock_rebrand.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/LICENSE +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/NOTICE +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/README.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/action.yml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/distribution/zed/LICENSE +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/distribution/zed/extension.toml +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/distribution/zed/icons/mistral_vibe.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/docs/README.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/docs/acp-setup.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/docs/proxy-setup.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/drydock_terms.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/flake.lock +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/flake.nix +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/README.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/bump_version.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/deploy_to_github.sh +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/install.sh +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/prepare_release.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/scripts/publish_to_pypi.sh +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/conftest.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_acp.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_agent_thought.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_bash.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_compact_session_updates.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_content.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_initialize.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_list_sessions.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_load_session.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_multi_session.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_new_session.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_proxy_setup_acp.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_read_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_search_replace.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_set_config_option.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_set_mode.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_set_model.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_tool_call_session_update.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/acp/test_write_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_file_indexer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_fuzzy.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_completer_fuzzy.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_completer_recursive.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_completion_controller.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_prompt_transformer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_slash_command_controller.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_ui_chat_autocompletion.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/data/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/data/fireworks.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/data/mistral.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/test_anthropic_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/test_backend.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/test_reasoning_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/backend/test_vertex_anthropic_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/plan_offer/adapters/fake_whoami_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/plan_offer/test_decide_plan_offer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/plan_offer/test_http_whoami_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_bell_notifications.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_braille_renderer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_clipboard.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_commands.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_copy_shortcuts.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_external_editor.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_no_markup_static.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_question_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_spinner.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_switching_mode.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_ui_clipboard_notifications.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_ui_session_incremental_renderer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_ui_session_resume.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/test_ui_skill_dispatch.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/textual_ui/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/textual_ui/test_session_picker.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/conftest.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_agents.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_auth_crypto.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_auth_github.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_config_load_dotenv.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_config_paths.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_config_resolution.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_file_logging.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_plan_session.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_proxy_setup.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_slug.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_telemetry_send.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_teleport_git.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_teleport_nuage.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_teleport_service.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_trusted_folders.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/core/test_utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/common.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/conftest.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/mock_server.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/test_cli_tui_onboarding.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/test_cli_tui_streaming.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/e2e/test_cli_tui_tool_approval.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/mock/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/mock/mock_backend_factory.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/mock/mock_entrypoint.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/mock/utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/onboarding/test_run_onboarding.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/onboarding/test_ui_onboarding.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/session/test_session_loader.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/session/test_session_logger.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/session/test_session_migration.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/skills/conftest.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/skills/test_manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/skills/test_models.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/skills/test_parser.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_ask_user_question/test_snapshot_ask_user_question_collapsed.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_ask_user_question/test_snapshot_ask_user_question_expanded.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_basic_conversation/test_snapshot_shows_basic_conversation.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_code_block_horizontal_scrolling/test_snapshot_allows_horizontal_scrolling_for_long_code_blocks.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_empty_assistant_before_reasoning/test_snapshot_empty_assistant_removed_when_reasoning_starts.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_modes/test_snapshot_cycle_to_accept_edits_mode.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_modes/test_snapshot_cycle_to_auto_approve_mode.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_modes/test_snapshot_cycle_to_plan_mode.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_modes/test_snapshot_cycle_wraps_to_default.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_modes/test_snapshot_default_mode.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_parallel_tool_calls/test_snapshot_parallel_tool_calls_pending.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_parallel_tool_calls/test_snapshot_parallel_tool_calls_resolved.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_cancel_discards_changes.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_edit_existing_values.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_initial_empty.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_initial_with_values.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_save_error.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_proxy_setup/test_snapshot_proxy_setup_save_new_values.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_answer_first_advance.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_first_answered_checkmark.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_initial.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_navigate_left_wraps.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_navigate_right.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_question_tab_to_second.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_initial.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_mixed_selection.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_navigate_to_submit.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_other_with_text.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_toggle_first.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_toggle_multiple.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_multi_select_untoggle.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_initial.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_navigate_down.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_navigate_to_other.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_navigate_to_third_option.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_navigate_up_wraps.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_question_app/test_snapshot_question_app_other_typing.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_reasoning_content/test_snapshot_buffered_reasoning_yields_before_content.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_reasoning_content/test_snapshot_shows_interleaved_reasoning.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_reasoning_content/test_snapshot_shows_reasoning_content.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_reasoning_content/test_snapshot_shows_reasoning_content_expanded.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_release_update_notification/test_snapshot_shows_release_update_notification.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_session_resume/test_snapshot_shows_resumed_session_messages.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_streaming_tool_call/test_snapshot_tool_call_partial.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_streaming_tool_call/test_snapshot_tool_call_updated.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_push_confirmation_cancel_selected.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_push_confirmation_multiple_commits.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_push_confirmation_single_commit.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_auth_complete.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_auth_required.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_checking_git.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_complete.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_error.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_pushing.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_sending_token.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_teleport/test_snapshot_teleport_status_starting_workflow.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_whats_new/test_snapshot_shows_no_plan_message.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_whats_new/test_snapshot_shows_switch_message.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_whats_new/test_snapshot_shows_upgrade_message.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/__snapshots__/test_ui_snapshot_whats_new/test_snapshot_shows_whats_new_message.svg +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/base_snapshot_test_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/conftest.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/snap_compare.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_ask_user_question.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_basic_conversation.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_code_block_horizontal_scrolling.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_empty_assistant_before_reasoning.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_modes.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_parallel_tool_calls.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_proxy_setup.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_question_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_reasoning_content.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_release_update_notification.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_session_resume.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_streaming_tool_call.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_teleport.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_whats_new.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/stubs/fake_backend.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/stubs/fake_client.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/stubs/fake_tool.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agent_auto_compact.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agent_backend.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agent_observer_streaming.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agent_stats.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agent_tool_call.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_agents.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_cli_programmatic_preload.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_drydock_regression.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_drydock_tasks.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_history_manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_message_id.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_message_merging.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_middleware.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_reasoning_content.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_system_prompt.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_tagged_text.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_ui_external_editor.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/test_ui_input_history.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_ask_user_question.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_bash.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_exit_plan_mode.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_grep.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_invoke_context.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_manager_get_tool_config.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_mcp.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_mcp_sampling.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_task.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_ui_bash_execution.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_webfetch.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/tools/test_websearch.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/adapters/fake_update_cache_repository.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/adapters/fake_update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_do_update.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_filesystem_update_cache_repository.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_github_update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_pypi_update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_ui_update_notification.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_update_use_case.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/update_notifier/test_whats_new.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/uv.lock +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/acp_agent_loop.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/acp_logger.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/entrypoint.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/base.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/builtins/bash.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/builtins/read_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/builtins/search_replace.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/builtins/todo.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/builtins/write_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/tools/session_update.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/acp/utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/autocompletion/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/autocompletion/base.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/autocompletion/path_completion.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/autocompletion/slash_command.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/cli.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/clipboard.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/commands.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/entrypoint.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/history_manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/plan_offer/adapters/http_whoami_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/plan_offer/decide_plan_offer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/plan_offer/ports/whoami_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/terminal_setup.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/ansi_markdown.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/app.tcss +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/external_editor.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/handlers/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/handlers/event_handler.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/notifications/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/notifications/adapters/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/notifications/adapters/textual_notification_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/notifications/ports/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/notifications/ports/notification_port.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/approval_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/banner/banner.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/banner/petit_chat.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/braille_renderer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/body.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/completion_manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/completion_popup.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/container.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/chat_input/text_area.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/compact.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/config_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/context_progress.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/load_more.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/loading.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/messages.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/no_markup_static.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/path_display.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/proxy_setup_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/question_app.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/session_picker.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/spinner.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/status_message.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/teleport_message.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/tool_widgets.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/tools.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/widgets/vscode_compat.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/windowing/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/windowing/history.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/windowing/history_windowing.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/textual_ui/windowing/state.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/adapters/filesystem_update_cache_repository.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/adapters/github_update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/adapters/pypi_update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/ports/update_cache_repository.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/ports/update_gateway.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/update.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/cli/update_notifier/whats_new.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/agent_loop.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/agents/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/agents/manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/agents/models.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/auth/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/auth/crypto.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/auth/github.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/completers.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/file_indexer/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/file_indexer/ignore_rules.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/file_indexer/indexer.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/file_indexer/store.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/file_indexer/watcher.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/fuzzy.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/path_prompt.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/autocompletion/path_prompt_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/config/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/config/_settings.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/config/harness_files/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/config/harness_files/_harness_manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/config/harness_files/_paths.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/drydock_states.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/anthropic.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/base.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/factory.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/generic.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/mistral.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/reasoning_adapter.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/backend/vertex.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/exceptions.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/format.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/message_utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/llm/types.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/logger.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/middleware.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/output_formatters.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/paths/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/paths/_local_config_walk.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/paths/_vibe_home.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/paths/conventions.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/plan_session.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/programmatic.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/cli.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/compact.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/dangerous_directory.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/diagnostic.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/explore.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/planner.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/project_context.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/prompts/tests.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/proxy_setup.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/session/session_loader.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/session/session_logger.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/session/session_migration.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/skills/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/skills/manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/skills/models.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/skills/parser.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/slug.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/system_prompt.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/telemetry/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/telemetry/send.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/teleport/errors.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/teleport/git.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/teleport/nuage.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/teleport/teleport.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/teleport/types.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/base.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/ask_user_question.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/bash.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/exit_plan_mode.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/grep.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/ask_user_question.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/bash.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/grep.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/read_file.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/search_replace.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/swe_bench.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/task.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/todo.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/webfetch.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/websearch.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/prompts/write_file.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/read_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/search_replace.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/task.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/todo.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/webfetch.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/websearch.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/builtins/write_file.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/manager.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/mcp/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/mcp/registry.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/mcp/tools.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/mcp_sampling.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/ui.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/tools/utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/trusted_folders.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/types.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/core/utils.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/base.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/onboarding.tcss +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/screens/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/screens/api_key.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/onboarding/screens/welcome.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/trusted_folders/trust_folder_dialog.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/setup/trusted_folders/trust_folder_dialog.tcss +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/skills/__init__.py +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/skills/create-presentation/SKILL.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe/whats_new.md +0 -0
- {drydock_cli-0.4.1 → drydock_cli-0.4.2}/vibe-acp.spec +0 -0
|
@@ -124,6 +124,40 @@ Diagnosed and fixed the remaining crash modes. Ran validation batches (51 tasks
|
|
|
124
124
|
- **Full rebrand** — Mistral Vibe → Drydock throughout CLI, TUI, docs, config
|
|
125
125
|
- **Published to GitHub** — https://github.com/fbobe321/drydock
|
|
126
126
|
|
|
127
|
+
### Phase 5: UX Overhaul & Regression Tests (Mar 24)
|
|
128
|
+
|
|
129
|
+
User-reported issues from real usage testing, all fixed:
|
|
130
|
+
|
|
131
|
+
| Fix | Details |
|
|
132
|
+
|-----|---------|
|
|
133
|
+
| Wave spinner | ~≈~ animation with ocean blue colors, replaces snake |
|
|
134
|
+
| .drydock config | Default config dir is ~/.drydock (falls back to ~/.vibe) |
|
|
135
|
+
| Double Ctrl-C to quit | Single cancels operation, double within 1s exits |
|
|
136
|
+
| --dangerously-skip-permissions | CLI flag for auto-approve from start |
|
|
137
|
+
| Nautical Easter eggs | Removed all French terms (chocolatine, Proust, etc.) |
|
|
138
|
+
| Slower state switching | Deque maxlen 2→5, no rapid flickering |
|
|
139
|
+
| Write file timeout | 30s anyio.fail_after on all file I/O (read, write, search_replace) |
|
|
140
|
+
| Binary file guard | write_file rejects .pptx/.xlsx/.pdf with guidance for python-pptx |
|
|
141
|
+
| pptx skill | Bundled create-presentation skill with template handling & verification |
|
|
142
|
+
| Bash abuse detection | Nudge after 10+ bash calls without editing |
|
|
143
|
+
| search_replace failure guidance | After 3+ failures, tells model to re-read the file |
|
|
144
|
+
| Alternating loop detection | Catches A→B→A→B→A→B→A→B patterns |
|
|
145
|
+
| Progressive budget warnings | Nudges at 50, 100, 150 tool calls |
|
|
146
|
+
| Ambiguous prompt guard | "test"/"check" → asks for clarification instead of exploring |
|
|
147
|
+
| Unknown tool error | Lists available tools (fixes "Ralph tool" hallucination) |
|
|
148
|
+
| SSL proxy for websearch | HTTPS_PROXY and SSL_CERT_FILE support |
|
|
149
|
+
| Message queuing | New input queued during agent work, processed after completion |
|
|
150
|
+
| Resume message fixed | Says "drydock --resume" not "vibe --resume" |
|
|
151
|
+
| Mouse scroll | MOUSE_SUPPORT enabled for chat window |
|
|
152
|
+
| Ocean blue onboarding | Welcome screen gradient updated from orange to blue |
|
|
153
|
+
|
|
154
|
+
### Phase 5b: Testing & CI (Mar 24)
|
|
155
|
+
|
|
156
|
+
- **64 regression tests** in 2 test files (0.12s total runtime)
|
|
157
|
+
- **Tests gate all deploys** — deploy_to_github.sh and publish_to_pypi.sh abort on failure
|
|
158
|
+
- **Continuous SWE-bench loop** — 320/500 tasks tested, 45.3% pass rate, auto-restarts on reboot
|
|
159
|
+
- **PyPI published** — drydock-cli v0.4.1
|
|
160
|
+
|
|
127
161
|
---
|
|
128
162
|
|
|
129
163
|
## Architecture
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_completer_recursive.py
RENAMED
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_completion_controller.py
RENAMED
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_path_prompt_transformer.py
RENAMED
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/autocompletion/test_slash_command_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/cli/plan_offer/adapters/fake_whoami_gateway.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_ask_user_question.py
RENAMED
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_basic_conversation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{drydock_cli-0.4.1 → drydock_cli-0.4.2}/tests/snapshots/test_ui_snapshot_parallel_tool_calls.py
RENAMED
|
File without changes
|