You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: AI CLI navigate tool — API 호출 후 관련 페이지 자동 이동
- navigate meta-tool 추가 (search_tools, call_tool에 이어 3번째)
- API path → 프론트엔드 페이지 매핑 (get_page_for_api)
- /api/workflow/* → /main?view=workflows
- /api/chat/* → /main?view=new-chat
- /api/admin/* → /admin?view=dashboard 등
- search_tools 결과에 "📄 Related page" 정보 포함
- LLM이 call_tool 실행 후 관련 페이지를 자동으로 navigate
- 메인 윈도우: Tauri event 수신 → router.push(path)
- system prompt: "call_tool 후 Related page가 있으면 navigate 호출" 지시
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
"description":"Navigate the main XGEN window to a related page. Use the 'Related page' from search_tools results. Call this AFTER call_tool to show the user the relevant UI page.",
109
+
"input_schema":{
110
+
"type":"object",
111
+
"properties":{
112
+
"path":{
113
+
"type":"string",
114
+
"description":"Page path from search results (e.g. '/main?view=workflows', '/admin?view=dashboard', '/main?view=canvas')"
0 commit comments