Skip to content

Unify Forge session runtime and tool registry - #75

Merged
reiase merged 1 commit into
mainfrom
feature/forge-session-registry
Jul 27, 2026
Merged

Unify Forge session runtime and tool registry#75
reiase merged 1 commit into
mainfrom
feature/forge-session-registry

Conversation

@reiase

@reiase reiase commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Overview:

Details:

Where should the reviewer start?

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

messages=messages,
tools=tools,
self._client.cancel_turn(self._session_id, self._active_turn_id)
except RuntimeError:
self.events.on_error(str(payload))
raise payload
finally:
await producer
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.34086% with 496 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
python/pulsing/forge/host/legacy_agent.py 36.71% 81 Missing ⚠️
crates/pulsing-forge/src/session/service.rs 81.81% 74 Missing ⚠️
crates/pulsing-gui/src/app/mod.rs 0.00% 58 Missing ⚠️
crates/pulsing-gui/src/controller/chat_turn.rs 74.00% 52 Missing ⚠️
crates/pulsing-forge/src/session/reducer.rs 79.55% 46 Missing ⚠️
crates/pulsing-forge/src/session/client.rs 77.45% 23 Missing ⚠️
crates/pulsing-forge/src/registry.rs 88.42% 22 Missing ⚠️
crates/pulsing-gui/src/model/sessions.rs 59.25% 22 Missing ⚠️
crates/pulsing-forge/src/unified_exec.rs 85.48% 18 Missing ⚠️
crates/pulsing-forge/src/handlers/mcp.rs 16.66% 15 Missing ⚠️
... and 14 more
Files with missing lines Coverage Δ
crates/pulsing-forge/src/agent/events.rs 80.00% <ø> (ø)
crates/pulsing-forge/src/approval/types.rs 88.34% <ø> (ø)
crates/pulsing-forge/src/context.rs 71.28% <100.00%> (+0.72%) ⬆️
crates/pulsing-forge/src/executor.rs 66.66% <ø> (+66.66%) ⬆️
crates/pulsing-forge/src/handlers/apply_patch.rs 10.71% <100.00%> (+5.05%) ⬆️
crates/pulsing-forge/src/handlers/bash.rs 100.00% <100.00%> (ø)
crates/pulsing-forge/src/handlers/discovery.rs 97.02% <100.00%> (+0.06%) ⬆️
crates/pulsing-forge/src/handlers/edit.rs 96.10% <100.00%> (+0.07%) ⬆️
crates/pulsing-forge/src/handlers/glob.rs 99.02% <100.00%> (+0.02%) ⬆️
crates/pulsing-forge/src/handlers/grep.rs 86.95% <100.00%> (+0.19%) ⬆️
... and 39 more

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reiase
reiase merged commit a06ea28 into main Jul 27, 2026
26 checks passed
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.

3 participants