Release v0.10.1 - #27
Merged
Merged
Conversation
Route large tool catalogs through bounded hierarchical namespaces with hybrid search, safe mid-loop injection, provider-limit enforcement, guest filtering, and fail-closed hot-reload indexing. Remove the pending approval runtime and Telegram commands while retaining requiresApproval as ignored manifest compatibility metadata.
Derive iterative summaries from the active conversation context instead of shared runtime state, preventing summaries from leaking across chats while preserving same-chat compaction continuity.
Bound agent turns by tool-call and wall-clock budgets, add safe provider fallback before external actions, deduplicate side-effecting calls per turn, persist privacy-bounded execution traces, and page oversized tool results through an isolated artifact reader.
Write validated YAML before applying runtime changes for /model, /loop, /policy, and /rag. Reuse the same failure-safe path for /guest, reject malformed numeric values, and align the interactive loop limit at 50.
Serialize turn coordination and Telegram delivery state across interactive, scheduled, and heartbeat runs. Make tool and plugin registry updates transactional, preserve external provenance, and strengthen batched execution. Harden message, transcript, trace, and configuration persistence while keeping agent memory globally searchable across chats. Resolve provider models dynamically and make marketplace and runtime side effects safer.
Cover registration snapshots and plugin replacement so the SDK function coverage gate remains above 90 percent.
Add hierarchical namespace routing, hybrid tool search, provider-aware selection, and safe mid-loop injection for large tool catalogs. Keep cross-chat memory, Telegram delivery, admin configuration, heartbeat sessions, transcript persistence, and plugin reloads consistent across runtime restarts. Remove the approval workflow shipped in v0.10.0 so authenticated admin actions execute directly again.
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.
Summary
Validation