Skip to content

Rename OPENROUTER_API_KEY to SOLIS_OPENROUTER_API_KEY #17

@rz1989s

Description

@rz1989s

Context

The shared secrets file (~/Documents/secret/.env) has been updated to use project-scoped env var names. OPENROUTER_API_KEY was renamed to SOLIS_OPENROUTER_API_KEY to avoid ambiguity across projects (ReckonFi, Sipher, NanuqFi all have their own keys now).

What needs to change

Update all references from OPENROUTER_API_KEY to SOLIS_OPENROUTER_API_KEY:

  • packages/agent/src/config.ts — envalid schema
  • packages/agent/src/analysis/openrouter.ts — API key reference
  • packages/agent/tests/eval/llm-compare.test.ts — test env
  • .env.example — template
  • docker-compose.yml — env passthrough
  • .github/workflows/generate-report.yml — CI secret name
  • CLAUDE.md — documentation
  • README.md — documentation
  • VPS .agent-env — production env file

CI Secret

GitHub repo secret OPENROUTER_API_KEY needs to be renamed to SOLIS_OPENROUTER_API_KEY in repo settings.

VPS

Update /home/solis/solis/.agent-env on the VPS to use SOLIS_OPENROUTER_API_KEY.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions