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: Proact0/act-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: Proact0/act-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 2, 2026

  1. feat: add project language detection and upgrade command for skills

    - Implemented `_detect_project_language` to identify project language from README.md.
    - Added `_detect_first_cast` to retrieve the first cast from langgraph.json.
    - Introduced `_upgrade_skills` to manage skill upgrades and backups.
    - Created `upgrade_command` to facilitate upgrading skills in existing Act projects.
    - Enhanced integration tests to verify skill replacement and backup functionality.
    qjrm1430 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    913601e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. refactor: ruff format fix

    qjrm1430 committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    9e59d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a172d48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #77 from Proact0/feat/upgrade-skill

    feat: add project language detection and upgrade command for skills
    qjrm1430 authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    1e7e3de View commit details
    Browse the repository at this point in the history
Loading