Skip to content

Releases: kelvinschen/acpus

acpus@0.4.2

17 Jun 13:59
1f23d5c

Choose a tag to compare

Patch Changes

  • e7cc11e: Add opt-in agent token telemetry: display token usage in run status and TUI detail pane

    • @acpus/runtime: Add AgentTokenUsage type and tokenUsage field on AgentAttemptTelemetry. Token usage is opt-in — only populated when the agent adapter reports it.
    • @acpus/cli: Display token counts in acpus runs show agent activity summaries.
    • @acpus/tui: Show token usage in the detail pane. Fix field label indentation in definition and context sections.
  • cda81af: Remove source path root directory restriction: Workflow Spec source/include paths are no longer restricted to workspace/global catalog roots

    • @acpus/core: workflowSourcePolicy renamed to workflowSourceResolver. WorkflowSourcePolicy type renamed to WorkflowSourceResolver. allowedSourceRoots and isAllowedSourcePath removed. createIncludeResolver no longer takes allowedSourceRoots parameter. realPathOrUndefined is now exported. Source and include paths are validated for existence and readability only, not restricted by root directory.
    • @acpus/runtime: allowedSourceRoots removed from InterpreterOptions. Subworkflow and include path validation no longer restricts to workspace/global catalog roots — any readable filesystem path is accepted.
    • @acpus/cli: Internal update to use workflowSourceResolver. Dead createIncludeResolver re-export removed from io.ts.
  • Updated dependencies [e7cc11e]

  • Updated dependencies [cda81af]

    • @acpus/runtime@0.6.0
    • @acpus/tui@0.5.3
    • @acpus/core@0.5.0

acpus@0.4.1

17 Jun 10:51

Choose a tag to compare

Patch Changes

  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.1
    • @acpus/runtime@0.5.1
    • @acpus/tui@0.5.2

acpus@0.4.0

17 Jun 03:56
a6cffb9

Choose a tag to compare

Minor Changes

  • 23b50c5: Add workflow metadata to CEL and template contexts through workflow.name,
    workflow.description, workflow.source_path, and workflow.source_dir, and
    preserve source paths from compilation through runtime evaluation.

    Fork inheritance now includes workflow metadata in node definition hashes when a
    node references workflow.*, preventing source-directory-dependent steps from
    being incorrectly inherited across forks. The CLI catalog also discovers bundled
    workflow.spec.yaml entries, and the project catalog now includes a
    swarm-intelligence workflow bundle with spec-local helper scripts.

Patch Changes

  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.0
    • @acpus/runtime@0.5.0
    • @acpus/tui@0.5.1

@acpus/tui@0.5.3

17 Jun 13:59
1f23d5c

Choose a tag to compare

Patch Changes

  • e7cc11e: Add opt-in agent token telemetry: display token usage in run status and TUI detail pane

    • @acpus/runtime: Add AgentTokenUsage type and tokenUsage field on AgentAttemptTelemetry. Token usage is opt-in — only populated when the agent adapter reports it.
    • @acpus/cli: Display token counts in acpus runs show agent activity summaries.
    • @acpus/tui: Show token usage in the detail pane. Fix field label indentation in definition and context sections.
  • Updated dependencies [e7cc11e]

  • Updated dependencies [cda81af]

    • @acpus/runtime@0.6.0
    • @acpus/core@0.5.0

@acpus/tui@0.5.2

17 Jun 10:51

Choose a tag to compare

Patch Changes

  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.1
    • @acpus/runtime@0.5.1

@acpus/tui@0.5.1

17 Jun 03:56
a6cffb9

Choose a tag to compare

Patch Changes

  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.0
    • @acpus/runtime@0.5.0

@acpus/runtime@0.6.0

17 Jun 13:59
1f23d5c

Choose a tag to compare

Minor Changes

  • e7cc11e: Add opt-in agent token telemetry: display token usage in run status and TUI detail pane

    • @acpus/runtime: Add AgentTokenUsage type and tokenUsage field on AgentAttemptTelemetry. Token usage is opt-in — only populated when the agent adapter reports it.
    • @acpus/cli: Display token counts in acpus runs show agent activity summaries.
    • @acpus/tui: Show token usage in the detail pane. Fix field label indentation in definition and context sections.
  • cda81af: Remove source path root directory restriction: Workflow Spec source/include paths are no longer restricted to workspace/global catalog roots

    • @acpus/core: workflowSourcePolicy renamed to workflowSourceResolver. WorkflowSourcePolicy type renamed to WorkflowSourceResolver. allowedSourceRoots and isAllowedSourcePath removed. createIncludeResolver no longer takes allowedSourceRoots parameter. realPathOrUndefined is now exported. Source and include paths are validated for existence and readability only, not restricted by root directory.
    • @acpus/runtime: allowedSourceRoots removed from InterpreterOptions. Subworkflow and include path validation no longer restricts to workspace/global catalog roots — any readable filesystem path is accepted.
    • @acpus/cli: Internal update to use workflowSourceResolver. Dead createIncludeResolver re-export removed from io.ts.

Patch Changes

  • Updated dependencies [cda81af]
    • @acpus/core@0.5.0

@acpus/runtime@0.5.1

17 Jun 10:51

Choose a tag to compare

Patch Changes

  • 23b50c5: Add workflow source context
  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.1

@acpus/runtime@0.5.0

17 Jun 03:56
a6cffb9

Choose a tag to compare

Minor Changes

  • 23b50c5: Add workflow metadata to CEL and template contexts through workflow.name,
    workflow.description, workflow.source_path, and workflow.source_dir, and
    preserve source paths from compilation through runtime evaluation.

    Fork inheritance now includes workflow metadata in node definition hashes when a
    node references workflow.*, preventing source-directory-dependent steps from
    being incorrectly inherited across forks. The CLI catalog also discovers bundled
    workflow.spec.yaml entries, and the project catalog now includes a
    swarm-intelligence workflow bundle with spec-local helper scripts.

Patch Changes

  • Updated dependencies [23b50c5]
    • @acpus/core@0.4.0

@acpus/core@0.5.0

17 Jun 13:59
1f23d5c

Choose a tag to compare

Minor Changes

  • cda81af: Remove source path root directory restriction: Workflow Spec source/include paths are no longer restricted to workspace/global catalog roots

    • @acpus/core: workflowSourcePolicy renamed to workflowSourceResolver. WorkflowSourcePolicy type renamed to WorkflowSourceResolver. allowedSourceRoots and isAllowedSourcePath removed. createIncludeResolver no longer takes allowedSourceRoots parameter. realPathOrUndefined is now exported. Source and include paths are validated for existence and readability only, not restricted by root directory.
    • @acpus/runtime: allowedSourceRoots removed from InterpreterOptions. Subworkflow and include path validation no longer restricts to workspace/global catalog roots — any readable filesystem path is accepted.
    • @acpus/cli: Internal update to use workflowSourceResolver. Dead createIncludeResolver re-export removed from io.ts.