vivream 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -99,7 +99,7 @@ npx vivream
99
99
 
100
100
  1. **Brain-dump** — Type your raw ideas, notes, or goals into the input box. No structure needed.
101
101
  2. **Pick a runtime** — Vivream auto-detects your installed CLI, or choose one from the header selector (Claude Code / Codex / Agy / BYOK key).
102
- 3. **Generate** — AI turns your dump into any of the five outputs: spec, execution prompt, mindmap, JSON, or pitch deck. Each mode is guided by its own specialized AI role.
102
+ 3. **Generate** — AI turns your dump into any of the five outputs: spec, execution prompt, mindmap, JSON, or pitch deck. Each mode is guided by its own specialized AI role. Generate one output, or hit **✦ Generate all remaining** to fill every tab in one go. The runtime selector shows which CLI is active (e.g. *Auto · Claude*).
103
103
  4. **Save sessions** — Save your sessions and revisit them later.
104
104
  5. **Time Machine** — Roll back to any previous checkpoint in your session.
105
105
  6. **Cross-Pollination** — Vivream finds similar past sessions and suggests connections automatically.
@@ -231,7 +231,7 @@ npx vivream
231
231
 
232
232
  1. **입력창에 아이디어 덤프** — 형식 없이 자유롭게 입력
233
233
  2. **런타임 선택** — 설치된 CLI 를 자동 감지하거나, 헤더 선택기에서 직접 선택 (Claude Code / Codex / Agy / BYOK 키)
234
- 3. **생성 버튼 클릭** — AI 가 다섯 결과물(설계서 · 실행 프롬프트 · 마인드맵 · JSON · 피치 덱) 중 원하는 것으로 정리. 모드마다 전용 AI 역할이 작동
234
+ 3. **생성 버튼 클릭** — AI 가 다섯 결과물(설계서 · 실행 프롬프트 · 마인드맵 · JSON · 피치 덱) 중 원하는 것으로 정리. 모드마다 전용 AI 역할이 작동. 하나씩 생성하거나 **✦ 나머지 모두 생성** 으로 모든 탭을 한 번에 채울 수 있고, 런타임 선택기가 현재 활성 CLI 를 표시합니다(예: *자동 · Claude*)
235
235
  4. **세션 저장** — 이전 작업 저장 및 재방문
236
236
  5. **Time Machine** — 이전 체크포인트로 롤백
237
237
  6. **Cross-Pollination** — 과거 유사 세션 자동 추천
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vivream",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Brain-dump in. Blueprint out. — Local AI workbench powered by your own Claude / Codex / Agy CLI",
5
5
  "keywords": ["ai", "claude", "brain-dump", "workbench", "local-first", "mindmap", "prompt"],
6
6
  "homepage": "https://github.com/AppSoApp/Vivream",
Binary file