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: codifycli/codify-plugin-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kevin/bug-fixes
Choose a base ref
...
head repository: codifycli/codify-plugin-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 14, 2024

  1. Adds debug flag

    kevinwang5658 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c1ce61b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. feat: version 1.0.0 (#2)

    * Moved validate methods to an interface. Added import testing
    
    * Made options optional and removed detached (breaking ssh)
    
    * Fixed import bugs by making import use refresh() instead of a custom eqs method
    
    * Added ability to test modify in full tests
    
    * Improved naming + fixed destroy after modify
    
    * Fixed bug with resources not being destroyed
    
    * feat: Updated to latest schema and library. Adds support for requestId and new pty
    
    * fix: Removed modify plan
    
    * feat: Added colored text to highlight info sect6ions
    
    * fix: Added separate plugins for each stage of the full test
    
    * feat: Added debug flag checking so inspect-brk can be used
    
    * feat: Updated to latest schemas which separates core and parameters
    
    * feat: Made output verbose to help with debugging
    
    * feat: Added message handlers for press key to continue and codify credentials
    
    * chore: bumped package version
    
    * feat: Added ability to read codify test jwt from environment
    
    * feat: Added proper spawn. Fixed missing initialize calls for subsequent plugins. Updated sudo to command.
    
    * feat: Added os support
    
    * feat: Added testSpawn and filter tests by OS
    
    * feat: Testing improvements
    
    * chore: Update to the latest @codifycli packages.
    
    * feat: Added CLAUDE.md and README.md. Commit the package-lock.json file.
    
    * feat: Add github actions CI
    
    * feat: Updated the description, keywords and author
    
    * chore: Add repository section to package.json
    
    * chore: Update @codifycli/plugin-core library and bump version to 1.0.0
    kevinwang5658 authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    7d48d00 View commit details
    Browse the repository at this point in the history
Loading