Skip to content

Commit

Permalink
Merge branch 'v1.0' into v1-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Jan 23, 2025
2 parents a29b627 + 8b35f61 commit cfcadac
Show file tree
Hide file tree
Showing 118 changed files with 4,622 additions and 3,508 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

cd ui/desktop && npx lint-staged
6 changes: 6 additions & 0 deletions crates/goose-server/src/routes/providers_and_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"description": "Lorem ipsum",
"models": ["qwen2.5"],
"required_keys": []
},
"openrouter": {
"name": "OpenRouter",
"description": "Lorem ipsum",
"models": [],
"required_keys": ["OPENROUTER_API_KEY"]
}
}
4 changes: 4 additions & 0 deletions ui/desktop/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
dist
out
*.lock
8 changes: 8 additions & 0 deletions ui/desktop/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}
Loading

0 comments on commit cfcadac

Please sign in to comment.