Skip to content

Version Packages#77

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#77
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 5, 2026

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

@plusplusoneplusplus/coc@2.0.0

Major Changes

  • c214e8b: Collapse queue task creation onto POST /api/queue and remove the /api/queue/tasks, /api/queue/enqueue, and QueueClient.enqueueTask() compatibility surfaces.

Minor Changes

  • b4734f4: Activity list now visually distinguishes running chat tasks that are waiting on a user ask_user response. ProcessIndexEntry and ProcessSummary gain an optional pendingAskUserCount, surfaced via getProcessSummaries (both SQLite and file-process-store implementations) and toProcessSummary so dashboards can render an amber "Needs input" affordance instead of the default "Thinking" indicator. The /api/queue endpoint also enriches running tasks with pendingAskUserCount for first-paint correctness.
  • c058783: Add a confirmed repo memory wipe operation that clears bounded memory, raw memory candidates, and recall indexes from repo settings.

Patch Changes

  • c5e93ed: Propagate workflow abort signals through AI-capable nodes and SDK requests, and statically import js-yaml in the workflow compiler.
  • e4e57d7: Persist workspaceId on loop rows to fix missing LoopBadge in ChatHeader after server restart
  • baf35f7: Replace 🔁 emoji with a shared LoopIcon SVG (Heroicons arrow-path) in ChatListPane, LoopBadge, LoopManagementPanel, and ConversationTurnBubble. Color emoji ignored CSS color on most platforms, so the active (green) vs paused (amber) distinction was invisible; the SVG uses stroke="currentColor" and respects the wrapping element's text-… class.
  • dad6cd6: Gate the Loop subsystem (recurring follow-ups, scheduleWakeup / createLoop / cancelLoop / listLoops LLM tools, /loop skill auto-install, loop REST routes, dashboard LoopBadge/LoopManagementPanel, and /loop slash-command) behind a new loops.enabled config flag (default off). The flag can be toggled at runtime from the Admin Panel Features card; toggling requires a server restart to (un)wire the loop infrastructure.
  • 4386378: Rename the multi-repo queue routing layer to MultiRepoQueueRouter and rename its aggregate-facade factory to createAggregateQueueFacade(). The previous names MultiRepoQueueExecutorBridge, createAggregateFacade(), and the multi-repo-executor-bridge module path have been removed.
  • f9727de: Add typed schedule client methods and migrate the CoC schedules SPA to use them.
  • d4720a1: Gate vim-style navigation (hjkl/jk/gg/G/Esc/i) in the SPA chat panes behind a new vimNavigation.enabled config flag (default off). The flag can be toggled at runtime from the Admin Panel Features card.
  • Updated dependencies [b4734f4]
  • Updated dependencies [c5e93ed]
  • Updated dependencies [c214e8b]
  • Updated dependencies [ee9e0f3]
  • Updated dependencies [f9727de]
  • Updated dependencies [c058783]
    • @plusplusoneplusplus/forge@2.0.0
    • @plusplusoneplusplus/coc-client@0.2.0

@plusplusoneplusplus/forge@2.0.0

Major Changes

  • ee9e0f3: Remove deprecated code-review-job and related exports.

    The following public APIs have been removed:

    • createCodeReviewJob — factory for the map-reduce code review job
    • CodeReviewInput — input type for code review jobs
    • CodeReviewOutput — output type for code review jobs
    • CodeReviewJobOptions — options for code review job creation
    • RuleReviewResult — per-rule review result type
    • ReviewFinding — individual review finding type (replaced by ReviewComment)
    • ReviewSummary — aggregated review summary type
    • Rule — rule descriptor type
    • RuleInput — rule input type
    • RuleWorkItemData — rule work-item data type
    • RuleSplitter — map-reduce splitter for rules
    • BatchedRuleSplitter — batched variant of RuleSplitter
    • createRuleSplitter — factory for RuleSplitter
    • createBatchedRuleSplitter — factory for BatchedRuleSplitter
    • findingToComment — migration helper (ReviewFinding → ReviewComment)
    • findingsToComments — migration helper (ReviewFinding[] → ReviewComment[])
    • commentToFinding — migration helper (ReviewComment → ReviewFinding)
    • commentsToFindings — migration helper (ReviewComment[] → ReviewFinding[])
    • codeReviewOutputToResult — migration helper (CodeReviewOutput → DiffReviewResult)
    • resultToCodeReviewOutput — migration helper (DiffReviewResult → CodeReviewOutput)
    • FindingToCommentOptions — options type for migration helpers

    Use IDiffReviewer, AIReviewer, and HumanReviewer from @plusplusoneplusplus/forge/review instead.

Minor Changes

  • b4734f4: Activity list now visually distinguishes running chat tasks that are waiting on a user ask_user response. ProcessIndexEntry and ProcessSummary gain an optional pendingAskUserCount, surfaced via getProcessSummaries (both SQLite and file-process-store implementations) and toProcessSummary so dashboards can render an amber "Needs input" affordance instead of the default "Thinking" indicator. The /api/queue endpoint also enriches running tasks with pendingAskUserCount for first-paint correctness.
  • c058783: Add a confirmed repo memory wipe operation that clears bounded memory, raw memory candidates, and recall indexes from repo settings.

Patch Changes

  • c5e93ed: Propagate workflow abort signals through AI-capable nodes and SDK requests, and statically import js-yaml in the workflow compiler.
  • c214e8b: Collapse queue task creation onto POST /api/queue and remove the /api/queue/tasks, /api/queue/enqueue, and QueueClient.enqueueTask() compatibility surfaces.

@plusplusoneplusplus/coc-client@0.2.0

Minor Changes

  • c214e8b: Collapse queue task creation onto POST /api/queue and remove the /api/queue/tasks, /api/queue/enqueue, and QueueClient.enqueueTask() compatibility surfaces.
  • f9727de: Add typed schedule client methods and migrate the CoC schedules SPA to use them.
  • c058783: Add a confirmed repo memory wipe operation that clears bounded memory, raw memory candidates, and recall indexes from repo settings.

@plusplusoneplusplus/coccontainer@0.1.1

Patch Changes

  • Updated dependencies [b4734f4]
  • Updated dependencies [c5e93ed]
  • Updated dependencies [c214e8b]
  • Updated dependencies [e4e57d7]
  • Updated dependencies [baf35f7]
  • Updated dependencies [dad6cd6]
  • Updated dependencies [4386378]
  • Updated dependencies [ee9e0f3]
  • Updated dependencies [f9727de]
  • Updated dependencies [d4720a1]
  • Updated dependencies [c058783]
    • @plusplusoneplusplus/forge@2.0.0
    • @plusplusoneplusplus/coc@2.0.0

@plusplusoneplusplus/deep-wiki@1.1.1

Patch Changes

  • c5e93ed: Propagate workflow abort signals through AI-capable nodes and SDK requests, and statically import js-yaml in the workflow compiler.
  • Updated dependencies [b4734f4]
  • Updated dependencies [c5e93ed]
  • Updated dependencies [c214e8b]
  • Updated dependencies [ee9e0f3]
  • Updated dependencies [c058783]
    • @plusplusoneplusplus/forge@2.0.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch 30 times, most recently from 106eacd to aedb9cd Compare May 10, 2026 22:37
@github-actions github-actions Bot force-pushed the changeset-release/main branch 29 times, most recently from fe1d79d to 9cf3ba6 Compare May 16, 2026 07:08
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.

0 participants