Skip to content

πŸ¦‹ New version release#189

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

πŸ¦‹ New version release#189
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-operator@1.22.0

Minor Changes

  • 998e270: SMOODEV-2172 β€” per-agent model and max_iterations overrides. AgentBehaviorConfig
    now carries model: Option<String> (per-agent gateway model id) and
    max_iterations: Option<u32> (per-agent agent-loop cap), parsed from optional
    agents.model (text) and agents.max_iterations (integer) row values. Blank models
    are ignored; max_iterations is clamped to 1..=64 with a warn on clamp.

    At turn time the operator server threads both through: the model resolves highest-wins
    as per-turn send_message.model (Smooth Modes) β†’ per-agent agents.model β†’
    SMOOTH_AGENT_MODEL; the loop cap resolves per-agent agents.max_iterations β†’
    SMOOTH_AGENT_MAX_ITERATIONS. None at every layer falls back to the global env
    default exactly as before, so a standalone deploy is byte-for-byte unchanged. The
    reference Postgres adapter reads both columns tolerantly β€” a DB predating them degrades
    to the global default (no migration-ordering dependency).

@brentrager
brentrager force-pushed the changeset-release/main branch from 056e794 to 886ea88 Compare July 8, 2026 03:27
@brentrager
brentrager merged commit 596646e into main Jul 8, 2026
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