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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
copilot-sdk-java
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
67
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
Commits
Breadcrumbs
History for
copilot-sdk-java
src
test
java
on
e265cf4
User selector
All users
All time
Commit history
Commits on Feb 6, 2026
Rename enums to PROPAGATE_AND_LOG_ERRORS/SUPPRESS_AND_LOG_ERRORS, default to PROPAGATE, always log errors
Show description for e265cf4
Copilot
and
brunoborges
committed
e265cf4
View commit details
Copy full SHA for e265cf4
View code at this point
Browse repository at this point
Rename EventErrorPolicy values: STOP→PROPAGATE, CONTINUE→SUPPRESS (Spring-style)
Show description for de45c8f
Copilot
and
brunoborges
committed
de45c8f
View commit details
Copy full SHA for de45c8f
View code at this point
Browse repository at this point
Add null check for setEventErrorPolicy and remove unused throws clause
Show description for 45ac4c3
Copilot
and
brunoborges
committed
45ac4c3
View commit details
Copy full SHA for 45ac4c3
View code at this point
Browse repository at this point
Implement EventErrorPolicy enum instead of breaking EventErrorHandler change
Show description for 9b0fe25
Copilot
and
brunoborges
committed
9b0fe25
View commit details
Copy full SHA for 9b0fe25
View code at this point
Browse repository at this point
Revert EventErrorHandler breaking change to implement enum-based approach
Show description for 1ee3b61
Copilot
and
brunoborges
committed
1ee3b61
View commit details
Copy full SHA for 1ee3b61
View code at this point
Browse repository at this point
Apply spotless formatting
Show description for dec4386
Copilot
and
brunoborges
committed
dec4386
View commit details
Copy full SHA for dec4386
View code at this point
Browse repository at this point
Update EventErrorHandler to return boolean for error propagation control
Show description for 0e58932
Copilot
and
brunoborges
committed
0e58932
View commit details
Copy full SHA for 0e58932
View code at this point
Browse repository at this point
Add EventErrorHandler for custom event handler error handling
Show description for 61b44b9
brunoborges
committed
61b44b9
View commit details
Copy full SHA for 61b44b9
View code at this point
Browse repository at this point
Add event handler dispatch and threading tests
Show description for 2fb9d0f
brunoborges
committed
2fb9d0f
View commit details
Copy full SHA for 2fb9d0f
View code at this point
Browse repository at this point
Refactor: use var for local variable type inference
Show description for dcce429
brunoborges
committed
dcce429
View commit details
Copy full SHA for dcce429
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
Enhance test method names and documentation across multiple test classes for clarity and consistency
brunoborges
committed
2e12f95
View commit details
Copy full SHA for 2e12f95
View code at this point
Browse repository at this point
Enhance timeout exception handling in testSendAndWaitThrowsOnTimeout
brunoborges
committed
15d6371
View commit details
Copy full SHA for 15d6371
View code at this point
Browse repository at this point
Enhance E2E test context with snapshot validation and logging for expected prompts
brunoborges
committed
f27eb12
View commit details
Copy full SHA for f27eb12
View code at this point
Browse repository at this point
Add logging configuration and enhance error handling test logging
brunoborges
committed
31963a9
View commit details
Copy full SHA for 31963a9
View code at this point
Browse repository at this point
Refactor session creation in CopilotSessionTest to create and validate multiple sessions
brunoborges
committed
f4047e5
View commit details
Copy full SHA for f4047e5
View code at this point
Browse repository at this point
Align tests with upstream test harness coverage
Show description for a402a40
brunoborges
committed
a402a40
View commit details
Copy full SHA for a402a40
View code at this point
Browse repository at this point
Refactor HooksTest to remove disabled tests for userPromptSubmitted, sessionStart, and sessionEnd hooks
brunoborges
committed
1590463
View commit details
Copy full SHA for 1590463
View code at this point
Browse repository at this point
Disable flaky hook tests that require test harness updates
brunoborges
committed
9a8410f
View commit details
Copy full SHA for 9a8410f
View code at this point
Browse repository at this point
Add E2E tests for error handling scenarios
brunoborges
committed
52bab0f
View commit details
Copy full SHA for 52bab0f
View code at this point
Browse repository at this point
Add unit tests for SessionShutdownEvent and SkillInvokedEvent parsing
brunoborges
committed
d23f461
View commit details
Copy full SHA for d23f461
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
Add end-to-end tests for session event lifecycle in SessionEventsE2ETest
brunoborges
committed
03f0f60
View commit details
Copy full SHA for 03f0f60
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Add unit tests for session event parsing with JSON deserialization
brunoborges
committed
03b1a9d
View commit details
Copy full SHA for 03b1a9d
View code at this point
Browse repository at this point
Refactor hook handlers and improve code formatting for readability
brunoborges
committed
06635f2
View commit details
Copy full SHA for 06635f2
View code at this point
Browse repository at this point
Add session lifecycle and user prompt hooks with corresponding handlers and inputs
brunoborges
committed
ef5b176
View commit details
Copy full SHA for ef5b176
View code at this point
Browse repository at this point
Enable testSendAndWaitThrowsOnTimeout in CI
Show description for bce0860
brunoborges
committed
bce0860
View commit details
Copy full SHA for bce0860
View code at this point
Browse repository at this point
Fix test infrastructure for proxy resilience
Show description for 5a720bf
brunoborges
committed
5a720bf
View commit details
Copy full SHA for 5a720bf
View code at this point
Browse repository at this point
Port snapshot directory name changes and CI token from upstream
Show description for f98dc99
brunoborges
committed
f98dc99
View commit details
Copy full SHA for f98dc99
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
Remove disabled annotation and comments from freeform user input response test due to upstream snapshot format mismatch
brunoborges
committed
b7bdcad
View commit details
Copy full SHA for b7bdcad
View code at this point
Browse repository at this point
Enhance logging for session events and user input requests; update test configurations for CLI compatibility
brunoborges
committed
de33889
View commit details
Copy full SHA for de33889
View code at this point
Browse repository at this point
Commits on Feb 1, 2026
Remove unused import for Disabled annotation in HooksTest
brunoborges
committed
aa880d7
View commit details
Copy full SHA for aa880d7
View code at this point
Browse repository at this point
Remove disabled annotation from HooksTest as CLI version 0.0.400+ is now available
brunoborges
committed
fcd6bfb
View commit details
Copy full SHA for fcd6bfb
View code at this point
Browse repository at this point
Remove disabled annotation from AskUserTest and update E2ETestContext to locate CLI in test/harness directory
brunoborges
committed
9fee9b2
View commit details
Copy full SHA for 9fee9b2
View code at this point
Browse repository at this point
Refactor testShouldHandlePermissionHandlerErrorsGracefully to remove TODO comment and clarify error handling
brunoborges
committed
e5add4d
View commit details
Copy full SHA for e5add4d
View code at this point
Browse repository at this point
Add TODO to handle permission handler errors gracefully in PermissionsTest
brunoborges
committed
927f6b6
View commit details
Copy full SHA for 927f6b6
View code at this point
Browse repository at this point
Disable AskUserTest and HooksTest until CLI 0.0.400+ runtime is available
Show description for 98a6927
brunoborges
committed
98a6927
View commit details
Copy full SHA for 98a6927
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.