Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: askui/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.8
Choose a base ref
...
head repository: askui/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.9
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    016145c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    eecc93d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. fix(android): improve input handling and reporting with annotated images

    - Add AnnotatedImage utility class for lazy evaluation of annotated screenshots
    - Add device_sn parameter to AndroidVisionAgent for device selection
    - Fix display flag usage: separate display_id_flag from unique_display_id_flag
      - Use unique_display_id_flag for screencap commands
      - Use display_id_flag for input commands
    - Enhance reporting with annotated images for Android operations:
      - Add annotated screenshots before/after tap, swipe, and drag_and_drop
      - Add annotated screenshots for device and display selection
      - Add reporting for shell commands
    - Refactor reporting architecture:
      - Move reporting from AndroidAgentOsFacade to PpadbAgentOs
      - Remove duplicate reporting calls from facade
      - Update all reporters to support AnnotatedImage type
    - Fix device connection order: check device_sn before defaulting to index 0
    mlikasam-askui committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    eda82a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d247f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a42ca2 View commit details
    Browse the repository at this point in the history
  4. Update color palette to PANTONE 7442 C and 2727 C

    Replace rgb(111, 0, 255) with #963DBD and lime with #26D07C
    across reporting.py and annotation_writer.py
    mlikasam-askui committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b6bce57 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Merge pull request #202 from askui/feat/actTools_for_AndroidAgent

    Add act_tools parameter for AndroidVisionAgent
    philipph-askui authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    e4e7744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56526d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge pull request #205 from askui/fix-android-inputs

    fix(android): improve input handling and reporting with annotated images
    mlikasam-askui authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    20cd6d4 View commit details
    Browse the repository at this point in the history
  2. bump version to 0.22.9

    mlikasam-askui committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    0327e95 View commit details
    Browse the repository at this point in the history
  3. bump version to 0.22.9

    bump version to 0.22.9
    mlikasam-askui authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    49e41c5 View commit details
    Browse the repository at this point in the history
Loading