Commit Graph

75 Commits

Author SHA1 Message Date
juheelee
b3908f771f fix: paser로 인해 인공지능의 띄어쓰기가 이상해지는 문제 해결 2026-07-31 14:45:31 +09:00
juheelee
9d16b8ef3a feat: markdown 추가 2026-07-30 17:59:27 +09:00
juheelee
39f68ccf46 feat: markdown 추가 2026-07-30 17:59:06 +09:00
Gitea CI
2c4c447a8f feat: OpenRouter 실존 무료 모델 교체 및 Gemini API 라우팅 전환
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m9s
- chat.html: 드롭다운을 검증된 무료 모델로 교체
  * Ling 3.0 Flash (inclusionai/ling-3.0-flash:free) 기본값으로 설정
  * GPT-OSS 20B, Gemma 4 31B, NVIDIA Nemotron Nano, Cohere North Mini 추가
  * 삭제된 모델(qwen-2-7b, llama-3-8b, openchat-7b 등) 제거
- ChatController.java: Gemini 직접 API(비정상 키) 제거
  * gemini-flash-latest 선택 시 OpenRouter Google Gemma 4 31B 로 라우팅
  * 불필요한 70여 라인 직접 HTTP 호출 코드 제거
- E2E 검증 완료: Ling 3.0 Flash 정상 응답 확인
2026-07-30 07:28:56 +09:00
hjgram
68e1bf95fd merge: remote updates into main with tool-core schema updates
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m17s
2026-07-30 06:26:41 +09:00
hjgram
204dd04d5f feat: OCI 배포 듀얼 LLM 스위칭 및 신규 툴 DTO 의존성 주입 병합 2026-07-30 06:19:06 +09:00
jade
5fe8590695 feat: use MCP SDK for tool pod calls
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m18s
2026-07-29 23:03:11 +09:00
jade
139ddbc6ca fix: optimize dockerfile to use external gradle build
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 37s
2026-07-29 12:54:02 +09:00
jade
870ebb723f fix: hide markdown emphasis markers in chat responses
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m22s
2026-07-29 11:35:22 +09:00
jade
8a93d5d6dc feat: Support 4-letter MCI system code in Scaffolder and refactor Onnba classes 2026-07-27 15:03:13 +09:00
jade
c0de1f4edb fix: Include local fallback tools in generateToolsMarkdown API
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m15s
2026-07-27 14:11:25 +09:00
jade
1ee9f9e802 style: Add chat.html link to all top navigation bars 2026-07-27 14:07:33 +09:00
jade
9b9159a605 feat: Add UI/UX improvements to catalog.html including search, config json copy, and guide modal
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 34s
2026-07-27 14:00:27 +09:00
jade
d4953d60ec test: fix gateway test package references
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 18s
2026-07-27 12:51:28 +09:00
jade
94cdaaa8c9 불필요 없는 소스 삭제
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-26 15:46:48 +09:00
jade
bea517c4c1 fix: resolve bean injection error and gateway routing configs
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-26 15:34:43 +09:00
jade
e58c004d9d refactor: rename biz/other to biz/oth
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-25 01:43:47 +09:00
jade
92fe2399be refactor: rename dap-tool-other to dap-tool-oth
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-25 01:36:12 +09:00
jade
7ba18f7809 refactor: rename domain categories (common->cmm, sample->smp) and restrict category key to 3 chars
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-25 01:29:48 +09:00
jade
0a50b20960 feat: add chat.html link to index.html dashboard
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-25 00:13:00 +09:00
jade
4015207b86 fix: map Nginx 8281 to host 8080 to restore Apache proxy connection
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 7m53s
2026-07-24 23:52:55 +09:00
jade
9066c621a0 fix: resolve Nginx 503 error on rollback and apply package refactoring
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 11m44s
2026-07-24 15:00:01 +09:00
jade
aae95591a0 fix: add Nginx SSE proxy configs to prevent buffering of AI streams, and fix Gateway internal routing to use Nginx
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-24 10:45:27 +09:00
jade
d562e35ad8 fix: resolve stale class conflict in Docker build by adding clean and .dockerignore
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 23s
2026-07-24 10:20:00 +09:00
jade
438c190447 refactor: rename packages dapms to mcg and dapmt to mcc
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 42s
2026-07-24 10:00:45 +09:00
jade
ad2ab985d8 feat: allow Chat AI to use unregistered (register=false) tools
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13m58s
2026-07-23 23:46:04 +09:00
jade
abf7a435a4 feat/fix: update ToolScaffolder interface, update scaffold.html, fix mci-mock port
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14m20s
2026-07-23 23:11:30 +09:00
kimhyungsik
1e54370fb8 fix: restore missing closing brace in DynamicMcpController
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15m36s
2026-07-23 13:08:16 +09:00
kimhyungsik
408a3f6b28 fix: add DELETE mapping and .well-known endpoints for Cursor compatibility
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1m23s
2026-07-23 13:05:20 +09:00
jade
541150d3f4 Fix: gateway local profile fallback URL을 컨테이너 이름으로 변경
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-23 13:01:53 +09:00
kimhyungsik
5f8228bfce fix: add EnableScheduling to enable dynamic tool synchronization
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17m7s
2026-07-23 11:16:54 +09:00
kimhyungsik
6893bb6b35 fix: comment out emitter.onCompletion/onTimeout session removal to keep sessions persistent
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 14m21s
2026-07-23 10:33:56 +09:00
jade
3c183e901b chore: Remove hardcoded axhub.tool.url from application-dev.yml
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m57s
2026-07-23 10:17:38 +09:00
kimhyungsik
2948465b8a fix: comment out emitter.complete() to allow keep-alive sessions for standard SSE MCP client
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-07-23 10:16:15 +09:00
kimhyungsik
74b50482bf chore: optimize dev fallback routes to use internal docker service names
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m24s
2026-07-22 17:29:00 +09:00
jade
b57d96f83f refactor: rename project codes mcg to dapms and mcc to dapmt
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 37s
2026-07-22 15:48:45 +09:00
jade
c18efe251e refactor: migrate all properties files to yaml
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-07-22 14:57:44 +09:00
jade
8d4e8fd976 chore: replace author name with employee ID 0986406
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1s
2026-07-22 14:36:15 +09:00
jade
8e6682d089 chore: migrate environment endpoints from render to OCI 2026-07-22 13:35:01 +09:00
jade
680dbe098b feat: apply Shinhan Life logging standards to all modules 2026-07-22 10:22:16 +09:00
jade
140be4c7e9 fix: Scaffold dropdown missing modules on Render 2026-07-21 22:11:21 +09:00
jade
75b93d47c2 fix: Restore Korean character encoding in application-dev.properties 2026-07-21 21:57:34 +09:00
jade
f880f391d5 fix: Update fallback URLs from dap-tool to axhub-tool 2026-07-21 21:55:40 +09:00
jade
8a53bff74f Revert "refactor: Remove fallback HTTP logic from McpRouterController"
This reverts commit a46943ca23.
2026-07-21 21:53:36 +09:00
jade
a46943ca23 refactor: Remove fallback HTTP logic from McpRouterController 2026-07-21 21:49:32 +09:00
jade
2138ab7efa feat: Add MCI Scaffolding support and fix bean collision 2026-07-21 21:22:38 +09:00
jade
8cd07a255c fix: add sample category to pre-initialized servers to avoid 400 bad request 2026-07-21 15:13:31 +09:00
jade
c450f26d53 fix: correct gateway URL in application-dev.properties for all tools 2026-07-21 14:55:06 +09:00
jade
beed6e7001 docs: add sample category to scaffolder and readme 2026-07-21 14:22:22 +09:00
jade
e35b378d61 fix: wrap execute tool response to match expected client format 2026-07-21 14:00:51 +09:00