Version Packages#11
Merged
Merged
Conversation
1894a35 to
f7f1967
Compare
f7f1967 to
365f62f
Compare
365f62f to
66bc4c1
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@counterposition/skill-pi@0.73.0
Minor Changes
8519110: # skill-pi
Sync skill docs with the Pi 0.73.x coding agent and tighten the skill for token efficiency.
toolsis now astring[]name allowlist (Pi 0.68); documentnoTools: "all" | "builtin"and drop references to the removedreadTool/bashTool/codingTools/readOnlyToolsexports.terminate: trueon tool results,defineTool(),ctx.ui.setWorkingIndicator/setWorkingVisible/addAutocompleteProvider/getEditorComponent,before_agent_start.systemPromptOptions,after_provider_response,thinking_level_select,message_endreplacement,session_shutdown.{reason,targetSessionFile},ctx.fork(id, {position})plus/clone, andpi.unregisterProvider.typebox1.x (legacy@sinclair/typeboxstill aliased).compat.reasoningEffortMapwith model-levelthinkingLevelMap; cover per-modelbaseUrloverrides and Azure Cognitive Services endpoints.terminal.showTerminalProgress/imageWidthCells,retry.provider.*,warnings.anthropicExtraUsage,enableInstallTelemetry, and thePI_CODING_AGENT_SESSION_DIR/PI_OFFLINE/PI_TELEMETRY/PI_OAUTH_CALLBACK_HOSTenv vars; absorb the CLI-flag cheatsheet so SKILL.md can stay routing-focused.models.md.@counterposition/pi-web-search@0.4.1
Patch Changes
dde2a16: # pi-web-search
Fix the web-content prompt-injection guard so the extension returns the updated
before_agent_startsystem prompt instead of mutating the event object. Pi readssystem-prompt changes from the handler's return value, so the previous mutation
of
event.systemPromptdid not reach the active prompt.