Conversation
…nical user is still online
Add keyword execution mode with sequence(default) and random behaviors, and apply a backward-compatible SQLite schema patch to add keywords.mode for existing databases. Made-with: Cursor
When a worktree has no local .venv, parse git worktree porcelain output to locate the main branch worktree and symlink its .venv before starting. Made-with: Cursor
Add non-blocking any-element probing for post-detection verification, and require navigate_to_element/home navigation to clear back/interference states before treating target as final. Made-with: Cursor
Adjust navigate_to_element post-target validation to skip back-key checks and only perform non-blocking interference probing before confirming success. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
mode,支持sequence(默认顺序)和random(随机抽取一条命令):keyword add的模式参数keywords.mode列,避免历史数据升级失败Test plan
python -m py_compile src/ushareiplay/models/keyword.py src/ushareiplay/dal/keyword_dao.py src/ushareiplay/core/db_manager.py src/ushareiplay/managers/keyword_manager.py src/ushareiplay/commands/keyword.py@我触发关键字,验证sequence保持顺序执行@我触发关键字,验证random每次随机命中一条keywords表自动新增mode列Made with Cursor