chore(deps)(deps): bump env_logger from 0.10.2 to 0.11.8#144
Merged
AlexMikhalev merged 1 commit intomainfrom Sep 11, 2025
Merged
chore(deps)(deps): bump env_logger from 0.10.2 to 0.11.8#144AlexMikhalev merged 1 commit intomainfrom
AlexMikhalev merged 1 commit intomainfrom
Conversation
81a819c to
f09df48
Compare
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.8. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f09df48 to
5319faf
Compare
AlexMikhalev
added a commit
that referenced
this pull request
Apr 1, 2026
When an agent exceeds max_cpu_seconds wall-clock time (e.g. stuck on API rate limit), kill it and respawn with fallback_provider/model. Prevents agents from running indefinitely when LLM endpoint returns 429 errors. Refs #144 Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
AlexMikhalev
added a commit
that referenced
this pull request
Apr 1, 2026
…prefix When poll_wall_timeouts respawns with fallback, setting provider to "fallback" caused model composition to produce "fallback/kimi-for-coding/k2p5" which opencode rejects (ProviderModelNotFoundError). Setting provider to None lets spawn_agent pass the fallback_model string through without prefix. Refs #144
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
Step 3/6 of #144 - Inter-agent orchestration via Gitea mentions. - Add resolve_mention_chain() helper to determine chain_id/depth/parent - Add MentionChainTracker::check() gate before all mention spawns - Add MentionChainTracker::build_context() for structured handoff context - Apply chain tracking to all 3 dispatch sites: - Qualified mentions (@adf:project/agent) - Unqualified agent mentions (@adf:agent) - Persona mentions (@adf:persona) - Add mention_chain_id/mention_depth to ManagedAgent - Replace flat mention context with structured markdown block Refs #762
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
…able agents in context - Fix AgentRunRecord construction: extract chain fields from active_agents via .get() instead of referencing non-existent local variable - Add mention_parent_agent field to ManagedAgent, set at all 3 dispatch sites - Pass available_agents in MentionContextArgs so spawned agents know who they can chain to - Add 2 tests for available_agents in mention context output Refs #763 Refs #764 Refs #144
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
- Fix Unicode truncation panic: use char-boundary-safe slicing - Post rejection comments when mention chain check fails (3 polling sites) - Wire webhook dispatch through MentionChainTracker::check() and build_context() so depth limits apply uniformly - Store chain metadata on webhook-spawned agents - Add test for multibyte truncation boundary safety Refs #144
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
AlexMikhalev
added a commit
that referenced
this pull request
Apr 22, 2026
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps env_logger from 0.10.2 to 0.11.8.
Release notes
Sourced from env_logger's releases.
... (truncated)
Changelog
Sourced from env_logger's changelog.
... (truncated)
Commits
f0443b2chore: Released8b5e1edocs: Update changelog3ca671fMerge pull request #360 from epage/formatbc02d61feat(fmt): Expose ConfigurableFormatc567fderefactor(fmt): Pull out format logicce25c73refactor(fmt): Make DefaultFormats name more specific739ebb1refactor(fmt): Pull out logger's builder methods3acb571refactor(fmt): Delegate formatting to DefaultFormate351bcbrefactor(fmt): Reduce duplication in DefaultFormatWriter3c9e6ffMerge pull request #359 from epage/kvDependabot 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)