issues Search Results · language:Dune language:Python language:JavaScript language:HTML linked:pr linked:pr language:Python
Filter by
4.9M results
Description
When the backend successfully saves a ticket in the /tickets/save endpoint, it automatically injects a diagnostic
confirmation message into the ticket_messages table. However, it currently ...
Parent bounty: #743
Bug
POST /api/users forwards req.body directly into createUser() without validating the payload first. Other creation flows
already use Zod schemas before calling their service layer, ...
Description
While the AI inference endpoint (/ai/analyze_ticket) was correctly protected with a rate limit
(@limiter.limit( 10/minute )), all core data endpoints—such as /tickets (GET), /tickets/save ...
Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
The Feature
Add first-class support for an xai_oauth provider so users with a SuperGrok ...
enhancement
SDK
Part of #3563. Replace hardcoded 45 with REGISTERED_TOOL_NAMES.length in: cli-server-tools.test.ts:410,
tool-annotations.test.ts:39, index.test.ts:72 (EXPECTED_TOOL_COUNT). Verify governance:inject regenerates ...
Summary
Configure RuboCop so methods under private/protected are aligned with public methods.
Desired style
class User
def public_method
end
private
def private_method
end
end
Verification ...
Problem
When transcribing with a segment-only model (e.g. Qwen3-ASR), mlx_audio.stt.generate --format srt emits one cue per
audio chunk. With the default --chunk-duration 30, each cue spans ~30s and holds ...
Goal
Create a single, high-level docs/ARCHITECTURE.md document that explains the current system flow to operators.
Requirements (DoD)
- Document the minimal cycle contract.
- Include a diagram/flow ...
documentation
Goal
Refactor nanobot/runtime/state.py to extract the subagent rollup logic into a dedicated module
(nanobot/runtime/state_subagents.py) to reduce the god-file complexity.
Requirements (DoD)
- Move ...
Description
The backend CORS middleware is configured with wildcard allowances for HTTP headers (allow_headers=[ * ]) and methods
(allow_methods=[ * ]). Although the allow_origins array strictly defines ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.