feat: AppGuide support#21
Closed
saikrishna321 wants to merge 4 commits into
Closed
Conversation
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
- Replace static "Reasoning…" spinner with randomly rotating fun verbs (Brewing, Cogitating, Pondering, etc.) that change every 2.5s - Add step counter to spinner detail: (1/30 · vision · thinking on · model) - Move verbose debug output behind MCP_DEBUG=1 flag: - Episodic memory status bullets - AppGuide injection/active bullets - "Pulling UI state" / "Consulting agent" bullets - LLM reasoning text (streaming and static) - Remove misleading static 0/30 progress bar from goal box Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
…ow improvements - Thread AppGuide through planner and orchestrator for app-aware goal decomposition - Add find_and_long_press meta-tool with vision and DOM mode support - Migrate appium_click calls to appium_gesture for consistency - Improve vision coordinate scaling with async screen size fetch - Add natural language long_press step parsing in YAML flows - Enhance preprocessor with appId tracking for AppGuide - Update prompts with AppGuide context injection - Various fixes across MCP client, device session, and flow execution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
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.
This pull request mainly improves code clarity, updates tool usage for compatibility, and enhances the formatting and readability of the documentation and HTML usage guide. The most significant changes are grouped below.
Codebase updates and compatibility improvements
AppResolverto use the new'appium_app_lifecycle'tool with{ action: 'list' }for compatibility with recent appium-mcp versions (src/agent/app-resolver.ts).tapAtCoordinatesto use the newer'appium_gesture'tool, and removed the fallback to'mobile: clickGesture'for improved reliability and future-proofing (src/agent/element-finder.ts). [1] [2]getScreenSizeForStarkimport andloadAppGuideimport toloop.ts, and introduced variables to track the last app guide and active app ID for better app guide loading logic (src/agent/loop.ts). [1] [2] [3]src/agent/loop.ts).Documentation and formatting improvements
landing/usage.html). [1] [2] [3] [4] [5] [6]CHANGELOG.mdto use consistent list formatting for features and bug fixes.