Hive Hive
Sign in

Forage

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

Items
818
Open signals
192
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
feat(frontend): add rust_mobile_library target

This adds a higher-level rust_mobile_library target kind to the Rust Starlark prelude. The target itself now records source and crate metadata, while Apple and Android consumers …

GitHub issue
Closed
Once
tuist/once #151
feat(prelude): add Rust and Android test targets

  • Added rust_test for Rust test crates compiled with rustc --test and reported through Once’s generic test capability.

GitHub issue
Closed
Once
tuist/once #152
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