issues Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:JavaScript
Filter by
55M results
Add tags for entries for types of media and other qualities that pertain to each item
Why
The OpenAI embedding flush is capped at MAX_REQUESTS_PER_BATCH = 200 (apps/rag/src/lib/embeddings/batch/flush.ts:41),
flushed every 10 min → ~1,200 chunks/hr. Fine for steady-state, slow for bulk ...
enhancement
Search test issue
Problem
Batch API submissions bypass the global daily spend ceiling. Anthropic bills the Message Batches API at submission time,
but Quillo only meters the cost at poll time (when results return). Between ...
area:cost
needs-decision
severity:high
概要
現在、ゲームを「リセット(RESET_GAME)」しても、それまでに蓄積されたアクションログ(actions 配列)がクリアされずに残り続ける仕様になっています。
同じ部屋を何度もリセットして使い回すと、ログサイズが肥大化し、データベースの容量圧迫や、入室時の初期データ読み込み・状態再現(リプレイ)のパフォーマンス低下に繋がります。
ゲームリセットが実行された際、不要になった過去のアクションログをクリアして最適化を行います。 ...
e2e-auto — e2e-ISSUE-1780720253062-f96a04
Problem
costCents (src/lib/usage.ts:31) silently defaults any unknown model id to HAIKU rates via the ?? fallback operator.
PRICING (src/lib/usage.ts:24-27) only lists the two Haiku model ids. If src/llm.ts ...
area:cost
severity:high
Problem
The weekly cron invocation (src/index.ts:216-234) that runs runProactiveScan, rollForward, and flagOldData for every
tenant executes sequentially in a single 300-second Cloudflare invocation. ...
area:build
severity:high
Problem
The wrangler.toml migration declares a per-Durable-Object SQLite class for TaxAgent, but the agent never uses it. All
tenant data (transactions, receipts, accounts, statements, income, assets, ...
area:build
needs-decision
severity:high
Problem
src/agent.ts has grown into a 3941-line god-object with 69 async RPC methods spanning six major domains (ingest,
statements, assets, claims, clarify, accountant-pass). While orchestration logic ...
area:build
needs-decision
severity:high

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.