@kernelonpanic/kitcode 1.0.1-beta → 1.1.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.md CHANGED
@@ -49,7 +49,7 @@ npm install -g kitcode
49
49
  ## Install from source
50
50
 
51
51
  ```sh
52
- git clone https://github.com/PanicOnKernel/KitCode.git
52
+ git clone https://github.com/KernelEditor/KitCode.git
53
53
  cd KitCode
54
54
  npm install
55
55
  npm run build
@@ -108,6 +108,7 @@ Press `/` to open the command list.
108
108
  | `/model` | Select a model. |
109
109
  | `/provider` | Switch providers. |
110
110
  | `/login` · `/logout [provider]` | Add a provider or choose exactly which provider to remove. |
111
+ | `/key [provider]` | Change API key for a provider. |
111
112
  | `/effort` · `/thinking` | Configure reasoning depth and output. |
112
113
  | `/resume` · `/clear` | Resume a session or start a new one. |
113
114
  | `/sessions` | Search sessions, then resume, rename, delete, or export one. |
package/README.ru.md CHANGED
@@ -49,7 +49,7 @@ npm install -g kitcode
49
49
  ## Установка из исходников
50
50
 
51
51
  ```sh
52
- git clone https://github.com/PanicOnKernel/KitCode.git
52
+ git clone https://github.com/KernelEditor/KitCode.git
53
53
  cd KitCode
54
54
  npm install
55
55
  npm run build
@@ -108,6 +108,7 @@ http://localhost:11434/v1
108
108
  | `/model` | Выбрать модель. |
109
109
  | `/provider` | Переключить провайдера. |
110
110
  | `/login` · `/logout [provider]` | Добавить провайдера или выбрать конкретный API для выхода. |
111
+ | `/key [provider]` | Сменить ключ провайдера. |
111
112
  | `/effort` · `/thinking` | Настроить глубину и отображение reasoning. |
112
113
  | `/resume` · `/clear` | Восстановить сессию или начать новую. |
113
114
  | `/sessions` | Найти сессию и открыть, переименовать, удалить или экспортировать её. |