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 }}
IntelliTect
/
EssentialCSharp.Web
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
8
Code
Issues
23
Pull requests
15
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: local AI chat backend wiring and fallback handling
- #1119
#1119
Merged
BenjaminMichaelis
merged 14 commits into
main
IntelliTect/EssentialCSharp.Web:main
from
copilot/local-ai-chat-wiring-fix
IntelliTect/EssentialCSharp.Web:copilot/local-ai-chat-wiring-fix
Copy head branch name to clipboard
May 19, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
fix: local AI chat backend wiring and fallback handling
#1119
BenjaminMichaelis
merged 14 commits into
main
IntelliTect/EssentialCSharp.Web:main
from
copilot/local-ai-chat-wiring-fix
IntelliTect/EssentialCSharp.Web:copilot/local-ai-chat-wiring-fix
Copy head branch name to clipboard
Commits
Commits on May 17, 2026
Fix local AI chat backend wiring and fallback handling
BenjaminMichaelis
committed
a622a9c
View commit details
Copy full SHA for a622a9c
Browse repository at this point
fix: replace unbounded ConcurrentDictionary with MemoryCache (sliding 30min TTL, 500 entry limit)
Show description for 4c076d4
BenjaminMichaelis
committed
4c076d4
View commit details
Copy full SHA for 4c076d4
Browse repository at this point
fix: remove fragile auth test bypasses
Show description for 5910f7b
BenjaminMichaelis
committed
5910f7b
View commit details
Copy full SHA for 5910f7b
Browse repository at this point
fix: validate Postgres connection string, bind EmbeddingRetry from config, remove resilience handler from local AI client
Show description for 658ac52
BenjaminMichaelis
committed
658ac52
View commit details
Copy full SHA for 658ac52
Browse repository at this point
style: remove trailing whitespace from Identity page handlers
BenjaminMichaelis
committed
2527168
View commit details
Copy full SHA for 2527168
Browse repository at this point
test: cover local chat and backend-selection wiring
Show description for 8a0ee1e
BenjaminMichaelis
committed
8a0ee1e
View commit details
Copy full SHA for 8a0ee1e
Browse repository at this point
test: dispose local test HttpClient/HttpResponseMessage objects
Show description for a9bd3ce
BenjaminMichaelis
committed
a9bd3ce
View commit details
Copy full SHA for a9bd3ce
Browse repository at this point
fix: harden unavailable/local chat fallback behavior
Show description for 90c8512
BenjaminMichaelis
committed
90c8512
View commit details
Copy full SHA for 90c8512
Browse repository at this point
fix: require https for Azure AI endpoint validation
Show description for c8c1328
BenjaminMichaelis
committed
c8c1328
View commit details
Copy full SHA for c8c1328
Browse repository at this point
test: include hcaptcha test token in chat availability tests
Show description for e69f533
BenjaminMichaelis
committed
e69f533
View commit details
Copy full SHA for e69f533
Browse repository at this point
fix: update ChatAvailabilityTests to use IntegrationTestBase pattern
Show description for 148b376
BenjaminMichaelis
committed
148b376
View commit details
Copy full SHA for 148b376
Browse repository at this point
Commits on May 18, 2026
fix: resolve local-chat and chat contract review feedback
Show description for 4a675ce
BenjaminMichaelis
committed
4a675ce
View commit details
Copy full SHA for 4a675ce
Browse repository at this point
test: de-duplicate new chat tests with data-driven cases
Show description for ffd9d56
BenjaminMichaelis
committed
ffd9d56
View commit details
Copy full SHA for ffd9d56
Browse repository at this point
Address PR #1119 review feedback: add stream and connection-string-fallback tests, fix cancellation tokens
Show description for 36cbf59
BenjaminMichaelis
committed
36cbf59
View commit details
Copy full SHA for 36cbf59
Browse repository at this point
You can’t perform that action at this time.