Skip to content

πŸ¦‹ New version release#148

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 3, 2026
Merged

πŸ¦‹ New version release#148
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth-extension-sdk@0.3.0

Minor Changes

  • 1c8f26f: SEP Phase 2 (SDK + spec) β€” hooks + the observe event bus.

    @smooai/smooth-extension-sdk gains hook handlers: smooth.on(name, handler)
    now covers both observe events (return ignored) and intercept hooks (return a
    HookResult β€” { block, reason? } to veto or { patch } to rewrite the input).
    The extension answers the hook request by folding its own handlers in
    registration order (first block short-circuits; patches shallow-merge and
    thread to the next), and the host chains the outcome across extensions. Hook
    names are kept out of the reported event subscriptions. createTestHost gains
    callHook(hook, input); new permission-gate demo extension blocks dangerous
    bash commands via a fail-closed tool_call hook.

    spec/extension: the event schema gains an optional seq (per-connection
    monotonic sequence; absent on the out-of-band events_lost marker) with a
    model_select β†’ AgentEvent::ModelResolved parity note, and fixtures add a
    seq-numbered event, the events_lost marker (drop-N β†’ count), a
    tool_execution_start event, and the tool_result hook input + a result-shaped
    modify outcome. Rust and TypeScript conformance replays stay green.

@smooai/smooth-operator@1.11.2

Patch Changes

  • 1c8f26f: SEP Phase 2 (SDK + spec) β€” hooks + the observe event bus.

    @smooai/smooth-extension-sdk gains hook handlers: smooth.on(name, handler)
    now covers both observe events (return ignored) and intercept hooks (return a
    HookResult β€” { block, reason? } to veto or { patch } to rewrite the input).
    The extension answers the hook request by folding its own handlers in
    registration order (first block short-circuits; patches shallow-merge and
    thread to the next), and the host chains the outcome across extensions. Hook
    names are kept out of the reported event subscriptions. createTestHost gains
    callHook(hook, input); new permission-gate demo extension blocks dangerous
    bash commands via a fail-closed tool_call hook.

    spec/extension: the event schema gains an optional seq (per-connection
    monotonic sequence; absent on the out-of-band events_lost marker) with a
    model_select β†’ AgentEvent::ModelResolved parity note, and fixtures add a
    seq-numbered event, the events_lost marker (drop-N β†’ count), a
    tool_execution_start event, and the tool_result hook input + a result-shaped
    modify outcome. Rust and TypeScript conformance replays stay green.

@brentrager brentrager merged commit 0dd244e into main Jul 3, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant