Remove remember tool registration when Moraine recall stable#4446
Remove remember tool registration when Moraine recall stable#4446Hmbown wants to merge 1 commit into
Conversation
Removes the legacy `remember` tool registration from `crates/tui/src/core/engine/tool_setup.rs` now that Moraine recall is stable, fulfilling the TODO and resolving related issues. Removes all associated tool config surface, tests, the tool module (`RememberTool`), and cleans up dependencies in the workspace. Co-authored-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @Hmbown's task in 2m 56s —— View job Claude's review
Summary: The core removal (registration logic, Findings1. Dead
Since Moraine recall is stable and the tool is gone, 2. Stale doc comment on 3. User-facing docs not updated
Given the PR's premise ("Moraine recall is now considered stable"), these docs should reflect that Moraine is the recall path and the What's good
Note: I couldn't run |
|
Moved to v0.9.4 draft. The remember tool cannot be removed until Moraine availability/default behavior, migration semantics, config/docs, and compatibility are proven together. This is a valid future slice, not a standalone v0.9.1 change. |
Understood. Acknowledging that this work is a future slice for v0.9.4 and stopping work on this task. |
This pull request removes the
remembertool registration logic from the agent's tool setup since Moraine recall is now considered stable.should_register_remember_toolfunction and its tests.with_remember_toolblock fromToolRegistryBuilder.memory_tool_enabledconfiguration logic passed to the surface options.crates/tui/src/tools/remember.rsfile.PR created automatically by Jules for task 15733292684462658497 started by @Hmbown