Skip to content

Commit 7a417b4

Browse files
committed
New universal skills.
1 parent 274e4be commit 7a417b4

File tree

248 files changed

+955
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+955
-266
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.2
32+
rev: v0.15.4
3333
hooks:
3434
- id: ruff
3535
exclude: ^(test/|tests/|gitlab_api/gitlab_gql\.py$)

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
4747
- "DEBUG=False"
4848
- "ENABLE_WEB_UI=True"
49+
- "ENABLE_OTEL=True"
4950
- "SSL_VERIFY=True"
5051
- "MAX_TOKENS=16384"
5152
ports:

github_agent/skills/github-rest-api-docs/SKILL.md

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

github_agent/skills/github-rest-docs/SKILL.md

Lines changed: 271 additions & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api.md

Lines changed: 1 addition & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api_about-the-openapi-description-for-the-rest-api.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api_about-the-openapi-description-for-the-rest-api.md

Lines changed: 1 addition & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api_about-the-rest-api.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api_about-the-rest-api.md

Lines changed: 1 addition & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api_api-versions.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api_api-versions.md

Lines changed: 1 addition & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api_breaking-changes.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api_breaking-changes.md

Lines changed: 1 addition & 0 deletions

github_agent/skills/github-rest-api-docs/reference/en_rest_about-the-rest-api_comparing-githubs-rest-api-and-graphql-api.md renamed to github_agent/skills/github-rest-docs/reference/about-the-rest-api_comparing-githubs-rest-api-and-graphql-api.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)