Kubernetes AI Dashboard CLI
Changelog
Features
- 43a6c8f: feat(automation): add GitHub issue autopilot workflow (@fjvbn2003)
- 36017ac: feat(automation): add ci gated branch previews (@fjvbn2003)
- 57d1dcb: feat(automation): require org members for issue runs (@fjvbn2003)
- 2c7d4bc: feat(cli): :ai 명령어 K8s 컨텍스트 인식 및 도구 호출 지원 (@chkwak-devops)
- 00b0c69: feat(cli): Ctrl+Enter/Alt+Enter로 개행 입력 지원 (@chkwak-devops)
- b3c3496: feat(cli): add :model command for profile switching (@chkwak-devops)
- baf49fd: feat(cli): add A(all) option to tool approval prompt (@chkwak-devops)
- c287a0f: feat(cli): add Left/Right arrow cursor navigation for editing history entries (@chkwak-devops)
- 4678ff0: feat(cli): add MCP support and ESC key cancel functionality (@chkwak-devops)
- 07eed85: feat(cli): show prompt cursor on startup and add help text (@chkwak-devops)
- 0c3cf69: feat(presentation): 1페이지에 GitHub 저장소 주소 추가 (@nchime)
- 363e00e: feat(presentation): add PPTX generation scripts and generated presentations (@nchime)
- c57dc5b: feat(presentation): k13d에서 사용가능한 LLM Provider 장표 추가 (@nchime)
- 68f7e90: feat(ui): implement diff rendering and remove header badges (@nchime)
- 1271138: feat(web): AI 모델 테스트 결과 메시지 한글 번역 추가 (@nchime)
- 6c9f3f5: feat(web): AI 어시스턴트 패널 한글 번역 추가 (@nchime)
- f7217d8: feat(web): AI 어시스턴트 패널에 세션 지우기 버튼 추가 (@nchime)
- a9a33e6: feat(web): AI 채팅에서 도구 실행 정보 세션 간 유지되도록 수정 (@nchime)
- 7852ea1: feat(web): Add Ollama minimalist theme to color settings (@nchime)
- ef4acd3: feat(web): Chat History에서 새 세션 생성 시 자동 닫힘 및 AI 토글 버튼 정리 (@nchime)
- 2b6524b: feat(web): Decision Required 팝업 한글 번역 및 아이콘 스타일 통일 (@nchime)
- ab1a006: feat(web): Improve UI/UX and fix various issues (@nchime)
- a285784: feat(web): Lucide 아이콘 전체 교체 및 UI 개선 (@chkwak-devops)
- b1cd5d7: feat(web): add AI panel toggle button in header and fix namespace checkboxes (@nchime)
- 5aa52bf: feat(web): add Cluster Visualizer with traffic animation (@nchime)
- d2e9957: feat(web): click user badge to open Settings with Admin tab (@chkwak-devops)
- 301d793: feat(web): 로그인 화면 브랜딩 정리 (@nchime)
- d56e878: feat(web): 사이드바 TailAdmin 스타일 적용 및 UI 개선 (@nchime)
- a8c730f: feat(web): 상단 헤더 버튼을 아이콘만 표시로 변경 (@nchime)
- 9d6619a: feat(web): 언어 설정을 영어와 한국어만으로 제한 (@chkwak-devops)
- e92ecf4: feat(web): 한글 i18n 번역 전체 적용 (@nchime)
- 21abcb9: feat: cli 기능 추가 (@chkwak-devops)
- dfcc6d2: feat: cli 로고 변경 (@chkwak-devops)
- 209f4ce: feat: implement switchable TUI mode for host shell in AI panel (@seoeunbae)
- 03a2077: feat: issue #107 [Codex] k13d 의 로그인화면에 Sign in with your local acc (@fjvbn2003)
Bug Fixes
- b5ead6b: fix(cli): support Korean (UTF-8) input in readLine (@chkwak-devops)
- b31f2c1: fix(security): constrain automation preview execution (@fjvbn2003)
- 3ea8946: fix(security): update vulnerable go toolchain baseline (@fjvbn2003)
- 1a62fa8: fix(security): validate /bin/zsh against allowlist to resolve gosec G204 (@seoeunbae)
- 353d4f3: fix(tui): Further reduce flicker with smart layout rebuilding (@nchime)
- 1e66536: fix(tui): Reduce screen flicker and improve rendering stability (@nchime)
- ad4d83a: fix(tui): remove requestSync from navigateTo to eliminate double-line display (@nchime)
- 6a17b6d: fix(ui): preserve TUI AI conversation history (@youngju-up)
- ff84801: fix(web): AI 패널 확장 시 헤더 영역 표시되도록 수정 (@nchime)
- d90e935: fix(web): Cluster Overview 한글 번역 누락 수정 (@nchime)
- c5eaa6c: fix(web): break outer loop correctly on PTY write error in TUI shell handler (@seoeunbae)
- b832b3e: fix(web): language persistence after re-login, remove light mode, update docs (@chkwak-devops)
- 0fb153d: fix(web): 언어 설정 옵션 텍스트 수정 (@chkwak-devops)
- faea78c: fix: MCP package name, safety analyzer -A flag, and UI improvements (@chkwak-devops)
- 44307b4: fix: add openrouter provider and fix CLI build conflicts (@nchime)
- 5797801: fix: correct version detection in docs CI workflow (@chkwak-devops)
- 5226f8b: fix: format Go files with gofmt (@nchime)
- b36f6ff: fix: format welcome.go with gofmt (@nchime)
- 952fd2e: fix: resolve golangci-lint errors (@nchime)
- 6f22040: fix: resolve release-blocking test failures (@chkwak-devops)
- 87a6f14: fix: restore CHANGELOG.md keep-a-changelog format (@chkwak-devops)
Documentation
- 0d76a15: docs(presentation): add CLI reference UI slide with 4 screenshots (@chkwak-devops)
- 1de54d5: docs(presentation): add CLI reference images and update PDF (@chkwak-devops)
- ccce1a6: docs(presentation): add Web UI menu structure slide and CLI commands list (@nchime)
- f9bbb6d: docs(presentation): add architecture diagram slide between slide 2 and 3 (@chkwak-devops)
- f940c01: docs(presentation): adjust font sizes, move slide 16 after 12, remove slide 15, add PDF (@nchime)
- cd2ce21: docs(presentation): change CLI ref slide to 2x2 grid without labels (@chkwak-devops)
- bc022c3: docs(presentation): enhance slide 2 with name etymology and competitive comparison (@chkwak-devops)
- d64b1b2: docs(presentation): enlarge slide 3 fonts, add Lucide icons, fill vertical space (@chkwak-devops)
- 94c15bf: docs(presentation): fix project timeline date (@nchime)
- b43020b: docs(presentation): reorganize slides - add feature map, remove slides 4 and 10, swap 5 and 6 (@chkwak-devops)
- 1b43ae8: docs(presentation): simplify about slide text (@nchime)
- 505b403: docs(presentation): unify font sizes on slides 4, 14, 16 with slide 3 (@chkwak-devops)
- 75f3514: docs(presentation): update agent.md to reflect current 20-slide state (@nchime)
- 5c9be25: docs: add approve-all option to TUI tool approval docs (@chkwak-devops)
- b859429: docs: add presentation PDF (@chkwak-devops)
- 7d0c73c: docs: add presentation screenshots (@chkwak-devops)
- 3dfb5b0: docs: convert presentation to directory with multi-slide layout (@chkwak-devops)
- 6b142ab: docs: feature/chkwak 브랜치 변경사항 정리 및 CLI 실행 스크립트 추가 (@nchime)
- a37c0d8: docs: new-k13d.md 업데이트 (롤백 반영 및 최신 상태 동기화) (@nchime)
- 719ec23: docs: remove light mode and update Web UI theme docs (@chkwak-devops)
- 0ed4180: docs: update CLI mode with :model, cursor nav, ESC cancel (@chkwak-devops)
- c94a450: docs: update README with current features (@nchime)
- e5e7e43: docs: update changelog and add presentation (@chkwak-devops)
- 6a81fd1: docs: update download URLs and version refs to v1.1.0 (@chkwak-devops)
Others
- 9843e2c: feat(web,ui): 다크 모드 토글 버튼 추가 및 TUI 웰컴 스크린 구현 (@nchime)
- 8264651: fix(experimental) : change the feature to experimental mode exclusively (@seoeunbae)
- 00fe448: fix(go-version) : upgrade go version 1.25.9 (@seoeunbae)
- 8d4c054: fix(ignorefile) : add new ignore folder , .omc (@seoeunbae)
- 439dc93: lint: ifElseChain error and go.mod version (@seoeunbae)
Full Changelog: v1.0.1...v1.1.0