Skip to content

pullrequests Search Results · language:Dune language:Python language:HTML language:Go language:HTML language:Java

Filter by

135M results  (2 s)

135M results

Pull request created by AI Agent

- 報表預覽改為 app 深色風格 - Line Pay 手續費與營業稅分兩行顯示 - 本月損益正確扣除手續費 + 營業稅 Generated by Claude Code

Summary When the issue body is missing (or stripped by a bug), Claude explores the codebase, identifies multiple possible implementations, and then refuses to pick one — outputting I ll stop short of ...

Implements the Journal domain end-to-end, replacing the /journal placeholder route. Closes #1. Backend - New journal_entry model (date, title?, body, mood?, energy?, source?) mirroring the observation ...

Add UA support for Zenith.

Mandate Row G1 of TODO/20260530-schema-version-compatibility-plan.md: make the canonical frontend runtime compatibility set derive from the Row C shared compatibility contract, and retire the hand-authored ...

What Changed Added the moon dimension with basic worldgen (shape of terrain, but no details such as ores or structures) Revised our skybox approach for rendering in deep space and high up in a dimension. ...

Summary This PR hardens delegate_task credential-pool handling so a child agent does not bind a leased credential from a different provider/runtime endpoint. It adds two guards: - _run_single_child() ...

Implements the Knowledge (note/document) domain end-to-end, replacing the placeholder Knowledge nav route. Closes #5. Backend - Knowledge model (slug, title, body Text) in app/models/knowledge.py, ...