[docs] Update documentation for v0.1.24 features (2026-02-14) - #4
Merged
Conversation
- Add session.shutdown and skill.invoked to Event Reference table - Create Example 6: metadata_api.clj for v0.1.24 features - Update examples/README.md and run-all-examples.sh Completes documentation for PR #2 (v0.1.24 sync)
This was referenced Feb 14, 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 - February 14, 2026
This PR updates the documentation based on features merged in PR #2 (v0.1.24 sync).
Features Documented
All new functions from PR #2 were already documented in
doc/reference/API.md:list-sessionswith context filteringlist-toolsfor enumerating available toolsget-quotafor account quota informationget-current-modelandswitch-model!for dynamic model switchingsession.context_changed,session.title_changed,session.warningChanges Made
API.md Event Reference - Added missing event types:
:copilot/session.shutdown- Session is shutting down:copilot/skill.invoked- Skill invocation triggeredNew Example 6: metadata_api.clj - Comprehensive demonstration of:
list-sessionswith repository/branch filteringlist-toolswith model-specific overridesget-quotato inspect account usageget-current-modelandswitch-model!for mid-session model changesexamples/README.md - Added full documentation for Example 6
run-all-examples.sh - Included metadata-api in the test suite
Merged PRs Referenced
Notes
The main API documentation in
doc/reference/API.mdwas already complete and accurate. This PR fills the small gaps: