issues Search Results · language:Edge language:Python linked:pr linked:pr language:JavaScript language:HTML language:Python
Filter by
4.9M results
Description
The backend API exposes fallback /tickets (POST) and /tickets/{ticket_id} (PATCH) endpoints that were relying on a
volatile Python list (TICKETS_DB: list[TicketRecord] = []) as an in-memory ...
Summary
Three UI/UX fixes:
1. Daily verse disappears after all tasks done — renderHomeExtras() had an early return in the suggestion block that
prevented the verse, summary, and stats from rendering ...
bug
Background
The Bitcoin — ML Performance dashboard still shows data from the old Chronos v1 model (model_version=chronos_tiny),
which was superseded by Chronos-2 (chronos_2) in the #208 migration. The ...
chore
Low
Goal
Refactor nanobot/runtime/state.py to extract the promotion and governance logic into a dedicated module
(nanobot/runtime/state_promotion.py) to further reduce the god-file complexity.
Requirements ...
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 ...

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.