jade
115e403497
fix(scaffold): apply target system code naming for MCI converter and abbreviate baseName
Deploy to OCIWP / deploy (push) Failing after 17s
2026-09-10 14:35:42 +09:00
jade
17d9f3cb77
feat: add folder picker to new pod scaffold
Deploy to OCIWP / deploy (push) Failing after 32s
2026-09-09 17:52:12 +09:00
jade
e1908b4b7a
feat: add standalone pod module scaffolder
2026-09-09 17:49:34 +09:00
jade
88d94e8b83
feat(scaffold): add guided AI tool proposal sample
Deploy to OCIWP / deploy (push) Failing after 18s
2026-09-07 18:17:03 +09:00
jade
c9701a5a94
feat: MCI 변환 AI 병렬 청킹 및 Converter 생성 개선
...
Deploy to OCIWP / deploy (push) Failing after 28s
- ScaffoldingController: AI 분석 시 20개 단위 병렬 청킹(CompletableFuture) 적용
- ScaffoldingController: reserved 자동 제외 로직 제거, AI 명시적 include=false만 제외
- ScaffoldingController: AI 프롬프트 개선 - 모든 필드(List/reserved 포함) 번역 지시
- MciResponseScaffolder: Request Converter 메서드명 toLegacyRequest -> toRequest 변경
- scaffold.html: collectMciResponseMappings validation 방어 처리 (자동 fallback)
2026-09-07 15:41:57 +09:00
jade
91c34a2fb3
fix(gateway): load AI API keys from application properties instead of hardcoding
Deploy to OCIWP / deploy (push) Failing after 16s
2026-09-07 11:08:08 +09:00
jade
bb782e1d38
chore: clarify MCI DTO transform labels
Deploy to OCIWP / deploy (push) Failing after 17s
2026-09-07 09:25:10 +09:00
jade
ac432a95dd
feat: add MCI request DTO scaffold conversion
Deploy to OCIWP / deploy (push) Failing after 31s
2026-09-07 09:18:43 +09:00
jade
a58af8178a
업데이트
Deploy to OCIWP / deploy (push) Failing after 16s
2026-09-04 18:09:10 +09:00
jade
459895ed40
업데이트
Deploy to OCIWP / deploy (push) Has been cancelled
2026-09-04 17:44:21 +09:00
jade
072a31d883
key 값 업데이트
Deploy to OCIWP / deploy (push) Failing after 23s
2026-09-03 14:19:50 +09:00
jade
69204cb6dd
fix: tolerate AI manifest YAML colons
Deploy to OCIWP / deploy (push) Failing after 37s
2026-09-03 14:16:57 +09:00
Boram
82c087e2da
dto다운로드
Deploy to OCIWP / deploy (push) Failing after 22s
2026-09-03 10:46:10 +09:00
jade
693ddea18d
fix: normalize scaffold pod and tool generation
Deploy to OCIWP / deploy (push) Failing after 35s
2026-09-03 10:10:21 +09:00
jade
e6bcfe8934
fix: align pod manifest scaffold schema
Deploy to OCIWP / deploy (push) Failing after 25s
2026-09-02 14:34:56 +09:00
jade
2dc0c19c5a
feat: add AI manifest generation to pod scaffold
Deploy to OCIWP / deploy (push) Failing after 1m6s
2026-09-02 13:29:42 +09:00
jade
a85a5e8d33
fix: add explicit parameter name to ToolReportController
Deploy to OCIWP / deploy (push) Failing after 12s
2026-09-01 17:00:14 +09:00
jade
a6eb4c4fe5
fix: correct placeholder text in usecase dropdown to '새 UseCase 생성' instead of '새 도메인 생성'
Deploy to OCIWP / deploy (push) Failing after 10s
2026-09-01 16:49:53 +09:00
jade
f9b96bf7ab
fix: add explicit names to all @PathVariable and @RequestParam to support legacy compilers without -parameters flag
Deploy to OCIWP / deploy (push) Failing after 10s
2026-09-01 16:42:19 +09:00
jade
1efd8617a7
fix: explicitly name @RequestParam to support environments compiled without -parameters flag
Deploy to OCIWP / deploy (push) Failing after 11s
2026-09-01 16:34:07 +09:00
jade
cfee4e381e
fix: robust handling of non-array responses in scaffold.html dropdowns
Deploy to OCIWP / deploy (push) Failing after 26s
2026-09-01 16:18:54 +09:00
jade
cfd074163b
fix: use inputSchema for MCP tool definitions in tester.html
Deploy to OCIWP / deploy (push) Failing after 14s
2026-08-31 17:55:16 +09:00
jade
1e9b8506d0
fix: restore missing syntax characters and encoding in scaffold.html
Deploy to OCIWP / deploy (push) Failing after 30s
2026-08-31 16:16:01 +09:00
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
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
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
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
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
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
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
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
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