mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
3.5 KiB
3.5 KiB
Changelog
Unreleased — my-pi maintained source
Changed
- Imported upstream
v0.3.6atddfb23646fd3957b791214de278e23aa393c9b13for direct local maintenance. - Migrated runtime imports to
@earendil-works/pi-coding-agentand currenttypebox. - Replaced the hidden steer/retry compatibility loop with current Pi dynamic-tool propagation.
- Replaced the truncated name manifest and add-only lifetime with validated model-generated Tool Cards, workflow groups, and bounded LRU activation.
- Added deterministic no-model fallback grouping, private manifest-hash caching, exact group overrides, lazy
/tool-search-rebuild, and nested model usage accounting. - Added limits for active groups, generated group size, and total dynamic tools, plus current-host catalog/config/LRU tests.
- Added checked-in authoritative groups for every tool exposed by the standard my-pi bundle, eliminating first-use model generation and user caching unless unrecognized third-party tools are present.
- Replaced the Hermes and third-party Hippo assignments with the five tools exposed by the official Hippo Pi extension, grouped into recall and management workflows.
- Added authoritative
ssh-connection,ssh-remote-files,ssh-remote-search, andssh-remote-shellgroups for the maintainedpi-sshtools, keeping reviewed connection, bounded discovery, structured file operations, and reviewed shell execution separate. - Added the authoritative
user-interactiongroup for the maintainedask_user_questionTUI tool.
[0.3.6] - 2026-04-24
Bug Fixes
- Clear footer status when
toolSearch.showToolSearchFooterStatusisfalse, and re-read setting each refresh so settings changes take effect without stale status. - Add explicit
showToolSearchFooterStatusconfig name with backward compatibility for older status keys.
[0.3.5] - 2026-04-23
Other
- Add
pi install npm:pi-tool-searchcommand to README
[0.3.4] - 2026-04-23
Other
- Clarify core defaults and token-saving purpose
[0.3.3] - 2026-04-23
Bug Fixes
- Refresh active tools on every
turn_start, not only fresh user prompts, so unlocked tools stay available during agent-loop continuations - Queue hidden steer hint after successful
tool_searchso agent can continue/retry without waiting for another user message - Stop showing visible retry guidance in
tool_searchresults and narrow hidden retry hint so successful same-turn tool calls are not repeated
Other
- Document same-response activation caveat and recovery behavior in
README.md
[0.3.2] - 2026-04-23
Bug Fixes
- Split
tool_searchdescription into "Already active" and "Hidden" sections so LLM skips redundant enable calls - Add
grepandfindto default core tools (always enabled alongsideread,write,edit,bash)
[0.3.1] - 2026-04-23
Other
- Add repository field to package.json
0.3.0
- Renamed from
pi-lazy-toolstopi-tool-search - Config key changed:
lazyTools→toolSearchinsettings.json showStatusconfig option: show/hideN / total toolsfooter status (default: on)- Provider-agnostic: removed payload-level filtering, relies solely on
setActiveTools readUserConfig()consolidates all settings reads into one call
0.2.0
- User config: add
"toolSearch": { "alwaysEnabled": ["lsp", "grep"] }tosettings.jsonto pre-unlock tools beyond the defaults - Reads config at each
session_start— no reinstall needed after changes
0.1.0
- Initial release
- Manifest-aware
tool_searchgate names: string[]batch enabling- Per-turn manifest refresh via
before_agent_start