Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a5ce031
fix: resolve major TypeScript typing issues and improve configuration…
Sep 13, 2025
21ee14e
fix: resolve remaining TypeScript typing issues in tests
Sep 13, 2025
306e4c4
fix: resolve final TypeScript typing issues in tests
Sep 13, 2025
a133c72
docs: update README with v1.4.1 improvements and TypeScript fixes
Sep 13, 2025
61cc989
feat: implement comprehensive monitoring plugin with metrics collection
Sep 13, 2025
1f7bc56
fix: resolve TypeScript compilation errors
Sep 13, 2025
a877ccf
fix: resolve remaining TypeScript compilation errors
Sep 13, 2025
8c1d7ba
docs: add AI context update for monitoring plugin implementation
Sep 13, 2025
303360a
fix: resolve final TypeScript compilation errors
Sep 13, 2025
2f3887b
fix: resolve TypeScript import and type errors
Sep 13, 2025
de1e321
fix: correct Logger type import path in server/framework.ts
Sep 13, 2025
1a4ed24
Merge pull request #1 from MarcosBrendonDePaula/fix/typescript-typing…
MarcosBrendonDePaula Sep 13, 2025
6b3ba4f
fix: resolve test configuration and framework issues
Sep 13, 2025
1c24810
fix: resolve major test failures and improve system integration
Sep 13, 2025
09104b9
fix: resolve TypeScript type export conflicts and ambiguities
Sep 13, 2025
9c5f828
fix: resolve remaining configuration and integration test issues
Sep 13, 2025
04e4c11
fix: resolve runtime errors in standalone development modes
Sep 13, 2025
9c15551
fix: resolve critical test failures and make framework fully operational
Sep 13, 2025
4b7ac4a
fix: resolve GitHub Actions test failures by aligning expectations wi…
Sep 13, 2025
6f7b79e
feat: implement intelligent Vite port auto-detection in plugin
Sep 13, 2025
ee186c1
fix: use intelligent Vite proxy with auto port detection in main server
Sep 13, 2025
f09c5bf
fix: resolve remaining 5 GitHub Actions test failures by aligning exp…
Sep 13, 2025
b59b537
fix: resolve Swagger UI content update issues with proper plugin regi…
Sep 13, 2025
89905f8
Update index.ts
Sep 13, 2025
99bb7d6
fix: resolve Swagger UI crash caused by invalid security configuration
Sep 14, 2025
af2df47
feat: achieve 100% TypeScript error resolution and comprehensive syst…
Sep 14, 2025
d928fa6
fix: resolve 2 critical configuration integration test failures
Sep 14, 2025
be35f93
fix: resolve final 2 configuration integration test failures
Sep 14, 2025
b7d8213
docs: comprehensive AI context documentation update to v1.4.1
Sep 14, 2025
e54e8b1
new readme
Sep 14, 2025
92f4b91
Update README.md
MarcosBrendonDePaula Sep 14, 2025
5f246e6
Clear
Sep 14, 2025
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
6 changes: 5 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"Bash(npm run build:*)",
"Bash(npx tsc:*)",
"Bash(bun:*)",
"Bash(vite build:*)"
"Bash(vite build:*)",
"Bash(tsc --noEmit)",
"WebSearch",
"WebFetch(domain:elysiajs.com)",
"Bash(tree:*)"
],
"deny": []
}
Expand Down
Loading
Loading