feat(pi-extension): register native memory tools - #6
Open
ZeR020 wants to merge 1 commit into
Open
Conversation
This was referenced Aug 17, 2026
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
from
August 17, 2026 20:31
672ba7b to
1158ab6
Compare
ZeR020
force-pushed
the
stack/7-native-tools
branch
from
August 17, 2026 20:31
0328db4 to
d6ed990
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
from
August 19, 2026 07:49
1158ab6 to
f2b91fc
Compare
ZeR020
force-pushed
the
stack/7-native-tools
branch
from
August 19, 2026 07:49
d6ed990 to
152c5c4
Compare
Normalize string tool_result content before file-context append so the original read text remains. Default tool project is the Git-root identity; all_projects drops project.
ZeR020
force-pushed
the
stack/7-native-tools
branch
from
August 23, 2026 15:33
152c5c4 to
59e9172
Compare
ZeR020
force-pushed
the
stack/6-pi-extension-client
branch
from
August 23, 2026 15:33
f2b91fc to
1ce0cf1
Compare
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.
Seventh stacked PR for pi support (kunickiaj#1430). Depends on layer 6 (
stack/6-pi-extension-client, #5).Opened on the fork because GitHub cannot use
kunickiaj:stack/6-pi-extension-clientas a base.Why
Maintainer blocker in this layer: file-context replaced string
tool_resultcontent (original read text disappeared).What
memory_*tools from5f84fe3b+aee5090a(CLI JSON parse + distillall_projects).tool_resultcontent is normalized before file-context append; original text remains.all_projectsstill dropsproject.pi.tools_mode=mcp-adapterskips native registration.Version stays
0.40.1until layer 8 (0.41.0).Test plan
vitest run packages/pi-extension— 52/52tsc -p packages/pi-extension --noEmitStacked on: #5 / #4 / #3 / #2 / #1 / kunickiaj#1473
Related: kunickiaj#1430, kunickiaj#1429