Add cloud discovery touchpoints to CLI and MCP #546
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implements ethical cloud discovery touchpoints for open-source users without prompt injection, based on the team plan.
What changed
cloud_promo_opt_outcloud_promo_first_run_showncloud_promo_last_version_shownsrc/basic_memory/cli/promo.pybm cloud promo --on/--offto let users opt out/in directly.cloud_info()release_notes()Guardrails and behavior
mcpsubcommand.BASIC_MEMORY_NO_PROMOS=1).Validation
uv run pytest tests/cli/test_cloud_promo.py tests/cli/test_cloud_authentication.py tests/mcp/test_tool_cloud_discovery.py tests/mcp/test_tool_contracts.pyuv run pytest tests/test_config.py tests/cli/test_cli_exit.py tests/cli/test_cli_tool_exit.py tests/mcp/test_tool_project_management.py tests/mcp/test_resources.pyuv run ruff check ...on changed modules/testsuv run pyright src/basic_memory/cli/promo.py src/basic_memory/cli/commands/cloud/core_commands.py src/basic_memory/mcp/tools/cloud_info.py src/basic_memory/mcp/tools/release_notes.pyNotes
{{OSS_DISCOUNT_CODE}}2026-02-06