docs: v1.121.0 — play-upload JSON endpoint + Android Retrofit stub
Sia
committed
Jun 9, 2026
docs: v1.118/1.119 — build release/bundle + quality(lint) + archive JSON endpoints + Android Retrofit stubs
Sia
committed
Jun 9, 2026
docs(wiki): v1.91.0 메모(전역/프로젝트별) REST + Android 가이드
Sia
committed
Jun 2, 2026
docs: in-app notification bell + per-kind settings (v1.88.0/v1.89.0)
- New In-App-Notifications page (bell, mini-panel, kinds, /settings/notifications)
- Home TOC link
- REST-API-Reference: GET/ack/ack-all notification endpoints
- Android-Client-Guide: CHANGELOG sync (NotificationKind +2, NOTIFICATIONS_ACK_ALL)
Sia
committed
Jun 2, 2026
docs(wiki): 버전 조건부 표현 전면 제거 — 현재 버전 기준 완결 문서로 재정리
- 모든 페이지의 (vX.Y.Z+) / 'Added in vX' / 'Phase NN' / 버전 히스토리 표 제거.
- 제거된 기능 페이지 삭제: Users-And-Roles, Project-ACL (v1.45.0 단일 admin 화).
- 멀티유저/역할/ACL 잔존 서술을 단일 admin 모델로 재작성.
- Upgrade-Guide: 버전별 마이그레이션 이력 제거 → 현재 표준 절차만.
- Home: TOC/landing 정리, changelog 표 삭제.
docs(wiki): v0.30-v0.34 full catch-up (Phase 9-13)
신규 페이지 (7):
- Keyboard-Shortcuts — g p/c/h/e/s/a/d/l + ? help overlay
- Custom-Agents — ~/.claude/agents/*.md CRUD UI
- Dependency-Audit — gradle :{module}:dependencies + 좌표 추출
- Build-Automation — Cron schedule + external webhook (HMAC + plaintext secret)
- Backup-Restore — /backup tar.gz + pg_dump 가이드
- CLI — bundled cli/vibe bash MVP
- Conversation-Search — /history 글로벌 검색 + export/import + auto-archive 통합
기존 페이지 갱신:
- Home — v0.34.0 status 표 + 신규 ☆ 항목 TOC 정렬 + highlights 5건 추가
- REST-API-Reference — wire change 리스트 6건 추가 + 신규 endpoint 섹션 5개
(prompt-suggestions / history export-import / build automation /
backup / cross-project tools)
- Architecture — 신규 모듈 (4) + 백그라운드 서비스 2건 + DB 스키마 2건
- Security-Model — webhook secret auth + 화이트리스트 파일 보안 + backup
민감도 명시
- Conversation-History — 검색/export/archive 후속 명시
- Android-Client-Guide — prompt-suggestions Retrofit + wire deltas 5건
wody
committed
May 24, 2026
docs(wiki): v0.20-v0.29 full catch-up (8 phases)
신규 페이지 (6):
- Two-Factor-Auth — RFC 6238 TOTP, Authenticator 호환, 위협 모델
- Webhook-Notifications — Slack/Discord/Telegram, SSRF whitelist
- Publishing-To-Stores — Play Console + TestFlight MCP delegation 패턴
- APK-Signing — apksigner verify 인라인 검사
- Build-Cache — Gradle/Android/npm 캐시 측정 + cleanup
- Disk-Monitor — 워크스페이스 폴링 + 임계치 alert
기존 페이지 갱신:
- Home — v0.29.0 status 표 + TOC 재구성 (Security/Operations/Releases)
- REST-API-Reference — totpCode wire, ClaudeStatusDto usagePercent/resetAt,
zip 다운로드, publishing SSR forms, emulator AVD lifecycle, /2fa SSR
- Architecture — 신규 모듈 (notify/publish/disk + Totp), 배경 서비스 표,
세션 timeout / 2FA wiring 설명
- Security-Model — 2FA / session timeout / webhook SSRF / noVNC 보안 경고
- Emulator — v0.19 → v0.24 → v0.25 3단계 rollout, compose.full.yml 가이드
- Quick-Start — 2FA / webhook / publishing / :full emulator 옵션 섹션 추가
- Email-Notifications — Claude usage / 디스크 threshold 트리거 동작 명시
- Android-Client-Guide — 2FA 2-step UI 패턴, session timeout 처리, usage chip
wody
committed
May 24, 2026
docs(wiki): v0.16-v0.19 catch-up (history / email / git push / templating / emulator)
- Architecture: notify/, emulator/, audit/, claude/ConversationHistory modules
- REST-API-Reference: history GET, git/commit POST, templateId on register
- Quick-Start: template source, General Chat, email, emulator sections
- Android-Client-Guide: history Retrofit, git commit, templateId DTO
- New pages: Conversation-History, Email-Notifications, Git-Workflow, Emulator
- Home: TOC + status table updated to v0.19.0
wody
committed
May 24, 2026
docs(android): v0.13.0+ 기능 통합 가이드 (turn cancel / prompts / chat / files)
서버 v0.13.0~v0.16.0 의 신기능을 Android 클라이언트에 어떻게 통합할지
Retrofit interface + UX 권장안:
- Turn cancel — claudeConsoleCancel + console_done/system 프레임 hook 으로
■ 버튼 토글. ApiPath 상수는 shared/ v0.6.11+ 에 미러링됨.
- Prompt templates — GET /api/prompt-templates + QuickActionSheet 또는
Templates 탭. CRUD UI 는 browser 에서.
- General Chat — projectId="__scratch__" 로 console 화면 재사용. BottomNav
5탭 또는 Home entry 옵션.
- File tree/viewer — 현재 SSR 만. JSON API 다음 minor 에 추가 예정.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
wody
committed
May 23, 2026
docs(wiki): McpConfigFieldDto / EnvSetupComponentDto / RegisterProjectRequestDto.keystore 사실관계 보강
- REST-API-Reference: McpConfigFieldDto 8개 필드 정식 표 (key/label/placeholder/isSecret/required/help/isFile/acceptMime) — type/default 부재 명시
- REST-API-Reference: ComponentStateDto 에 installingTaskId 없음 — taskId 추적은 클라이언트 책임 명시
- REST-API-Reference: RegisterProjectRequestDto.keystore (KeystoreRequestDto) 정식 문서화 + JSON API only + keytool -storepass 평문 argv 보안 주의
- Android-Client-Guide: register() 의 keystore 옵션 + JSON-API-only 경고
- Android-Client-Guide: per-component install 추적 ViewModel 패턴 (inflight Map<componentId, taskId>)
- MCP-Catalog: configFields 8개 키 표 (클라이언트 form 구현자용)
docs(wiki): v0.11.0 MCP secret file upload (Play SA JSON, Apple .p8 etc.)
Three pages updated for the file-upload configField:
- MCP-Catalog: new "Secret-file authentication" section covering Play /
App Store / Firebase / Google Drive flow (UI steps + size limits +
manual docker cp alternative).
- REST-API-Reference: POST /api/env-setup/mcp/{mcpId}/file/{fieldKey}
with curl examples + how to chain into install.
- Android-Client-Guide: Retrofit @Multipart upload + Compose SAF picker
pattern + chained install example.
CLAUDE.md §8 trigger A (wire change) — McpConfigFieldDto adds optional
isFile/acceptMime + new endpoint mcpUploadFile() + new DTO
McpFileUploadResponseDto.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: vibe-coder-server v0.10.0 wiki — 13 pages
12 new pages + Home rewrite:
- Home (TOC)
- Quick-Start (3-min Docker setup)
- Architecture (process model + module layout + data flow)
- Build-Environment (component matrix + vibe-doctor)
- Claude-Auth (4 options decision matrix + storage)
- MCP-Catalog (60 entries, 10 categories, trust tiers)
- Git-Integration (PAT + SSH for private clone)
- REST-API-Reference (every endpoint with curl examples)
- WebSocket-Protocol (frame types + JS/Kotlin examples)
- Android-Client-Guide (Retrofit + Compose UX playbook)
- Data-Volumes (./vibe-coder-data/ layout + backup/migrate)
- Security-Model (auth + path safety + sandboxing)
- Troubleshooting (common errors)
- Upgrade-Guide (version-specific migration paths)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>