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: ipuppet/CAIO
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ipuppet/CAIO
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 24 files changed
  • 1 contributor

Commits on Aug 11, 2025

  1. Add AI configuration settings and update UI components

    - Introduced a new AI configuration module with options for API type, endpoint, API key, and model.
    - Updated the experimental settings to include the new AI configuration.
    - Enhanced keyboard functionality to use clipboard text when no input is present.
    - Added new string entries for the AI configuration in English and Simplified Chinese.
    ipuppet committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    c595b9a View commit details
    Browse the repository at this point in the history
  2. feat: update version to 2.4.7, enhance clipboard settings, and add AI…

    … grammar check action
    ipuppet committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    08d3af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd7e93 View commit details
    Browse the repository at this point in the history
  4. style: update UI colors and styles for better contrast and readability

    - Changed background and text colors in main.js for improved aesthetics and dark mode support.
    - Updated button styles to enhance hover effects and visual feedback.
    - Adjusted text colors in various components for better visibility.
    - Modified loading message styles for consistency with the new theme.
    
    fix: update actions.js to append item identifiers correctly
    
    - Changed the way item identifiers are constructed in actions.js to include category, directory, name, and icon for better uniqueness.
    ipuppet committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    308b713 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdd052c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e46a1b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c19d9a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. feat: Enhance action scripts with new functionalities and improvements

    - Added `runJSBoxScript` and `getAIClient` methods to facilitate script execution and AI client retrieval.
    - Improved text difference calculation in Grammarly clipboard action by trimming whitespace and enhancing word comparison logic.
    - Refactored action data handling to simplify action imports and improve category selection.
    - Renamed `AIConfig` to `AIClient` for better clarity and consistency in AI-related classes.
    - Updated experimental TAIO script to use toast notifications instead of alerts for a smoother user experience.
    - Corrected string localization for "Import Example Actions" to ensure proper capitalization.
    ipuppet committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    0db69de View commit details
    Browse the repository at this point in the history
Loading