pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Python language:Java
Filter by
181M results
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
- Windows local downloads no longer depend on tmux/bash (which caused crashed downloads on native Windows). Downloads
now run via PowerShell background ...
🔹 Summary
This PR adds automation for Optical TestDataGenerator Advance workflow.
🔹 Changes Made
- Added new page: TestDataGenerator
- Implemented reusable methods for form handling
- Added validation ...
Docs-only, CI-pure flip of docs/v3-roadmap.md recording the gate states now on main and marking the **v3.0 MVP-complete
** milestone REACHED.
What this records
- G-3.7b → MERGED — the CI-pure merge ...
Fixes #10, and expands scope to clean up the config structure while it s cheap (pre-release, internal installs only — no
configs in the wild to migrate).
Issue #10
Removes the dead mcp.tensor_disable_shm ...
Summary
- DriftLens가 직접 import하는 click을 direct default runtime dependency로 선언했습니다.
- built wheel을 clean Python 3.12 환경에 설치해 실행하는 package check를 추가했습니다.
- default installation과 optional llm extra의 ...
Description
This PR implements async Telegram notifications for Solbot. It uses aiohttp to communicate with the Telegram Bot API,
ensuring that trading operations remain non-blocking.
Changes
- New ...
Problem
A per-agent chat message stays pending until a deployed bot instance claims and answers it. If no instance is running
for that agent, the row spun on thinking… indefinitely — no timeout, no feedback. ...
Summary
Phase 2 of the Capability Tray: export-gating. When a capability is OFF, its cells are now omitted from the exported
workbook — even if the model still holds data. Phase 1 (the progressive-disclosure ...
Closes #185
Summary
Two correctness fixes to the Alert Taxonomy and Policy module (PRD Module 4).
1. Fix classify_alert signature and return type
Before: classify_alert(transaction, policy, context) ...