This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Merged
Conversation
BREAKING CHANGES: - Requires pi-coding-agent >= 0.35.0 - Unified extension system replaces separate hooks/tools - Installation path changed from tools/ to extensions/ Changes: - Merged hook.ts and tools.ts into unified extension.ts - Updated to ExtensionAPI interface (replaces HookAPI + CustomToolFactory) - Tools now registered via pi.registerTool() instead of export - Context injection via before_agent_start event handler - Updated package.json: - Bump version to 0.3.0 - Update peer dependency to >= 0.35.0 - Remove hook export, keep only main extension export - Update dev dependency to pi-coding-agent@0.35.0 - Updated README.md: - New installation instructions for extensions/ directory - Added migration guide from v0.2.x - Updated requirements (pi >= 0.35.0) - Updated PI_INSTRUCTIONS.md: - Changed instructions for extensions/ instead of tools/ - Removed separate hook installation step - Added migration instructions from old setup All tests pass. The extension provides the same functionality: - Automatic language detection and context injection - 5 SCIP tools: find_definition, find_references, list_symbols, search_symbols, project_tree - Automatic index generation and staleness detection
- Add timestamp query param to npm badge URL to prevent caching - Created scripts/update-badge-timestamp.cjs to update timestamp - Added npm version hook to auto-update timestamp on version bumps - Timestamp will be refreshed automatically when running 'npm version'
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.