mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-13 03:35:55 +00:00
Add Java SDK cookbook with 7 recipes
Add complete Java cookbook matching the pattern of existing .NET, Go, Node.js, and Python cookbooks. All 7 recipes included: - Ralph Loop: Autonomous AI task loops with JBang - Error Handling: try-with-resources, ExecutionException, timeouts - Multiple Sessions: Parallel sessions with CompletableFuture - Managing Local Files: AI-powered file organization - PR Visualization: Interactive PR age charts - Persisting Sessions: Save/resume with custom IDs - Accessibility Report: WCAG reports via Playwright MCP Each recipe includes both markdown documentation and a standalone JBang-runnable Java file in recipe/.
This commit is contained in:
@@ -10,7 +10,7 @@ The cookbook is organized by tool or product, with recipes collected by language
|
||||
|
||||
Ready-to-use recipes for building with the GitHub Copilot SDK across multiple languages.
|
||||
|
||||
- **[Copilot SDK Cookbook](copilot-sdk/)** - Recipes for .NET, Go, Node.js, and Python
|
||||
- **[Copilot SDK Cookbook](copilot-sdk/)** - Recipes for .NET, Go, Java, Node.js, and Python
|
||||
- Error handling, session management, file operations, and more
|
||||
- Runnable examples for each language
|
||||
- Best practices and complete implementation guides
|
||||
|
||||
Reference in New Issue
Block a user