@siteboon/claude-code-ui 1.18.2 → 1.19.1
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.ja.md +1 -25
- package/README.ko.md +1 -25
- package/README.md +1 -25
- package/README.zh-CN.md +1 -25
- package/dist/assets/{index-Ukg3obwK.js → index-0DqtvI36.js} +237 -235
- package/dist/assets/index-BPHfv_yU.css +32 -0
- package/dist/index.html +2 -2
- package/package.json +6 -2
- package/scripts/fix-node-pty.js +67 -0
- package/server/claude-sdk.js +7 -1
- package/server/database/auth.db +0 -0
- package/server/index.js +5 -2
- package/server/projects.js +100 -12
- package/shared/modelConstants.js +1 -1
- package/dist/assets/index-CrvzRggA.css +0 -32
package/README.ja.md
CHANGED
|
@@ -289,31 +289,7 @@ Claude Code、Cursor、Codex のセッションが利用可能な場合、自動
|
|
|
289
289
|
|
|
290
290
|
### コントリビューション
|
|
291
291
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
#### はじめに
|
|
295
|
-
1. リポジトリを **Fork** する
|
|
296
|
-
2. Fork を **クローン**: `git clone <your-fork-url>`
|
|
297
|
-
3. 依存関係を **インストール**: `npm install`
|
|
298
|
-
4. フィーチャーブランチを **作成**: `git checkout -b feature/amazing-feature`
|
|
299
|
-
|
|
300
|
-
#### 開発プロセス
|
|
301
|
-
1. 既存のコードスタイルに従って **変更を加える**
|
|
302
|
-
2. **徹底的にテスト** - すべての機能が正しく動作することを確認
|
|
303
|
-
3. **品質チェックを実行**: `npm run lint && npm run format`
|
|
304
|
-
4. [Conventional Commits](https://conventionalcommits.org/) に従った説明的なメッセージで **コミット**
|
|
305
|
-
5. ブランチに **プッシュ**: `git push origin feature/amazing-feature`
|
|
306
|
-
6. 以下を含む **プルリクエストを提出**:
|
|
307
|
-
- 変更内容の明確な説明
|
|
308
|
-
- UI 変更の場合はスクリーンショット
|
|
309
|
-
- 該当する場合はテスト結果
|
|
310
|
-
|
|
311
|
-
#### コントリビューション内容
|
|
312
|
-
- **バグ修正** - 安定性の向上に貢献
|
|
313
|
-
- **新機能** - 機能の強化(まず Issue で議論してください)
|
|
314
|
-
- **ドキュメント** - ガイドと API ドキュメントの改善
|
|
315
|
-
- **UI/UX の改善** - より良いユーザー体験
|
|
316
|
-
- **パフォーマンス最適化** - より高速に
|
|
292
|
+
コントリビューションを歓迎します!コミット規約、開発ワークフロー、リリースプロセスの詳細は [Contributing Guide](CONTRIBUTING.md) をご覧ください。
|
|
317
293
|
|
|
318
294
|
## トラブルシューティング
|
|
319
295
|
|
package/README.ko.md
CHANGED
|
@@ -288,31 +288,7 @@ Claude Code, Cursor 또는 Codex 세션을 사용할 수 있을 때 자동으로
|
|
|
288
288
|
|
|
289
289
|
### 기여하기
|
|
290
290
|
|
|
291
|
-
기여를 환영합니다!
|
|
292
|
-
|
|
293
|
-
#### 시작하기
|
|
294
|
-
1. 리포지토리를 **Fork**합니다
|
|
295
|
-
2. Fork를 **클론**: `git clone <your-fork-url>`
|
|
296
|
-
3. 의존성 **설치**: `npm install`
|
|
297
|
-
4. 기능 브랜치 **생성**: `git checkout -b feature/amazing-feature`
|
|
298
|
-
|
|
299
|
-
#### 개발 프로세스
|
|
300
|
-
1. 기존 코드 스타일을 따라 **변경 사항을 적용**합니다
|
|
301
|
-
2. **철저하게 테스트** - 모든 기능이 올바르게 작동하는지 확인
|
|
302
|
-
3. **품질 검사 실행**: `npm run lint && npm run format`
|
|
303
|
-
4. [Conventional Commits](https://conventionalcommits.org/)를 따르는 설명적 메시지로 **커밋**
|
|
304
|
-
5. 브랜치에 **푸시**: `git push origin feature/amazing-feature`
|
|
305
|
-
6. 다음을 포함하여 **풀 리퀘스트를 제출**:
|
|
306
|
-
- 변경 사항에 대한 명확한 설명
|
|
307
|
-
- UI 변경 시 스크린샷
|
|
308
|
-
- 해당되는 경우 테스트 결과
|
|
309
|
-
|
|
310
|
-
#### 기여 내용
|
|
311
|
-
- **버그 수정** - 안정성 향상에 도움
|
|
312
|
-
- **새로운 기능** - 기능 향상 (먼저 이슈에서 논의)
|
|
313
|
-
- **문서** - 가이드 및 API 문서 개선
|
|
314
|
-
- **UI/UX 개선** - 더 나은 사용자 경험
|
|
315
|
-
- **성능 최적화** - 더 빠르게 만들기
|
|
291
|
+
기여를 환영합니다! 커밋 규칙, 개발 워크플로우, 릴리스 프로세스에 대한 자세한 내용은 [Contributing Guide](CONTRIBUTING.md)를 참조해주세요.
|
|
316
292
|
|
|
317
293
|
## 문제 해결
|
|
318
294
|
|
package/README.md
CHANGED
|
@@ -291,31 +291,7 @@ session counts
|
|
|
291
291
|
|
|
292
292
|
### Contributing
|
|
293
293
|
|
|
294
|
-
We welcome contributions! Please
|
|
295
|
-
|
|
296
|
-
#### Getting Started
|
|
297
|
-
1. **Fork** the repository
|
|
298
|
-
2. **Clone** your fork: `git clone <your-fork-url>`
|
|
299
|
-
3. **Install** dependencies: `npm install`
|
|
300
|
-
4. **Create** a feature branch: `git checkout -b feature/amazing-feature`
|
|
301
|
-
|
|
302
|
-
#### Development Process
|
|
303
|
-
1. **Make your changes** following the existing code style
|
|
304
|
-
2. **Test thoroughly** - ensure all features work correctly
|
|
305
|
-
3. **Run quality checks**: `npm run lint && npm run format`
|
|
306
|
-
4. **Commit** with descriptive messages following [Conventional Commits](https://conventionalcommits.org/)
|
|
307
|
-
5. **Push** to your branch: `git push origin feature/amazing-feature`
|
|
308
|
-
6. **Submit** a Pull Request with:
|
|
309
|
-
- Clear description of changes
|
|
310
|
-
- Screenshots for UI changes
|
|
311
|
-
- Test results if applicable
|
|
312
|
-
|
|
313
|
-
#### What to Contribute
|
|
314
|
-
- **Bug fixes** - Help us improve stability
|
|
315
|
-
- **New features** - Enhance functionality (discuss in issues first)
|
|
316
|
-
- **Documentation** - Improve guides and API docs
|
|
317
|
-
- **UI/UX improvements** - Better user experience
|
|
318
|
-
- **Performance optimizations** - Make it faster
|
|
294
|
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on commit conventions, development workflow, and release process.
|
|
319
295
|
|
|
320
296
|
## Troubleshooting
|
|
321
297
|
|
package/README.zh-CN.md
CHANGED
|
@@ -290,31 +290,7 @@ Claude Code UI 支持 **[TaskMaster AI](https://github.com/eyaltoledano/claude-t
|
|
|
290
290
|
|
|
291
291
|
### 贡献
|
|
292
292
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
#### 入门
|
|
296
|
-
1. **Fork** 仓库
|
|
297
|
-
2. **克隆** 您的 fork: `git clone <your-fork-url>`
|
|
298
|
-
3. **安装** 依赖: `npm install`
|
|
299
|
-
4. **创建** 特性分支: `git checkout -b feature/amazing-feature`
|
|
300
|
-
|
|
301
|
-
#### 开发流程
|
|
302
|
-
1. **进行更改**,遵循现有代码风格
|
|
303
|
-
2. **彻底测试** - 确保所有功能正常工作
|
|
304
|
-
3. **运行质量检查**: `npm run lint && npm run format`
|
|
305
|
-
4. **提交**,遵循 [Conventional Commits](https://conventionalcommits.org/)的描述性消息
|
|
306
|
-
5. **推送** 到您的分支: `git push origin feature/amazing-feature`
|
|
307
|
-
6. **提交** 拉取请求,包括:
|
|
308
|
-
- 更改的清晰描述
|
|
309
|
-
- UI 更改的截图
|
|
310
|
-
- 适用时的测试结果
|
|
311
|
-
|
|
312
|
-
#### 贡献内容
|
|
313
|
-
- **错误修复** - 帮助我们提高稳定性
|
|
314
|
-
- **新功能** - 增强功能(先在 issue 中讨论)
|
|
315
|
-
- **文档** - 改进指南和 API 文档
|
|
316
|
-
- **UI/UX 改进** - 更好的用户体验
|
|
317
|
-
- **性能优化** - 让它更快
|
|
293
|
+
我们欢迎贡献!有关提交规范、开发流程和发布流程的详细信息,请参阅 [Contributing Guide](CONTRIBUTING.md)。
|
|
318
294
|
|
|
319
295
|
## 故障排除
|
|
320
296
|
|