Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
819
Open signals
193
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(inference): accept provider-native model identifiers

This updates inference profiles so the upstream model field accepts the provider-native model identifier, for example accounts/fireworks/models/minimax-m3 for Fireworks or `gpt-4…

GitHub issue
Closed
Hive
tuist/hive #93
fix(forage): snooze unavailable model provider errors

The GitHub issue classification worker now treats model-provider account and quota failures as delayed retries instead of failed jobs. It sanitizes provider request and response er…

GitHub issue
Closed
Hive
tuist/hive #98
fix(oban): tolerate transient peer connection failures

Hive now configures Oban to use a local database peer implementation that preserves the peer loop when a transient database connection failure exhausts the election transaction. Th…

GitHub issue
Closed
No domains
tuist/hive #97
fix(oban): rescue orphaned executing jobs

This adds Oban.Plugins.Lifeline to the application Oban configuration with a 30 minute rescue window.

GitHub issue
Closed
Hive
tuist/hive #99
fix(inference): namespace model gateway endpoint

The model gateway is now mounted at /inference/v1 instead of the root /v1 path. The inference profile detail page now shows that namespaced base address in the client configura…

GitHub issue
Closed
Hive
tuist/hive #100
fix(specs): bound spec write lock waits so create can’t hang

create_spec (via MCP and the dashboard) could hang indefinitely — validation passed, then the create wedged server-side and MCP clients timed out. This bounds every spec write so…

GitHub issue
Closed
Hive
tuist/hive #102
fix(specs): widen overflowing varchar(255) columns to text

create_spec fails in production for any summary longer than 255 characters. The failure is instant (~9ms) and surfaces to MCP clients as *“the connector’s server isn’t responding…

GitHub issue
Closed
Hive
tuist/hive #103
feat(specs): raise spec body cap from 20k to 100k characters

Raises the spec body character limit from 20,000 to 100,000.

GitHub issue
Closed
Hive
tuist/hive #104
fix(oban): run syncers as workers

  • Start Oban unconditionally in the application supervision tree before the endpoint.

GitHub issue
Closed
Hive
tuist/hive #105
feat(inference): proxy embedding requests

Hive’s model gateway now accepts embedding requests through POST /inference/v1/embeddings.

GitHub issue
Closed
Hive
tuist/hive #106