Skip to content

feat: add ORBISEARCH_API_URL override#4

Merged
00al merged 1 commit intomainfrom
feat/orbisearch-api-url-override
Apr 14, 2026
Merged

feat: add ORBISEARCH_API_URL override#4
00al merged 1 commit intomainfrom
feat/orbisearch-api-url-override

Conversation

@00al
Copy link
Copy Markdown
Contributor

@00al 00al commented Apr 6, 2026

Summary

  • Adds ORBISEARCH_API_URL env var and api_url config.toml option to point the OrbiSearch skill at a custom API instance
  • Follows the same resolution pattern as the API key: env var → config.toml → default
  • Default remains https://api.orbisearch.com (no change for existing users)
  • Useful for staging, self-hosted, or development environments

Test plan

  • ruff check and ruff format pass
  • All 13 orbisearch tests pass (1 pre-existing failure excluded — tracked in config: add OPENKILN_CONFIG_PATH env var override #1)
  • Verified: ORBISEARCH_API_URL=http://localhost:18001 openkiln orbisearch credits returns correct balance from local instance

🤖 Generated with Claude Code

Allows pointing the OrbiSearch skill at a different API instance
(e.g. staging) via env var or config.toml. Defaults to production.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@00al 00al merged commit e9ff9cf into main Apr 14, 2026
3 checks passed
@00al 00al deleted the feat/orbisearch-api-url-override branch April 14, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant