mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
refactor: remove screen awareness and capture surfaces (#5186)
This commit is contained in:
@@ -108,6 +108,12 @@ fi
|
||||
lib_filters_raw=""
|
||||
test_targets_raw=""
|
||||
for f in "${files[@]}"; do
|
||||
if [ ! -e "${f}" ]; then
|
||||
# dorny/paths-filter includes deleted paths. They contain no changed lines
|
||||
# to cover and, for tests, no longer correspond to runnable Cargo targets.
|
||||
log "ignoring deleted rust-relevant path: ${f}"
|
||||
continue
|
||||
fi
|
||||
case "${f}" in
|
||||
src/lib.rs | src/main.rs)
|
||||
run_full "root module ${f} changed — whole-crate scope"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"2.1.1",
|
||||
"2.1.2",
|
||||
"2.1.3",
|
||||
"2.1.4",
|
||||
"2.2.1",
|
||||
"2.2.2",
|
||||
"2.2.3",
|
||||
@@ -61,9 +60,10 @@
|
||||
"5.1.1",
|
||||
"5.1.2",
|
||||
"5.1.3",
|
||||
"5.3.1",
|
||||
"5.3.2",
|
||||
"5.3.3",
|
||||
"5.1.4",
|
||||
"5.2.1",
|
||||
"5.2.2",
|
||||
"5.2.3",
|
||||
"6.1.1",
|
||||
"6.1.2",
|
||||
"6.1.3",
|
||||
|
||||
@@ -72,7 +72,6 @@ const INTENTIONAL_ENGLISH = new Set([
|
||||
"memorySources.searchQueryPlaceholder",
|
||||
"migration.vendor.hermes",
|
||||
"namespaceOverview.entitiesShort",
|
||||
"screenAwareness.debug.defaultPanicHotkey",
|
||||
"settings.ai.connectionsPerTick",
|
||||
"settings.ai.claudeCode.button", // Claude Code is a product name
|
||||
"settings.ai.claudeCode.modalTitle", // Claude Code CLI is a product name
|
||||
|
||||
@@ -53,7 +53,6 @@ ALL_E2E_SUITES=(
|
||||
memory_tree_summarizer_e2e
|
||||
memory_fast_retrieve_e2e
|
||||
ollama_embeddings_fallback_e2e
|
||||
screen_intelligence_vision_e2e
|
||||
skill_registry_e2e
|
||||
subconscious_e2e
|
||||
worker_b_domain_e2e
|
||||
|
||||
Reference in New Issue
Block a user