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.0
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.5.1
Choose a head ref
  • 12 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 1, 2026

  1. fix: update link in streaming-cast skill documentation and add integr…

    …ation patterns
    
    - Corrected the link in the SKILL.md file to point to the new integration documentation.
    - Introduced a new integration.md file detailing transport integration options (SSE and WebSocket) for streaming events, including example code and protocol specifications.
    qjrm1430 committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    763b00b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/streaming-cast' of https://github.com/qjrm1430/Act

    …into feat/streaming-cast
    qjrm1430 committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    e53410a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    c2daa90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from Proact0/feat/streaming-cast

    feat: streaming cast
    qjrm1430 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    6a44ba3 View commit details
    Browse the repository at this point in the history
  3. feat: enhance streaming-cast documentation and resources

    - Added details for the `streaming-cast` skill, including its purpose and use cases for LangGraph v2 streaming.
    - Updated README and CONTRIBUTING files to reflect the new streaming phase and its components.
    - Included examples for stream modes, StreamWriter, and integration with SSE/WebSocket.
    - Improved clarity on the development flow involving streaming capabilities.
    qjrm1430 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    1f48d16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from Proact0/docs/streaming-cast

    feat: enhance streaming-cast documentation and resources
    qjrm1430 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    d3e3625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3165e3f View commit details
    Browse the repository at this point in the history
  6. docs: refine README structure and enhance skill descriptions

    - Updated the descriptions for skills in the `.claude/skills/` directory to improve clarity and consistency.
    - Added details about the contents of each skill, including `SKILL.md` and `resources/`.
    - Enhanced the explanation of the `architecting-act` skill, emphasizing its role in the design phase.
    qjrm1430 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    9a6f5f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1211324 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #73 from Proact0/docs/0.5.1-readme-migration

    Docs/0.5.1 readme migration
    qjrm1430 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    a895a8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be27b79 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #74 from Proact0/release/0.5.1

    chore: bump version to 0.5.1
    qjrm1430 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    c27a32c View commit details
    Browse the repository at this point in the history
Loading