Merged
Conversation
Update workspace version from 0.2.0 to 0.3.0 for M7 Tool Execution Framework release. Changes: - Cargo.toml: workspace.package.version = "0.3.0" - Cargo.toml: all internal dependencies updated to 0.3.0 - CHANGELOG.md: moved [Unreleased] content to [0.3.0] - 2026-02-07 - CHANGELOG.md: added M7 Phase 2 details to complete epic documentation - README.md: added [tools] configuration section with shell.timeout and shell.blocked_commands - README.md: added ZEPH_TOOLS_TIMEOUT environment variable - README.md: added security callout for command filtering All tests passing (24/24), zero clippy warnings, release build successful.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #50 +/- ##
=======================================
Coverage 71.31% 71.31%
=======================================
Files 17 17
Lines 1921 1921
=======================================
Hits 1370 1370
Misses 551 551 🚀 New features to boost your workflow:
|
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
Version bump to v0.3.0 for M7 Tool Execution Framework release.
Changes
Version Updates
0.2.0→0.3.00.3.0CHANGELOG.md
[Unreleased]content to[0.3.0] - 2026-02-07README.md
[tools]configuration section[tools.shell]withtimeoutandblocked_commandsfieldsZEPH_TOOLS_TIMEOUTenvironment variableM7 Milestone Complete
Epic #34 closed with all acceptance criteria met:
Phase 1: zeph-tools crate with ToolExecutor trait (#39 → PR #47)
Phase 2: Command safety with DEFAULT_BLOCKED patterns (#40 → PR #48)
Phase 3: Agent integration, SEC-001 CRITICAL fixed (#41 → PR #49)
All 24 tests passing, zero clippy warnings, release build successful.
Checklist