Bump litellm from 1.57.8 to 1.74.8#170
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [litellm](https://github.com/BerriAI/litellm) from 1.57.8 to 1.74.8. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.74.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #171. |
POWERFULMOVES
added a commit
to POWERFULMOVES/PMOVES-Archon
that referenced
this pull request
Feb 12, 2026
…orkflow-to-correct-video-id-handling Update n8n PMOVES.YT workflow for nested video response
coleam00
pushed a commit
that referenced
this pull request
Apr 7, 2026
* feat: enhance workflow router with platform context Add RouterContext interface and improve router prompt to make smarter routing decisions by providing platform-specific context: - Add RouterContext interface with platformType, isPullRequest, title, labels, threadHistory, and workflowType fields - Build context section in router prompt when context is provided - Update orchestrator to pass context from available data (GitHub issue/PR metadata, thread history, isolation hints) - Improve routing rules with explicit guidance for CI failures vs GitHub issues - Add 8 new tests for context functionality This fixes misrouting issues like PR #134 where "fix CI failures" was incorrectly routed to fix-github-issue instead of assist. * fix: address PR review feedback for workflow router context - Add debug logging for regex extraction failures in orchestrator.ts Logs when title/labels extraction from issueContext fails, helping diagnose routing issues - Fix misleading JSDoc comments in router.ts Clarify that RouterContext is constructed by orchestrator, not provided by platform adapters - Fix type duplication by importing workflowType from IsolationHints Ensures RouterContext.workflowType stays in sync with IsolationHints - Add orchestrator integration tests for context extraction Tests for title, isPullRequest, labels, and workflowType extraction from issueContext and isolationHints - Add missing router tests for edge cases Tests for isPullRequest/workflowType precedence, empty labels array, empty string threadHistory, and all workflowType values
Tyone88
pushed a commit
to Tyone88/Archon
that referenced
this pull request
Apr 16, 2026
* feat: enhance workflow router with platform context Add RouterContext interface and improve router prompt to make smarter routing decisions by providing platform-specific context: - Add RouterContext interface with platformType, isPullRequest, title, labels, threadHistory, and workflowType fields - Build context section in router prompt when context is provided - Update orchestrator to pass context from available data (GitHub issue/PR metadata, thread history, isolation hints) - Improve routing rules with explicit guidance for CI failures vs GitHub issues - Add 8 new tests for context functionality This fixes misrouting issues like PR coleam00#134 where "fix CI failures" was incorrectly routed to fix-github-issue instead of assist. * fix: address PR review feedback for workflow router context - Add debug logging for regex extraction failures in orchestrator.ts Logs when title/labels extraction from issueContext fails, helping diagnose routing issues - Fix misleading JSDoc comments in router.ts Clarify that RouterContext is constructed by orchestrator, not provided by platform adapters - Fix type duplication by importing workflowType from IsolationHints Ensures RouterContext.workflowType stays in sync with IsolationHints - Add orchestrator integration tests for context extraction Tests for title, isPullRequest, labels, and workflowType extraction from issueContext and isolationHints - Add missing router tests for edge cases Tests for isPullRequest/workflowType precedence, empty labels array, empty string threadHistory, and all workflowType values
6 tasks
bluedevilcollectibles
referenced
this pull request
in bluedevilcollectibles/bdc-harness
May 16, 2026
#87) ## Summary Third state for Mission Control between green completed and red failed. Anchored on the 2026-05-16 engine sortie that completed all-green while silently losing 13 spec files because no UI signal existed for exit-0-with-`STATUS=*_failed`-stdout. - Engine: `silent-failure-detector` scans bash/script stdout post-exit-0. Triggers on (a) any `STATUS=*_failed` in nodes with `load_bearing: true` (WO-167 doctrine), or (b) always-dangerous patterns (`push_failed`, `commit_failed`, `pr_create_failed`, `registry_write_failed`, `artifact_persist_failed`, `bundle_save_failed`, `spec_save_failed`) on any node. - Event: new `node_completed_with_warning` emitted instead of `node_completed`. Persisted to event store; forwarded via SSE as `dag_node` with `status=completed_with_warning` + warning detail. - UI: DAG node renders yellow border + tint, native-title tooltip with STATUS line + load-bearing context, inline chip showing matched patterns. Workflow-level StatusBadge rolls up to yellow `completed (warning)` when any node has the warning state. Per-step log surfaces the STATUS line. - Does NOT change the underlying `STATUS=*_failed` convention or graph control flow — downstream nodes still see `completed`. Coexists with WO-169 (PR #84) which strips these patterns in load-bearing nodes. ## Test plan - [x] `bun test packages/workflows/src/silent-failure-detector.test.ts` — 11/11 pass - [x] `bun test packages/web/src/stores/workflow-store.test.ts` — 30/30 pass (warning fields preserved in store) - [x] `bunx tsc --noEmit` clean in packages/workflows, packages/web, packages/server - [ ] Manual: fire a workflow with a load_bearing node that emits `STATUS=spec_save_failed` on exit 0; confirm yellow node + yellow workflow badge + tooltip - [ ] Manual: fire a workflow with non-load-bearing node emitting `STATUS=push_failed`; confirm yellow render (always-dangerous path) - [ ] Manual: fire a workflow with `STATUS=custom_failed` on a non-load-bearing node; confirm NO warning (correct opt-in semantics) Closes #170 (bdc-xo). Depends on #181 (Rule 27 / load_bearing doctrine). Coexists with #84 (WO-169 push/PR retry guard). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Bumps litellm from 1.57.8 to 1.74.8.
Release notes
Sourced from litellm's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)