Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
github
/
copilot-sdk-java
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
68
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add classical code generation workflow for Java SDK and migrate to generated event types
- #70
#70
Closed
edburns
with
Copilot
wants to merge 17 commits into
main
github/copilot-sdk-java:main
from
copilot/add-classical-code-gen-workflow
github/copilot-sdk-java:copilot/add-classical-code-gen-workflow
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Findings
Files changed
Closed
Add classical code generation workflow for Java SDK and migrate to generated event types
#70
edburns
with
Copilot
wants to merge 17 commits into
main
github/copilot-sdk-java:main
from
copilot/add-classical-code-gen-workflow
github/copilot-sdk-java:copilot/add-classical-code-gen-workflow
Copy head branch name to clipboard
Commits
Commits on Apr 12, 2026
Initial plan
Copilot
authored
6561490
View commit details
Copy full SHA for 6561490
Browse repository at this point
Add Java code generation from JSON schemas
Show description for 3ef1b22
Copilot
and
edburns
authored
3ef1b22
View commit details
Copy full SHA for 3ef1b22
Browse repository at this point
Commits on Apr 13, 2026
Add comment explaining npm install before npm ci in update workflow
Show description for 6e3c50c
Copilot
and
edburns
authored
6e3c50c
View commit details
Copy full SHA for 6e3c50c
Browse repository at this point
Improve Java code generator: sealed hierarchy, records, Long for integer, @JsonCreator
Show description for 75e5dba
Copilot
and
edburns
authored
75e5dba
View commit details
Copy full SHA for 75e5dba
Browse repository at this point
Commits on Apr 14, 2026
Add @JsonInclude(NON_NULL) to all generated event classes and warn on Object fallbacks
Show description for e9c0bf7
edburns
committed
e9c0bf7
View commit details
Copy full SHA for e9c0bf7
Browse repository at this point
Migrate events package to auto-generated SessionEvent types
Show description for da9ec9c
Copilot
and
edburns
authored
da9ec9c
View commit details
Copy full SHA for da9ec9c
Browse repository at this point
Commits on Apr 15, 2026
Fix residual old-package references and rename SessionEventParserTest
Show description for 7e7b283
edburns
committed
7e7b283
View commit details
Copy full SHA for 7e7b283
Browse repository at this point
Generate typed RPC wrapper classes (ServerRpc, SessionRpc) from api.schema.json
Show description for 6d35942
Copilot
and
edburns
authored
6d35942
View commit details
Copy full SHA for 6d35942
Browse repository at this point
Commits on Apr 16, 2026
Fix race condition in SessionEventsE2ETest: wait for own listener to see session.idle
Show description for e4dc6e5
Copilot
and
edburns
authored
e4dc6e5
View commit details
Copy full SHA for e4dc6e5
Browse repository at this point
Chunk 3: Wire generated RPC wrappers into CopilotClient and CopilotSession
Show description for a2712a7
Copilot
and
edburns
authored
a2712a7
View commit details
Copy full SHA for a2712a7
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into copilot/copilot-pr-70
Show description for f21a5ae
edburns
committed
f21a5ae
View commit details
Copy full SHA for f21a5ae
Browse repository at this point
Commits on Apr 17, 2026
Chunk 3 improvements: lazy getRpc() init, full internal RPC migration, add tests
Show description for cc3e09a
Copilot
and
edburns
authored
cc3e09a
View commit details
Copy full SHA for cc3e09a
Browse repository at this point
Fix Windows CLI path resolution and extract shared TestUtil
Show description for 5ba95f6
edburns
committed
5ba95f6
View commit details
Copy full SHA for 5ba95f6
Browse repository at this point
Apply Spotless formatting fixes to TestUtil.java
Show description for 265eec4
edburns
committed
265eec4
View commit details
Copy full SHA for 265eec4
Browse repository at this point
Merge branch 'main' into copilot/copilot-pr-70
edburns
committed
cf7d988
View commit details
Copy full SHA for cf7d988
Browse repository at this point
Forbid agentic sync from modifying src/generated/java/ files
Show description for ed1b1e3
Copilot
and
edburns
authored
ed1b1e3
View commit details
Copy full SHA for ed1b1e3
Browse repository at this point
Remove duplicate Javadoc block on sendExpandedToolResult()
Show description for 9ec2478
edburns
committed
9ec2478
View commit details
Copy full SHA for 9ec2478
Browse repository at this point
You can’t perform that action at this time.