Commit graph

8 commits

Author SHA1 Message Date
Zoë
7bf51d5489 fix: pass apiKey in provider options (ai-sdk does not read OPENAI_API_KEY)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:39:47 -07:00
Zoë
3b4eb6abc3 fix: hardcode claude-sonnet-4.6 model with explicit models declaration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:35:46 -07:00
Zoë
5c15e0ba5e fix: use role's allowed model from OpenBao secret instead of hardcoded model ID
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:29:35 -07:00
Zoë
80e0421be5 fix: MCP servers auth via LiteLLM Bearer token, drop unused service tokens
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:25:14 -07:00
Zoë
8130544e6a fix: set litellm key as OPENAI_API_KEY env var, not in config file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:13:24 -07:00
Zoë
e945ef82ee fix: opencode config uses provider (singular) with npm/options structure
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-05-30 18:12:20 -07:00
Zoë
90f80d9220 fix: opencode run takes prompt as positional arg not --prompt-file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-30 18:03:28 -07:00
Zoë
cf8832c79c feat: initial platform scaffold
- 19 agent definition files with role, responsibilities, secrets, tools, constraints
- k8s manifests: namespace, ServiceAccounts, RBAC, NetworkPolicies, Job template, dispatcher CronJob
- dispatcher: Python CronJob that claims Vikunja Todo tasks and spawns agent Jobs
- container: Dockerfile + entrypoint bootstrapping OpenBao auth and opencode runtime
- Separate Dockerfile.dispatcher for the lightweight dispatcher image
2026-05-30 14:19:09 -07:00