[docs] Update documentation for features from 2026-02-26#33
Merged
krukow merged 1 commit intoFeb 26, 2026
Merged
Conversation
…reference - Add :copilot/session.task_complete to Event Reference table in API.md - Add permission kind reference table listing all kinds (:shell, :write, :mcp, :read, :url, :custom-tool) in Permission Handling section - Update CHANGELOG.md [Unreleased] section Both were added in PR #32 (upstream PRs #544, #555) but were missing from the API reference documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
krukow
approved these changes
Feb 26, 2026
Closed
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.
Documentation Updates - 2026-02-26
This PR updates
doc/reference/API.mdbased on features merged in PR #32 that were not yet reflected in the API reference.Features Documented
:copilot/session.task_completeevent type (from Port upstream PRs #554, #555, #544: require permission handler, add custom-tool kind, task_complete event #32, upstream PR #544):shell,:write,:mcp,:read,:url,:custom-tool— including the newly added:custom-toolkind (from Port upstream PRs #554, #555, #544: require permission handler, add custom-tool kind, task_complete event #32, upstream PR #555)Changes Made
doc/reference/API.md— added:copilot/session.task_completerow to the Event Reference tabledoc/reference/API.md— added permission kind reference table in the Permission Handling section, listing all six permission kinds with descriptionsCHANGELOG.md— added entries under[Unreleased] ### Added (documentation)sectionValidation
bb --config /dev/null script/validate_docs.cljpassed (9 files, 0 warnings)Merged PRs Referenced
Notes
PR #32 already updated most documentation (README, getting-started, examples), but the API reference was missing the new event type and the permission kinds table.