Version Packages - #153
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
12 times, most recently
from
August 10, 2026 13:25
21b934e to
02a49b3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 13, 2026 12:42
02a49b3 to
07372c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@semantask/db@3.3.0
Minor Changes
293f039: ADR-005 S0.2 — default workspace
executionMode(suggest_only|require_approval|auto_execute) with shadow→enforce flags.Added
ExecutionModetype andOrganizationPolicy.executionMode(+ updatedAt/By)getEffectiveExecutionMode/EXECUTION_MODE_ENFORCE/DEFAULT_EXECUTION_MODE/GRANDFATHER_AUTO_TENANTSexecutionMode; logspolicy.execution_mode.changedsuggest_onlyblocks tools (EXECUTION_MODE_DENIED);require_approvalcaps auto-execute; shadow logs; tool-executor fail-closed4de730c: Phase 1 PR1 — WorkSuggestion domain types and Mongoose model (reviewable proposed work, distinct from MessageIntent facts and Task committed work).
Added
WORK_SUGGESTION_STATUSES/WorkSuggestionRecordunderpackages/types/work/WorkSuggestionmodel with org/conversation indexes and partial-uniquemessageIdwhilestatus=proposed5bcff34: Phase 2 PR1 — Accept/dismiss/assign WorkSuggestion mutations create coordination Tasks without enqueueing execution (
ACCEPT_CREATES_EXECUTION=0rail,Task.suggestionIdlinkage).Patch Changes
work.suggestion.accepted|dismissedoutbox events, triage accept/dismiss metrics + latency, and accept→execution-while-disabled safety signal. AuthZ matrix documented as conversation participant OR org owner/admin (no behavior change; no conversation manager role).@semantask/services@3.3.0
Minor Changes
293f039: ADR-005 S0.2 — default workspace
executionMode(suggest_only|require_approval|auto_execute) with shadow→enforce flags.Added
ExecutionModetype andOrganizationPolicy.executionMode(+ updatedAt/By)getEffectiveExecutionMode/EXECUTION_MODE_ENFORCE/DEFAULT_EXECUTION_MODE/GRANDFATHER_AUTO_TENANTSexecutionMode; logspolicy.execution_mode.changedsuggest_onlyblocks tools (EXECUTION_MODE_DENIED);require_approvalcaps auto-execute; shadow logs; tool-executor fail-closedd63de76: Harden classifier shadow metrics/isolation, add assignee/due heuristics, and ship a labeled evaluation harness. Production default remains
TASK_CLASSIFIER_MODE=regex.Added
classifier_classifications_total{mode,source}; disagreement counter labels{regex_type,llm_type}intelligent-v7-entity-heuristicspackages/services/eval/) with CI gate (≥0.7 type accuracy)Compatibility
regexremains default authority; shadow never alters product path or execution5049ff5: Classifier ingress creates reviewable WorkSuggestions under
suggest_onlywithout enqueueing execution.Added
SUGGESTION_INGRESS/SUGGESTION_BLOCK_EXECflags andshouldBlockExecutionEnqueueSUGGESTION_INGRESS=1)task.execution.requestedat the worker/enqueue boundary under suggest_onlyclassifier_disagreement_totalhooksuggestions_created_total,suggestion_latency_ms,execution_enqueue_attempted_while_suggest_only_total+ P0 alertCompatibility
SUGGESTION_INGRESS=0(default) preserves legacy classify → Task → enqueue behavior78a9a0a: Expose WorkSuggestion create/get/list service and read-only APIs so proposed work can be fetched under conversation or org authz, without implying Task creation or tool execution.
24955f9: Phase 2 PR5 — Explicit manager “Allow AI tools” / request-execution path, distinct from WorkSuggestion accept, reusing TaskAction approvals.
eb2ed2b: Phase 2 hardening — emit
work.suggestion.accepted|dismissedoutbox events, triage accept/dismiss metrics + latency, and accept→execution-while-disabled safety signal. AuthZ matrix documented as conversation participant OR org owner/admin (no behavior change; no conversation manager role).0e84316: Feature-flagged read-only
/inboxWork Inbox (WORK_INBOX_UI) listing authorized WorkSuggestions with server-side pagination.5bcff34: Phase 2 PR1 — Accept/dismiss/assign WorkSuggestion mutations create coordination Tasks without enqueueing execution (
ACCEPT_CREATES_EXECUTION=0rail,Task.suggestionIdlinkage).Patch Changes
@semantask/task-worker@3.3.0
Minor Changes
293f039: ADR-005 S0.2 — default workspace
executionMode(suggest_only|require_approval|auto_execute) with shadow→enforce flags.Added
ExecutionModetype andOrganizationPolicy.executionMode(+ updatedAt/By)getEffectiveExecutionMode/EXECUTION_MODE_ENFORCE/DEFAULT_EXECUTION_MODE/GRANDFATHER_AUTO_TENANTSexecutionMode; logspolicy.execution_mode.changedsuggest_onlyblocks tools (EXECUTION_MODE_DENIED);require_approvalcaps auto-execute; shadow logs; tool-executor fail-closedPatch Changes
d63de76: Harden classifier shadow metrics/isolation, add assignee/due heuristics, and ship a labeled evaluation harness. Production default remains
TASK_CLASSIFIER_MODE=regex.Added
classifier_classifications_total{mode,source}; disagreement counter labels{regex_type,llm_type}intelligent-v7-entity-heuristicspackages/services/eval/) with CI gate (≥0.7 type accuracy)Compatibility
regexremains default authority; shadow never alters product path or execution5049ff5: Classifier ingress creates reviewable WorkSuggestions under
suggest_onlywithout enqueueing execution.Added
SUGGESTION_INGRESS/SUGGESTION_BLOCK_EXECflags andshouldBlockExecutionEnqueueSUGGESTION_INGRESS=1)task.execution.requestedat the worker/enqueue boundary under suggest_onlyclassifier_disagreement_totalhooksuggestions_created_total,suggestion_latency_ms,execution_enqueue_attempted_while_suggest_only_total+ P0 alertCompatibility
SUGGESTION_INGRESS=0(default) preserves legacy classify → Task → enqueue behavior24955f9: Phase 2 PR5 — Explicit manager “Allow AI tools” / request-execution path, distinct from WorkSuggestion accept, reusing TaskAction approvals.
Updated dependencies [45d3e43]
Updated dependencies [293f039]
Updated dependencies [d63de76]
Updated dependencies [5049ff5]
Updated dependencies [78a9a0a]
Updated dependencies [4de730c]
Updated dependencies [24955f9]
Updated dependencies [eb2ed2b]
Updated dependencies [0e84316]
Updated dependencies [5bcff34]
@semantask/observability@1.2.0
Minor Changes
d63de76: Harden classifier shadow metrics/isolation, add assignee/due heuristics, and ship a labeled evaluation harness. Production default remains
TASK_CLASSIFIER_MODE=regex.Added
classifier_classifications_total{mode,source}; disagreement counter labels{regex_type,llm_type}intelligent-v7-entity-heuristicspackages/services/eval/) with CI gate (≥0.7 type accuracy)Compatibility
regexremains default authority; shadow never alters product path or execution5049ff5: Classifier ingress creates reviewable WorkSuggestions under
suggest_onlywithout enqueueing execution.Added
SUGGESTION_INGRESS/SUGGESTION_BLOCK_EXECflags andshouldBlockExecutionEnqueueSUGGESTION_INGRESS=1)task.execution.requestedat the worker/enqueue boundary under suggest_onlyclassifier_disagreement_totalhooksuggestions_created_total,suggestion_latency_ms,execution_enqueue_attempted_while_suggest_only_total+ P0 alertCompatibility
SUGGESTION_INGRESS=0(default) preserves legacy classify → Task → enqueue behavioreb2ed2b: Phase 2 hardening — emit
work.suggestion.accepted|dismissedoutbox events, triage accept/dismiss metrics + latency, and accept→execution-while-disabled safety signal. AuthZ matrix documented as conversation participant OR org owner/admin (no behavior change; no conversation manager role).@semantask/types@2.2.0
Minor Changes
293f039: ADR-005 S0.2 — default workspace
executionMode(suggest_only|require_approval|auto_execute) with shadow→enforce flags.Added
ExecutionModetype andOrganizationPolicy.executionMode(+ updatedAt/By)getEffectiveExecutionMode/EXECUTION_MODE_ENFORCE/DEFAULT_EXECUTION_MODE/GRANDFATHER_AUTO_TENANTSexecutionMode; logspolicy.execution_mode.changedsuggest_onlyblocks tools (EXECUTION_MODE_DENIED);require_approvalcaps auto-execute; shadow logs; tool-executor fail-closed4de730c: Phase 1 PR1 — WorkSuggestion domain types and Mongoose model (reviewable proposed work, distinct from MessageIntent facts and Task committed work).
Added
WORK_SUGGESTION_STATUSES/WorkSuggestionRecordunderpackages/types/work/WorkSuggestionmodel with org/conversation indexes and partial-uniquemessageIdwhilestatus=proposed5bcff34: Phase 2 PR1 — Accept/dismiss/assign WorkSuggestion mutations create coordination Tasks without enqueueing execution (
ACCEPT_CREATES_EXECUTION=0rail,Task.suggestionIdlinkage).@semantask/socket@4.2.1
Patch Changes
@semantask/web@5.2.1
Patch Changes
45d3e43: Remove automatic step-up OTP challenges from normal session refresh and bootstrap. Access-token refresh rotates tokens without creating challenges; challenge UI/API and StepUpChallenge model are removed as dead code. Docs updated to the MVP session contract (silent refresh; login/register OTP remains account verification only).
293f039: ADR-005 S0.2 — default workspace
executionMode(suggest_only|require_approval|auto_execute) with shadow→enforce flags.Added
ExecutionModetype andOrganizationPolicy.executionMode(+ updatedAt/By)getEffectiveExecutionMode/EXECUTION_MODE_ENFORCE/DEFAULT_EXECUTION_MODE/GRANDFATHER_AUTO_TENANTSexecutionMode; logspolicy.execution_mode.changedsuggest_onlyblocks tools (EXECUTION_MODE_DENIED);require_approvalcaps auto-execute; shadow logs; tool-executor fail-closed293f039: ADR-005 S0.3 — language pass: Suggested work / Approval queue labels in task panel and admin (copy only).
2b614f9: Intent badge “Review suggestion” CTA deep-links to a read-only WorkSuggestion detail stub when a suggestion exists for the message.
Added
listWorkSuggestions/getWorkSuggestionmessage:semantic_updated)/work-suggestions/[id](no accept/dismiss)78a9a0a: Expose WorkSuggestion create/get/list service and read-only APIs so proposed work can be fetched under conversation or org authz, without implying Task creation or tool execution.
7c10441: Feature-flagged
/inbox/approvalsproduct surface reusing the existing task-approvals API inside Work Inbox IA.24955f9: Phase 2 PR5 — Explicit manager “Allow AI tools” / request-execution path, distinct from WorkSuggestion accept, reusing TaskAction approvals.
0e84316: Feature-flagged read-only
/inboxWork Inbox (WORK_INBOX_UI) listing authorized WorkSuggestions with server-side pagination.5bcff34: Phase 2 PR1 — Accept/dismiss/assign WorkSuggestion mutations create coordination Tasks without enqueueing execution (
ACCEPT_CREATES_EXECUTION=0rail,Task.suggestionIdlinkage).46ed62c: Phase 2 PR4 — Make Work Inbox suggestions actionable with Accept / Assign / Dismiss triage using existing mutation APIs.
5b18ffa: Adopt TanStack Query on web for work inbox, execution approvals, and organizations server state.
Updated dependencies [45d3e43]
Updated dependencies [293f039]
Updated dependencies [d63de76]
Updated dependencies [5049ff5]
Updated dependencies [78a9a0a]
Updated dependencies [4de730c]
Updated dependencies [24955f9]
Updated dependencies [eb2ed2b]
Updated dependencies [0e84316]
Updated dependencies [5bcff34]
@semantask/auth@3.0.2
Patch Changes