Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
out/
coverage/
temp/
build/
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ oco config set OCO_AI_PROVIDER=flowise OCO_API_KEY=<your_flowise_api_key> OCO_AP
oco config set OCO_AI_PROVIDER=ollama OCO_API_KEY=<your_ollama_api_key> OCO_API_URL=<your_ollama_endpoint>
```

### Use with Proxy

If you are behind a proxy, you can set it in the config:

```sh
oco config set OCO_PROXY=http://127.0.0.1:7890
```

Or it will automatically use `HTTPS_PROXY` or `HTTP_PROXY` environment variables.

### Locale configuration

To globally specify the language used to generate commit messages:
Expand Down
69,702 changes: 0 additions & 69,702 deletions out/cli.cjs

This file was deleted.

Loading
Loading