You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
12
12
13
13
### Added
14
14
15
+
#### Cookbook with Practical Recipes
16
+
17
+
Added a comprehensive cookbook with 5 practical recipes demonstrating common SDK usage patterns. All examples are JBang-compatible and can be run directly without a full Maven project setup.
-**Managing Local Files** - AI-powered file organization with grouping strategies
23
+
-**PR Visualization** - Interactive CLI tool for analyzing PR age distribution via GitHub MCP Server
24
+
-**Persisting Sessions** - Save and resume conversations across restarts
25
+
26
+
**Location:**`src/site/markdown/cookbook/`
27
+
28
+
**Usage:**
29
+
```bash
30
+
jbang BasicErrorHandling.java
31
+
jbang MultipleSessions.java
32
+
jbang PRVisualization.java github/copilot-sdk
33
+
```
34
+
35
+
Each recipe includes JBang prerequisites, usage instructions, and best practices.
36
+
15
37
#### Session Context and Filtering
16
38
17
39
Added session context tracking and filtering capabilities to help manage multiple Copilot sessions across different repositories and working directories.
0 commit comments