jade
2809f1fd3a
refactor: remove retryEnabled from tool metadata
2026-08-31 10:12:31 +09:00
jade
14cb280b0e
feat: configure tool timeout and retry metadata in gateway scaffold
Deploy to OCIWP / deploy (push) Failing after 26s
2026-08-31 09:40:27 +09:00
jade
c791929c9e
Revert "fix: resolve 401 Unauthorized for Gemma by using the valid common API key"
...
Deploy to OCIWP / deploy (push) Failing after 13s
This reverts commit 35ec9d0730 .
2026-08-28 17:25:25 +09:00
jade
35ec9d0730
fix: resolve 401 Unauthorized for Gemma by using the valid common API key
Deploy to OCIWP / deploy (push) Failing after 13s
2026-08-28 17:20:51 +09:00
jade
f7ed8e8788
fix: route Scaffolder AI requests to internal litellm and fix UseCase update bug
Deploy to OCIWP / deploy (push) Failing after 29s
2026-08-28 17:11:39 +09:00
jade
94b7c1a395
fix: restore missing OpenRouter free models in HTML dropdowns
2026-08-28 16:06:10 +09:00
jade
5894b23095
Revert "fix: remove mcp-annotations and use local annotations"
...
Deploy to OCIWP / deploy (push) Failing after 36s
This reverts commit dc8eaaa17b .
2026-08-28 15:36:21 +09:00
jade
dc8eaaa17b
fix: remove mcp-annotations and use local annotations
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 15:10:24 +09:00
jade
d857069a3c
feat: Add support for internal LiteLLM models (Qwen3, Gemma-4)
...
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
소스 업데이트
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
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 모드 비활성화
Deploy to OCIWP / deploy (push) Failing after 0s
2026-08-28 09:59:42 +09:00
jade
afd9d57523
fix: Scaffold 생성 시 execute() 대신 Tool 이름 기반 카멜케이스 함수명 사용하도록 변경
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
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:57:03 +09:00
jade
23cafbf8e2
fix: scaffold.html 절대경로를 상대경로로 완전 변경 (Context Path 배포 지원)
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)에 맞춰 입력값을 자동 형변환하도록 수정
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:16:42 +09:00
jade
e73a006bac
fix: static html relative paths
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 14:04:56 +09:00
jade
309614a319
fix: scaffold.html typo
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)와 완전히 일치하도록 수정
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)을 로컬 정적 리소스로 완전 대체
Deploy to OCIWP / deploy (push) Failing after 11s
2026-08-27 10:34:23 +09:00
jade
a362fe69d9
fix: tester.html 파라미터 스키마 렌더링 오류 수정 및 객체 재귀 탐색 기능 추가
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 09:53:10 +09:00
jade
8810126185
소스 업데이트
Deploy to OCIWP / deploy (push) Failing after 12s
2026-08-27 09:14:30 +09:00
jade
ffe5777fea
fix: ObjectMapper 주입 시 단일 매칭 실패(NoUniqueBeanDefinitionException) 해결을 위해 jsonMapper를 objectMapper로 변경하고 Primary 복구
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) 추가 지원
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 지원 업데이트
...
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 수정
Deploy to OCIWP / deploy (push) Failing after 15s
2026-08-20 15:35:15 +09:00
jade
9fb3d28d52
gradle 및 불필요한 소스 수정
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
...
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
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
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
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
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
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
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
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
...
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
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
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)
Deploy to OCIWP / deploy (push) Failing after 15s
2026-08-19 16:53:02 +09:00
jade
69c1cb30af
fix: import path for GlowTrgmField
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
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
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
Deploy to OCIWP / deploy (push) Failing after 1m8s
2026-08-19 13:50:49 +09:00
jade
d5a07cd846
agent 내용 업데이트
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
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
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
Deploy to OCIWP / deploy (push) Failing after 17s
2026-08-19 09:35:32 +09:00