Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
ace41ca
fix: resolve unchecked operations warnings in ResilientApiClient
WilliamAGH Sep 5, 2025
e4592e5
chore: Update build configuration and dependencies
WilliamAGH Sep 5, 2025
89020f8
feat: Enhance configuration with diagnostics and Qdrant settings
WilliamAGH Sep 5, 2025
3979bc1
refactor: Migrate MarkdownService to AST-based processing
WilliamAGH Sep 5, 2025
20c73f7
feat: Enhance ChatService with diagnostics and API improvements
WilliamAGH Sep 5, 2025
8a18927
feat: Improve rate limiting and state management
WilliamAGH Sep 5, 2025
2ace30a
feat: Update controllers with enhanced endpoints and error handling
WilliamAGH Sep 5, 2025
496faf6
feat: Implement mobile-responsive UI with enhanced streaming
WilliamAGH Sep 5, 2025
1c53157
test: Add comprehensive test coverage and improvements
WilliamAGH Sep 5, 2025
11ac430
docs: Update documentation and add domain-specific guides
WilliamAGH Sep 5, 2025
dc6bef3
feat: Migrate to GPT-5 LLM
WilliamAGH Sep 6, 2025
1690399
feat: Add OpenAI SDK Integration
WilliamAGH Sep 6, 2025
ae2518f
feat: Enhance Embedding Configuration
WilliamAGH Sep 6, 2025
eeedd0a
refactor: Update Services for SDK Integration
WilliamAGH Sep 6, 2025
9b91f47
refactor: Update Controllers and Web Layer
WilliamAGH Sep 6, 2025
e4c38b0
feat: Update Frontend and UI
WilliamAGH Sep 6, 2025
d612ef8
docs: Update Documentation and Config
WilliamAGH Sep 6, 2025
1c62461
chore: Build and Development Updates
WilliamAGH Sep 6, 2025
f921147
refactor: Update Remaining Services
WilliamAGH Sep 6, 2025
d76f7d5
fix: Disable Netty native OpenSSL for Alpine compatibility
WilliamAGH Sep 6, 2025
2d58a8a
fix: Correct Spring documentation URL mappings
WilliamAGH Sep 6, 2025
3014436
fix: Improve streaming service reliability
WilliamAGH Sep 6, 2025
87d3cf4
fix: Correct malformed Spring documentation paths
WilliamAGH Sep 6, 2025
cd1b9a9
chore: Clean up UI metadata
WilliamAGH Sep 6, 2025
b5e7938
feat: Enhance URL normalization for Spring documentation
WilliamAGH Sep 6, 2025
6a5b1c2
chore: Update application properties for memory optimization
WilliamAGH Sep 6, 2025
732f7f6
chore: Optimize Dockerfile for JVM memory settings
WilliamAGH Sep 6, 2025
fbe868f
chore: Update application properties for Qdrant payload index management
WilliamAGH Sep 6, 2025
6f30f6e
chore: Refine Dockerfile JVM memory settings for optimized performance
WilliamAGH Sep 6, 2025
5dc1d31
fix: Simplify reasoning property handling in OpenAIStreamingService
WilliamAGH Sep 7, 2025
183a3fe
fix: Improve SSE heartbeat management in streaming responses
WilliamAGH Sep 7, 2025
b06cb37
fix: Enhance markdown enrichment parsing in UnifiedMarkdownService
WilliamAGH Sep 7, 2025
b514803
fix: Enhance markdown processing in UnifiedMarkdownService
WilliamAGH Sep 7, 2025
1b525a1
fix: Refactor markdown processing in UnifiedMarkdownService
WilliamAGH Sep 7, 2025
bc80b48
docs: rewrite AGENTS.md to strict hash-based rule format
WilliamAGH Jan 23, 2026
2842b24
chore: remove obsolete documentation and debug scripts
WilliamAGH Jan 23, 2026
d52a6ae
style: reformat RetrievalService with consistent line breaks
WilliamAGH Jan 23, 2026
9fffc4d
style: reformat service layer classes with consistent line breaks
WilliamAGH Jan 23, 2026
08ddd3f
build: use Amazon ECR Public for Docker base images
WilliamAGH Jan 23, 2026
ade792d
fix(streaming): add null guard for client selection
WilliamAGH Jan 23, 2026
85db993
fix(chat): add availability guard and secure logging
WilliamAGH Jan 23, 2026
d58b300
fix(memory): return thread-safe snapshots from getHistory/getTurns
WilliamAGH Jan 23, 2026
97e441f
fix(guided): prevent heartbeat artifact leak in SSE stream
WilliamAGH Jan 23, 2026
99ca466
docs(config): clarify lazy-initialization behavioral impact
WilliamAGH Jan 23, 2026
3ca8d81
fix(markdown): correct misleading cached status in render response
WilliamAGH Jan 23, 2026
3f0df15
fix(embedding): remove redundant null check for endpoint
WilliamAGH Jan 23, 2026
8419015
chore(markdown): remove unused placeholder classes
WilliamAGH Jan 23, 2026
d99600d
fix(markdown): remove redundant bounds check in ensureFenceSeparation
WilliamAGH Jan 23, 2026
f8c08eb
fix(markdown): remove impossible condition and fix misleading indenta…
WilliamAGH Jan 23, 2026
92d05d3
docs(readme): correct GPT-5 context window specification
WilliamAGH Jan 23, 2026
f0fcafd
fix(embedding): add volatile to circuit breaker state fields
WilliamAGH Jan 23, 2026
9c309d3
fix(markdown): correct enrichment position double-counting
WilliamAGH Jan 23, 2026
962c19a
fix(ratelimit): serialize file writes to prevent corruption
WilliamAGH Jan 23, 2026
89874b2
fix(ratelimit): add configuration check to isProviderAvailable
WilliamAGH Jan 23, 2026
1512071
fix(reranker): guard null document text in cache hash
WilliamAGH Jan 23, 2026
9331ac6
fix(chat): add .share() to prevent duplicate API calls
WilliamAGH Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ build/
### Logs ###
logs/
*.log
-e
# Build artifacts
BOOT-INF/
classpath.txt
15 changes: 13 additions & 2 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@
"default",
{
"ignore": [
"user-select"
"user-select",
"-webkit-overflow-scrolling"
]
}
]
}
},
"browserslist": [
"defaults",
"not ie 11",
"not firefox <= 139",
"not safari <= 18.5",
"not ios_saf <= 18.5",
"not and_ff <= 139",
"not opera <= 117",
"not samsung <= 28"
]
}
15 changes: 15 additions & 0 deletions .htmlhintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tagname-lowercase": true,
"attr-lowercase": false,
"attr-value-double-quotes": true,
"doctype-first": false,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": false,
"alt-require": false,
"inline-style-disabled": false,
"inline-script-disabled": false
}
1 change: 0 additions & 1 deletion AGENT.md

This file was deleted.

Loading