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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Check formatting with Prettier
run: npm run format:check

- name: Run tests
run: npm run test:run
- name: Run tests with coverage
run: npm run test:coverage

- name: Build project
run: npm run build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
dist
coverage
env
.aider*
.env
Expand Down
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,6 @@ npx berget api-keys create --name "My CLI Key"
export BERGET_API_KEY=sk_ber_your_api_key_here
```

## Chat Command

### Basic Usage

```bash
# Interactive chat session
npx berget chat run

# Use specific model
npx berget chat run openai/gpt-oss

# Send direct message
npx berget chat run openai/gpt-oss "Explain what Docker is"

# Use pipe for input
echo "What is Kubernetes?" | npx berget chat run openai/gpt-oss
```

## Environment Variables

```bash
Expand All @@ -68,14 +50,11 @@ npx berget --help

```bash
# Enable debug mode
npx berget --debug chat run openai/gpt-oss "test"
npx berget --debug auth whoami

# Check authentication
npx berget auth whoami

# List available models
npx berget chat list

# Check API key status
npx berget api-keys list
```
Expand Down
224 changes: 0 additions & 224 deletions coverage/base.css

This file was deleted.

87 changes: 0 additions & 87 deletions coverage/block-navigation.js

This file was deleted.

6 changes: 0 additions & 6 deletions coverage/clover.xml

This file was deleted.

1 change: 0 additions & 1 deletion coverage/coverage-final.json

This file was deleted.

Binary file removed coverage/favicon.png
Binary file not shown.
Loading
Loading