issues Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:Python linked:pr
Filter by
9.3M results
Describe the bug
ReActAgent provides per-session interrupt methods that are essential for the stateless (singleton) agent pattern
introduced in 2.0:
- interrupt(RuntimeContext ctx)
- interrupt(String ...
bug
Goal
Prevent invalid and malformed order requests from being processed, reducing unexpected errors and resource waste in
downstream services.
Context
Checkout service is written in Go, located at . ...
engineering
status:merged
Description
When an LLM provider s SSE stream goes stale (no chunks received for an extended period, default 180s), the
stale_stream_kill mechanism in chat_completion_helpers.py silently kills the connection, ...
comp/agent
P2
type/bug
📝 구현 기능 설명
상품 조회 및 주문 생성 / 조회 / 반품 API를 구현
🛠️ 작업 상세 절차
- [x] Product 엔티티 및 Repository 생성
- [x] 상품 목록 조회 API (GET /api/products)
- [x] 상품 상세 조회 API (GET /api/products/{productId})
- [x] Order ...
feat
Why(何のため)
#316 で「手組み spec → Discord 風モック PNG」を描く内製デザインカンプ・ツール(scripts/discord_mockup.py)を入れたが、AI
への使用フックが無い。ツールは「在る」だけでは使われず、Claude Code は
Issue/設計の提案時にその存在を思い出さない → 死蔵する。
CLAUDE.md は毎セッション必ず読み込まれる正典なので、そこに使用規律を一文入れることで、AI ...
documentation
Follow-up to #310. The reasoning display must match the standard AI-chat UX:
- Working state: status bubble (flipping icons) with the reasoning window right below it - small dimmed text in a
capped-height ...
bug
Summary
GET /api/admin/metrics currently only checks for a valid bearer token. It does not verify that the caller has an admin
role.
Impact
Any authenticated user can read admin-only marketplace metrics ...
Why(何のため)
scripts/compose_screenshots.py:29 の _load_font() - ImageFont.ImageFont が、ImageFont.truetype() の戻り値型 FreeTypeFont
と不一致で、pyright が型エラーを出す(#310 マージ時に harness が検出)。CI の pyright は c_lord/ のみ対象なのでブロックされず ...
no-runtime-change
Why(何のため)
「single source of truth」を名乗る DoD だが、免除節(CLAUDE.md)と PR テンプレが DoD 項目を「番号」で参照している。項目の挿入(検出フィクスチャ規律 / spec 更新規律)で番号がずれ、現在
誤った項目を指している。読んだ人が「何が免除されるか」を取り違える。prose の strictness は信用できないという DoD 自身の主張を、DoD ...
documentation

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.