Skip to content

Commit 09af689

Browse files
committed
Rebrand as Reflex and polish agent workspace
1 parent a01d500 commit 09af689

41 files changed

Lines changed: 1276 additions & 688 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: matrix.os == 'windows-latest'
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: SSHTool-Windows
58+
name: Reflex-Windows
5959
path: |
6060
release-new/*.exe
6161
release-new/*.zip
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.os == 'macos-latest'
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: SSHTool-macOS
68+
name: Reflex-macOS
6969
path: |
7070
release-new/*.dmg
7171
release-new/*.zip
@@ -75,7 +75,7 @@ jobs:
7575
if: matrix.os == 'ubuntu-latest'
7676
uses: actions/upload-artifact@v4
7777
with:
78-
name: SSHTool-Linux
78+
name: Reflex-Linux
7979
path: |
8080
release-new/*.AppImage
8181
release-new/*.tar.gz

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Zangqing (藏青)
1+
# Contributing to Reflex
22

3-
First off, thank you for considering contributing to Zangqing! It's people like you that make Zangqing such a great tool.
3+
First off, thank you for considering contributing to Reflex! It's people like you that make Reflex such a great tool.
44

55
Below are the guidelines for contributing to this project.
66

@@ -22,16 +22,16 @@ This will concurrently run the Vite renderer process and the Electron main proce
2222

2323
### Reporting Bugs
2424

25-
This section guides you through submitting a bug report for Zangqing. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
25+
This section guides you through submitting a bug report for Reflex. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
2626

27-
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Sunhaiy/zangqing/issues).
27+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Sunhaiy/Reflex/issues).
2828
* If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
2929

3030
### Suggesting Enhancements
3131

32-
This section guides you through submitting an enhancement suggestion for Zangqing, including completely new features and minor improvements to existing functionality.
32+
This section guides you through submitting an enhancement suggestion for Reflex, including completely new features and minor improvements to existing functionality.
3333

34-
* **Ensure the enhancement was not already suggested** by searching on GitHub under [Issues](https://github.com/Sunhaiy/zangqing/issues).
34+
* **Ensure the enhancement was not already suggested** by searching on GitHub under [Issues](https://github.com/Sunhaiy/Reflex/issues).
3535
* When creating an enhancement issue, please provide a clear and detailed explanation of the feature. Describe the current behavior and the behavior you expect to see. Consider including screenshots or mockups if applicable.
3636

3737
### Pull Requests

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Zangqing (藏青) License
1+
Reflex License
22

3-
Copyright (c) 2026 Zangqing
3+
Copyright (c) 2026 Reflex
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.ja.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# 🚀 Zangqing (藏青) - 現代の SSH クライアントに期待するすべて
3+
# 🚀 Reflex - 現代の SSH クライアントに期待するすべて
44

55
*SSH 接続をシンプルにするすべて。*
66

@@ -17,23 +17,23 @@
1717

1818
### ダークテーマ
1919

20-
![Main workspace](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/b0e89111-1d1b-4072-adea-1dd2ec06831e.png)
20+
![Main workspace](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/b0e89111-1d1b-4072-adea-1dd2ec06831e.png)
2121

22-
![Agent deployment workspace](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/58beebfc-909a-4a29-adc6-6eb42f36bb50.png)
22+
![Agent deployment workspace](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/58beebfc-909a-4a29-adc6-6eb42f36bb50.png)
2323

24-
![Agent conversation and execution flow](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/d2aca14d-b5f3-47c9-8428-fd41e3036f33.png)
24+
![Agent conversation and execution flow](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/d2aca14d-b5f3-47c9-8428-fd41e3036f33.png)
2525

2626
### ライトテーマ
2727

28-
![Main workspace light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/1e403064-c046-4948-b229-202b99ed692a.png)
28+
![Main workspace light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/1e403064-c046-4948-b229-202b99ed692a.png)
2929

30-
![Agent deployment workspace light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/1e44b065-2b41-4316-8d5f-157bf1323034.png)
30+
![Agent deployment workspace light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/1e44b065-2b41-4316-8d5f-157bf1323034.png)
3131

32-
![Agent conversation and execution flow light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/22174f5b-d599-4a23-a2ee-b738d1b821c7.png)
32+
![Agent conversation and execution flow light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/22174f5b-d599-4a23-a2ee-b738d1b821c7.png)
3333

3434
## はじめに
3535

36-
**Zangqing (藏青)** は、究極の開発効率を追求して設計された、次世代のモダンで軽量な SSH クライアントです。単なるターミナルエミュレーターの枠を超え、AI 支援デバッグ、ネイティブの Docker 管理機能、リアルタイムのリソースモニタリング、およびシームレスな SFTP ファイル管理を、一つの美しいクロスプラットフォームなデスクトップアプリに統合しています。
36+
**Reflex** は、究極の開発効率を追求して設計された、次世代のモダンで軽量な SSH クライアントです。単なるターミナルエミュレーターの枠を超え、AI 支援デバッグ、ネイティブの Docker 管理機能、リアルタイムのリソースモニタリング、およびシームレスな SFTP ファイル管理を、一つの美しいクロスプラットフォームなデスクトップアプリに統合しています。
3737

3838
## 主な機能
3939

@@ -71,8 +71,8 @@
7171
## はじめに
7272

7373
```bash
74-
git clone https://github.com/Sunhaiy/zangqing.git
75-
cd zangqing
74+
git clone https://github.com/Sunhaiy/Reflex.git
75+
cd reflex
7676
npm install
7777
npm run dev
7878
```
@@ -93,7 +93,7 @@ npm run dist
9393
## ディレクトリ構成
9494

9595
```text
96-
zangqing
96+
reflex
9797
|- electron/ # Electron メインプロセス、IPC、SSH、デプロイエンジン
9898
|- src/ # React レンダラー
9999
| |- components/ # Terminal、Agent、Docker、files、monitor UI

README.ko.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# 🚀 Zangqing (藏青) - 모던 SSH 클라이언트에서 기대하는 모든 것
3+
# 🚀 Reflex - 모던 SSH 클라이언트에서 기대하는 모든 것
44

55
*SSH 연결을 단순하게 만드는 모든 것.*
66

@@ -17,23 +17,23 @@
1717

1818
### 다크 테마
1919

20-
![Main workspace](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/b0e89111-1d1b-4072-adea-1dd2ec06831e.png)
20+
![Main workspace](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/b0e89111-1d1b-4072-adea-1dd2ec06831e.png)
2121

22-
![Agent deployment workspace](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/58beebfc-909a-4a29-adc6-6eb42f36bb50.png)
22+
![Agent deployment workspace](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/58beebfc-909a-4a29-adc6-6eb42f36bb50.png)
2323

24-
![Agent conversation and execution flow](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/d2aca14d-b5f3-47c9-8428-fd41e3036f33.png)
24+
![Agent conversation and execution flow](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/d2aca14d-b5f3-47c9-8428-fd41e3036f33.png)
2525

2626
### 라이트 테마
2727

28-
![Main workspace light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/1e403064-c046-4948-b229-202b99ed692a.png)
28+
![Main workspace light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/1e403064-c046-4948-b229-202b99ed692a.png)
2929

30-
![Agent deployment workspace light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/1e44b065-2b41-4316-8d5f-157bf1323034.png)
30+
![Agent deployment workspace light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/1e44b065-2b41-4316-8d5f-157bf1323034.png)
3131

32-
![Agent conversation and execution flow light theme](https://raw.githubusercontent.com/Sunhaiy/zangqing/main/22174f5b-d599-4a23-a2ee-b738d1b821c7.png)
32+
![Agent conversation and execution flow light theme](https://raw.githubusercontent.com/Sunhaiy/Reflex/main/22174f5b-d599-4a23-a2ee-b738d1b821c7.png)
3333

3434
## 소개
3535

36-
**Zangqing (藏青)** 은 궁극의 개발 효율성을 위해 설계된 차세대 모던 초경량 SSH 클라이언트입니다. 단순한 터미널 에뮬레이터를 넘어서, AI 보조 디버깅, 네이티브 Docker 관리, 실시간 하드웨어 모니터링, 그리고 매끄러운 SFTP 파일 관리를 하나로 통합한 아름다운 크로스 플랫폼 데스크톱 애플리케이션입니다.
36+
**Reflex** 은 궁극의 개발 효율성을 위해 설계된 차세대 모던 초경량 SSH 클라이언트입니다. 단순한 터미널 에뮬레이터를 넘어서, AI 보조 디버깅, 네이티브 Docker 관리, 실시간 하드웨어 모니터링, 그리고 매끄러운 SFTP 파일 관리를 하나로 통합한 아름다운 크로스 플랫폼 데스크톱 애플리케이션입니다.
3737

3838
## 주요 기능
3939

@@ -71,8 +71,8 @@
7171
## 시작하기
7272

7373
```bash
74-
git clone https://github.com/Sunhaiy/zangqing.git
75-
cd zangqing
74+
git clone https://github.com/Sunhaiy/Reflex.git
75+
cd reflex
7676
npm install
7777
npm run dev
7878
```
@@ -93,7 +93,7 @@ npm run dist
9393
## 디렉터리 구조
9494

9595
```text
96-
zangqing
96+
reflex
9797
|- electron/ # Electron 메인 프로세스, IPC, SSH, 배포 엔진
9898
|- src/ # React 렌더러
9999
| |- components/ # Terminal, Agent, Docker, files, monitor UI

0 commit comments

Comments
 (0)