Files
awesome-copilot/cookbook/copilot-sdk/nodejs
syalioune ee3e386c9c fix(copilot-sdk-nodejs): correct assistant message delta event name (#1712)
The accessibility-report recipe and its companion doc used "assistant.message.delta" (dotted), which never matches the SDK event. The canonical name is "assistant.message_delta" (underscore), as documented in instructions/copilot-sdk-nodejs.instructions.md and used by the Python cookbook. Without this fix the streaming branch was dead and no incremental output was printed.


(cherry picked from commit e050d7bfc96c55924b0bf534c8b3e57359463ba9)

Signed-off-by: syalioune <sy_alioune@yahoo.fr>
2026-05-15 11:17:38 +10:00
..
2026-02-02 14:01:22 +11:00

GitHub Copilot SDK Cookbook — Node.js / TypeScript

This folder hosts short, practical recipes for using the GitHub Copilot SDK with Node.js/TypeScript. Each recipe is concise, copypasteable, and points to fuller examples and tests.

Recipes

Contributing

Add a new recipe by creating a markdown file in this folder and linking it above. Follow repository guidance in CONTRIBUTING.md.

Status

This README is a scaffold; recipe files are placeholders until populated.