Commit Graph

713 Commits

Author SHA1 Message Date
jade
d857069a3c feat: Add support for internal LiteLLM models (Qwen3, Gemma-4)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
- Add dynamic routing in ChatController for Qwen3-Coder and Gemma-4-31B
- Update scaffold.html and chat.html model selection dropdowns
- Maintain existing OpenRouter fallback via application.yml
2026-08-28 13:55:34 +09:00
jade
658b761778 소스 업데이트
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 10:04:23 +09:00
jade
b66a708757 chore: add src/main/generated/ to gitignore
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 10:04:21 +09:00
jade
d5f644e666 fix: 로컬 환경(Windows)에서 Folder Picker(AWT)가 작동하도록 Spring Boot headless 모드 비활성화
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 09:59:42 +09:00
jade
afd9d57523 fix: Scaffold 생성 시 execute() 대신 Tool 이름 기반 카멜케이스 함수명 사용하도록 변경
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 09:53:56 +09:00
jade
69ac0ab1df fix: restore corrupted UTF-8 encoding in HTML files
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:57:03 +09:00
jade
23cafbf8e2 fix: scaffold.html 절대경로를 상대경로로 완전 변경 (Context Path 배포 지원)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 14:51:29 +09:00
jade
ba65417119 fix: tester.html 에서 Tool 실행 시 JSON Schema 타입(integer, number, boolean)에 맞춰 입력값을 자동 형변환하도록 수정
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:16:42 +09:00
jade
e73a006bac fix: static html relative paths
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:04:56 +09:00
jade
309614a319 fix: scaffold.html typo
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 14:03:13 +09:00
jade
c5a36814e2 feat: Scaffolder 생성 시 MCI UseCaseImpl 템플릿을 실제 요청(image) 구조(BizException, resTransfer null 체크, IO DTO)와 완전히 일치하도록 수정
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 25s
2026-08-27 13:53:08 +09:00
jade
561520778e refactor: 폐쇄망 환경을 위해 UI html의 외부 CDN(Tailwind, Google Fonts)을 로컬 정적 리소스로 완전 대체
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 10:34:23 +09:00
jade
a362fe69d9 fix: tester.html 파라미터 스키마 렌더링 오류 수정 및 객체 재귀 탐색 기능 추가
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 09:53:10 +09:00
jade
8810126185 소스 업데이트
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 09:14:30 +09:00
jade
ffe5777fea fix: ObjectMapper 주입 시 단일 매칭 실패(NoUniqueBeanDefinitionException) 해결을 위해 jsonMapper를 objectMapper로 변경하고 Primary 복구
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13s
2026-08-27 09:05:14 +09:00
jade
2fbf805afb fix: 스프링 필터 AOP 프록시 충돌(NPE) 해결 및 사내 로컬 AI 모델(Gemma-4-31B, Qwen3-Coder) 추가 지원
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 29s
2026-08-27 08:54:09 +09:00
jade
bb8020b99c feat: Scaffold UI 및 로직 9자리 Target System Code 지원 업데이트
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 31s
- 폐쇄망 환경을 위한 Bootstrap 등 정적 자원 로컬화 (cdn -> vendor) 적용

- Target System Code를 9자리(예: ONBTI2370)까지 입력받을 수 있도록 수정

- 9자리 입력 시, 2~5번째 문자를 추출하여 패키지 경로 및 Client 클래스 명명에 사용하도록 ToolScaffolder 로직 변경

