Skip to content

Commit 600923f

Browse files
committed
chore: clean files
1 parent 2996bf9 commit 600923f

32 files changed

+248
-6264
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
E2E_MODEL=iflow/qwen3-coder
1+
E2E_MODEL=openrouter/qwen/qwen3-coder

.neovate/commands/add-e2e-task.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: Add a new e2e task
3+
---
4+
5+
Add a new e2e task, follow the following steps:
6+
7+
1. create folder `$1` under `e2e/fixtures/`
8+
2. create folder `workspace` under `$1` and create `package.json` file with `"name": "$1"` under `workspace`
9+
3. create folder `tasks` under `$1` and create `task.ts` file with `export const task: TaskModule = { cliArgs: [''], test: (opts) => { console.log(opts.result); } };` under `tasks`

.neovate/commands/review-staged.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.neovate/commands/review.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.neovate/commands/typecheck.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.neovate/commands/up.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 93 additions & 158 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22

33
## Prepare
44

5-
Setup the API keys for the LLMs providers.
6-
7-
```bash
8-
$ export OPENAI_API_KEY="sk-..."
9-
$ export GOOGLE_API_KEY="sk-..."
10-
$ export ANTHROPIC_API_KEY="sk-..."
11-
$ export DEEPSEEK_API_KEY="sk-..."
12-
$ export XAI_API_KEY="sk-..."
13-
$ export AIHUBMIX_API_KEY="sk-..."
14-
$ export OPENROUTER_API_KEY="sk-..."
15-
```
5+
Setup the API keys for the LLMs providers, use the env variables in your bashrc/zshrc/fishrc files or use `/login` the select a provider and enter the API Key.
166

177
If you are using VSCode or Cursor, install [Biome extension](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) to format the code.
188

browser/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Browser mode is still under development

docs/config.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)