Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4176b48a7b | ||
|
|
c0b473328d | ||
|
|
1e0accbda7 | ||
|
|
5083c51430 |
@@ -0,0 +1,7 @@
|
|||||||
|
# Non-sensitive runtime configuration shared by the cc-ci orchestrator and agents.
|
||||||
|
#
|
||||||
|
# Keep credentials, tokens, and keys in /srv/cc-ci/.testenv. The orchestrator
|
||||||
|
# loads this file first via cc-ci-plan/load-env.sh.
|
||||||
|
GITEA_USERNAME=autonomic-bot
|
||||||
|
TINFOIL_MODEL=deepseek-v4-pro
|
||||||
|
TINFOIL_BASE_URL=https://inference.tinfoil.sh/v1
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# Public runtime environment
|
||||||
|
|
||||||
|
`.env.public` contains non-sensitive configuration that the cc-ci orchestrator
|
||||||
|
and its agent sessions need at runtime. It is intentionally tracked so it can
|
||||||
|
be inspected and reproduced with the rest of the CI configuration.
|
||||||
|
|
||||||
|
Load it together with the local secret file by sourcing
|
||||||
|
`/srv/cc-ci/cc-ci-plan/load-env.sh`. The helper reads `.env.public` first and
|
||||||
|
then `/srv/cc-ci/.testenv`; credentials, tokens, and keys belong only in the
|
||||||
|
latter file.
|
||||||
|
|
||||||
|
Do not put a value in `.env.public` merely because it is convenient. If it
|
||||||
|
would grant access or require rotation, it is a secret and belongs in
|
||||||
|
`.testenv`. Public service endpoints, model names, and account identifiers may
|
||||||
|
be tracked here.
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"agent": {
|
"agent": {
|
||||||
"general": {
|
"general": {
|
||||||
"model": "tinfoil/deepseek-v4-flash"
|
"model": "opencode/deepseek-v4-flash"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user