Commit 22281fd
Fixed (#5)
* feat: Unify CLI with custom UI and update authors
This commit completes the transition to a new, custom user interface across the entire SuperQwen CLI, ensuring a consistent look and feel for all commands. It also updates the project's author information as requested.
- Created a new UI module at `SuperQwen/setup/ui.py` with components for menus, progress bars, and styled console output.
- Refactored `SuperQwen/setup/cli.py` and `SuperQwen/setup/interactive.py` to replace all `rich` and `questionary` calls with the new `ui.py` module.
- Updated `SuperQwen/__init__.py` with the correct author and email information for NomenAK and Mithun Gowda B.
- Removed the now-unused `rich` and `questionary` dependencies from `pyproject.toml`, streamlining the project's dependencies.
- All interactive and non-interactive commands now share the same custom UI for a cohesive user experience.
* docs: Overhaul README with advanced structure and content
This commit completely revamps the `README.md` file to provide a more professional, comprehensive, and user-friendly overview of the SuperQwen Framework.
- Restructured the README for better logical flow and readability.
- Added a "Key Features" section with highlights of the project's capabilities.
- Updated the "Installation" and "Usage" sections with clearer instructions and more detailed examples.
- Included a preview of the new, custom installer UI to give users a glimpse of the experience.
- Added a table of all available `/sq` commands for quick reference.
- Added a "Configuration" section to explain how MCP servers are handled.
- Improved markdown formatting for better visual presentation.
* docs: Clarify command usage in README
This commit updates the `README.md` to clarify how `/sq` commands are used, based on an investigation of the command structure.
- Investigated the `.toml` files in `SuperQwen/Commands/` and determined that the `/sq` commands do not accept any flags or arguments.
- Added a note to the "Available `/sq` Commands" section in `README.md` to explain that all text following a command is treated as a single, continuous prompt for the AI.
- This change helps manage user expectations and provides clearer documentation for the command-line interface.
* feat: Implement custom help screen and version flag
This commit enhances the CLI by adding a custom help command and a `--version` flag, ensuring a fully consistent UI experience and improving usability.
- Added a new `help` command to `SuperQwen/setup/cli.py` that uses the custom `ui.display_table` function to show all available commands, replacing the default `typer` help screen.
- The `--help` and `-h` flags now trigger this custom help command for a unified look and feel.
- Running `superqwen` with no command now also displays the custom help screen.
- Added a `--version` flag (with a `-v` short alias) that prints the application's version and exits.
- These changes address user feedback to make the CLI more professional and to unify the UI across all parts of the application.
* Update __init__.py
---------
Co-authored-by: Mithun Gowda B <[email protected]>
Co-authored-by: Prashant R <[email protected]>1 parent e7a3f72 commit 22281fd
1 file changed
+55
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| 34 | + | |
26 | 35 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
36 | 50 | | |
37 | 51 | | |
38 | 52 | | |
| 53 | + | |
39 | 54 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
47 | 67 | | |
48 | 68 | | |
49 | 69 | | |
| |||
63 | 83 | | |
64 | 84 | | |
65 | 85 | | |
66 | | - | |
| 86 | + | |
67 | 87 | | |
68 | 88 | | |
69 | 89 | | |
| |||
73 | 93 | | |
74 | 94 | | |
75 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
76 | 99 | | |
| 100 | + | |
77 | 101 | | |
78 | 102 | | |
79 | 103 | | |
80 | 104 | | |
81 | 105 | | |
82 | | - | |
83 | 106 | | |
84 | 107 | | |
85 | 108 | | |
| |||
93 | 116 | | |
94 | 117 | | |
95 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
96 | 123 | | |
97 | 124 | | |
98 | 125 | | |
| |||
0 commit comments