You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, you can use iTerm2 to get a similiar split pane experience on MacOS. You can split the pane vertically by pressing `Cmd + D` and then run `aish` in one of the panes.
78
-
79
81
### Chat commands
80
82
81
83
By default, `aish` provides a base set of chat `/` commands used to interact with the responses from
@@ -96,14 +98,15 @@ the AI model. To get a list of commands, use the `/help` command in the chat ses
96
98
/retry Regenerate a new response for the last query. Core
97
99
```
98
100
99
-
Also, agents can implement their own commands. For example, the `openai-gpt` agent register the command `/gpt`
100
-
for managing the GPTs defined for the agent. Some commands, such as `/like` and `/dislike`, are commands that
101
-
sends feedback to the agents. It is up to the agents to consume the feedback.
101
+
Also, agents can implement their own commands. For example, the `openai-gpt` agent register the
102
+
command `/gpt` for managing the GPTs defined for the agent. Some commands, such as `/like` and
103
+
`/dislike`, are commands that sends feedback to the agents. It is up to the agents to consume the
104
+
feedback.
102
105
103
106
### Key bindings for commands
104
107
105
-
AI Shell supports key bindings for the `/code` command.
106
-
They are currently hard-coded, but custom key bindings will be supported in future releases.
108
+
AI Shell supports key bindings for the `/code` command. They are currently hard-coded, but custom
109
+
key bindings will be supported in future releases.
@@ -114,10 +117,12 @@ They are currently hard-coded, but custom key bindings will be supported in futu
114
117
115
118
### Configuration
116
119
117
-
Currently, AI Shell supports very basic configuration. One can creates a file named `config.json` under `~/.aish` to configure AI Shell,
118
-
but it only supports declaring the default agent to use at startup. This way you do not need to select agents everytime you run `aish.exe`
120
+
Currently, AI Shell supports very basic configuration. One can creates a file named `config.json`
121
+
under `~/.aish` to configure AI Shell, but it only supports declaring the default agent to use at
122
+
startup. This way you do not need to select agents every time you run `aish.exe`
119
123
120
-
Configuration of AI Shell will be improved in future releases to support custom key bindings, color themes and more.
124
+
Configuration of AI Shell will be improved in future releases to support custom key bindings, color
125
+
themes and more.
121
126
122
127
```json
123
128
{
@@ -131,14 +136,17 @@ Please see [CONTRIBUTING.md][02] for more details.
131
136
132
137
## Privacy
133
138
134
-
AIShell does not capture, collect, store, or process any personal data or personally identifiable information (PII). All data interactions
135
-
are limited to the scope of the functionality provided by the tool and do not involve any form of personal data collection.
139
+
AI Shell does not capture, collect, store, or process any personal data or personally identifiable
140
+
information (PII). All data interactions are limited to the scope of the functionality provided by
141
+
the tool and do not involve any form of personal data collection.
136
142
137
-
Some agents integrated with AIShell may collect telemetry data to improve performance, enhance user experience, or troubleshoot issues.
138
-
We recommend that you refer to the individual agent’s README or documentation for more information on the telemetry practices and data collection
139
-
policies for each agent.
143
+
Some agents integrated with AI Shell may collect telemetry data to improve performance, enhance user
144
+
experience, or troubleshoot issues. We recommend that you refer to the individual agent’s README or
145
+
documentation for more information on the telemetry practices and data collection policies for each
146
+
agent.
140
147
141
-
If you are interested in learning more, see [Microsoft's Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement?msockid=1fe60b30e66967f13fb91f29e73f661a).
@@ -155,7 +163,7 @@ For any security issues, please see our [Security Policy][12].
155
163
## Feedback
156
164
157
165
We're still in development and value your feedback! Please file [issues][10] in this repository for
158
-
bugs, suggestions, or feedback.
166
+
bugs, suggestions, or feedback. If you would like to give more candid feedback and sign up for testing future versions and features before they are released, please fill out this [form][22].
159
167
160
168
<!-- link references -->
161
169
[01]: ./docs/CODE_OF_CONDUCT.md
@@ -165,8 +173,19 @@ bugs, suggestions, or feedback.
title:"[orange1]Please select an [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
289
+
title:"Welcome to AIShell! We’re excited to have you explore our [bold]Public Preview[/]. Documentation is available at [link=https://aka.ms/AIShell-Docs]aka.ms/AIShell-Docs[/], and we’d love to hear your thoughts - share your feedback with us at [link=https://aka.ms/AIShell-Feedback]aka.ms/AIShell-Feedback[/].\n\n[orange1]Please select an AI [Blue]agent[/] to use[/]:\n[grey](You can switch to another agent later by typing [Blue]@<agent name>[/])[/]",
0 commit comments