Skip to content
  • Sponsor lobehub/lobe-cli-toolbox

  • Notifications You must be signed in to change notification settings
  • Fork 54
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8aca960

Browse files
committedJul 12, 2023
✨ feat: Improve functionality and user experience
- Delete unnecessary files and components - Update README files - Modify code components for better performance - Handle input and selection more effectively - Generate commit messages using AI - Add and remove links as needed - Rename variables for clarity - Modify descriptions and types of commit messages These changes aim to improve the functionality and user experience of the project.
1 parent 4643463 commit 8aca960

31 files changed

+428
-638
lines changed
 

‎README-zh_CN.md

-297
This file was deleted.

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ With AI mode, you can generate a complete commit message using ChatGPT.
102102

103103
#### Editor mode
104104

105-
In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow.
105+
In Editor mode, you can choose the `<type>(<optional scope>): <subject> [<issues>]` format by following a simple flow. Press <kbd>TAB</kbd> to go back to the previous step.
106106

107107
> 👉 Tip: If your project is a GitHub repository, the Editor mode feature will automatically fetch the issues associated with your repository. You can select multiple issues to link to your commit message by <kbd>space</kbd> .
108108
@@ -228,8 +228,10 @@ $ npm start
228228

229229
## 🔗 Credits
230230

231+
- langchainjs: <https://github.com/hwchase17/langchainjs>
232+
- gitmoji-commit-workflow: <https://github.com/arvinxx/gitmoji-commit-workflow>
231233
- gitmoji-cli: <https://github.com/carloscuesta/gitmoji-cli>
232-
- ai-commit: <https://github.com/insulineru/ai-commit>
234+
- ink: <https://github.com/vadimdemedes/ink>
233235

234236
<div align="right">
235237

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"prepare": "husky install",
2626
"prettier": "prettier -c --write \"**/**\"",
2727
"release": "multi-semantic-release",
28+
"start": "npm run dev",
2829
"test": "lerna run test --parallel && npm run lint"
2930
},
3031
"lint-staged": {

‎packages/lobe-cli-ui/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Lobe Cli UI is an open-source UI component library for building _AIGC_ cli apps
3434

3535
- [📦 Installation](#-installation)
3636
- [⌨️ Local Development](#️-local-development)
37+
- [🔗 Credits](#-credits)
3738

3839
####
3940

@@ -76,6 +77,16 @@ $ pnpm start
7677

7778
</div>
7879

80+
## 🔗 Credits
81+
82+
- ink: <https://github.com/vadimdemedes/ink>
83+
84+
<div align="right">
85+
86+
[![][back-to-top]](#readme-top)
87+
88+
</div>
89+
7990
---
8091

8192
#### 📝 License

‎packages/lobe-cli-ui/src/BorderView/index.test.tsx

-17
This file was deleted.

‎packages/lobe-cli-ui/src/BorderView/index.tsx

-24
This file was deleted.
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.