- IO DTO 이름 생성 규칙(interfaceId -> ioPrefix) 수정
2026-08-25 17:50:55 +09:00
jade
182d50a373 gradle 수정
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15s
2026-08-20 15:35:15 +09:00
jade
9fb3d28d52 gradle 및 불필요한 소스 수정
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-20 15:26:15 +09:00
0feb3e9d26 Merge pull request 'juheelee' (#6) from juheelee into main
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
Reviewed-on: #6
2026-08-20 15:12:19 +09:00
juheelee
a19f1d75b9 Merge branch 'main' of https://git.devjun.net/kimhyungsik/ax_hub_mcp_tool into juheelee 2026-08-20 15:02:41 +09:00
juheelee
fa5335131e fix: dap-was-dapmt 바라보도록 수정 2026-08-20 15:00:10 +09:00
juheelee
52ae31d853 fix: dap-was-dapmt 바라보도록 수정 2026-08-20 14:58:50 +09:00
jade
d73e597543 fix(gateway): restore broken Korean characters in ToolPlanner caused by encoding mismatch during rename
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16s
2026-08-20 14:54:24 +09:00
jade
4986f9801c fix: resolve PodScaffolder missing workspace path by reading AXHUB_SOURCE_DIR system property instead of just env var
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 23s
2026-08-20 13:31:51 +09:00
jade
400fa3b6c1 fix: resolve remaining baseName placeholders for MCI IO files in grouped append and converter generators
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-20 13:30:32 +09:00
jade
90829432c4 fix: replace missed baseName placeholders for MCI IO files and UseCaseImpl integration packages
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16s
2026-08-20 13:15:50 +09:00
jade
bce603c3b6 fix: resolve mci package splitting and IO class naming issues in ToolScaffolder
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-20 13:02:30 +09:00
jade
40ca961239 fix: restore static html files that were dropped during massive rename
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-20 12:51:21 +09:00
jade
0085ec6919 refactor: massive rename dap -> dat and fix scaffold syntax error
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-20 10:41:37 +09:00
jade
64c422378f feat(scaffold): add native folder picker for Workspace Path selection
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 39s
- Added /api/v1/scaffold/browse-folder endpoint in ScaffoldingController to open native JFileChooser.
- Updated scaffold.html to use the new API for both Pod Module and Tool Function.
- Fixed JS event listener bug where workspacePath changes only affected Pod Module.
2026-08-20 09:22:03 +09:00
jade
d2fb804e5c fix: make AxhubSessionService optional to prevent Gateway crash
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 21s
2026-08-19 17:21:10 +09:00
jade
fdd6c6b99a fix: add DRTM_CD and USER_ID to HeaderDefaults
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 30s
2026-08-19 17:13:43 +09:00
jade
f25b6252d1 feat: align AxhubMciComponent with TmMciComponent (DRTM_CD, USER_ID, BizException)
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15s
2026-08-19 16:53:02 +09:00
jade
69c1cb30af fix: import path for GlowTrgmField
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 44s
2026-08-19 16:45:25 +09:00
jade
e998127fa5 feat: implement MCI session fetching using employee number
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1m3s
2026-08-19 16:41:13 +09:00
jade
9cdf313a77 fix: refactor ToolScaffolder to use generic MciClient for MCI tools
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 41s
2026-08-19 14:06:37 +09:00
jade
870412f0c7 fix: resolve workspace path resolution and enhance GrowToolHint generation in ToolScaffolder
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1m8s
2026-08-19 13:50:49 +09:00
jade
d5a07cd846 agent 내용 업데이트
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16s
2026-08-19 10:37:00 +09:00
jade
6d6eaab742 feat(ui): Export tools respecting main filter and add OpenAPI/Markdown exports
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-19 09:45:53 +09:00
jade
17524c5887 feat(ui): Enhance Tools List JSON modal with search and Postman export
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15s
2026-08-19 09:40:51 +09:00
jade
ebef388893 feat(ui): Display Tools List JSON in a modal screen instead of direct download
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-19 09:35:32 +09:00
jade
eac481da41 feat(ui): Add Export JSON button to Tester UI
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 38s
2026-08-19 09:30:42 +09:00
jade
0122de84aa feat(was-sys): add target parameter to TeamContactUseCase to filter by team
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-18 21:21:45 +09:00
jade
bb98eac44c feat(was-sys): update team contact info with full roster
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-18 21:20:27 +09:00
jade
6060eb9f93 feat(was-sys): add TeamContactUseCase for AX team and MCP managers
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16s
2026-08-18 21:13:27 +09:00
jade
7737ac8905 fix(gateway): resolve ClassCastException when parsing tools list in ChatController
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m37s
2026-08-18 21:04:41 +09:00
jade
de2d1061aa refactor(was-lib): use bundleId to dynamically match module-wide tool manifest requests
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-18 21:00:09 +09:00
jade
35fa033a1c feat(was-lib): map sys category to iam and pct tools
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
2026-08-18 20:57:13 +09:00
jade
3216148ee2 feat(was-lib): add /tool-manifest/{categoryKey} endpoint for filtered manifest
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m19s
2026-08-18 20:51:41 +09:00