pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:TypeScript language:TypeScript
Filter by
193M results
Summary
- Fix 1 (prompt caching): augmentSystemPrompt in providers.ts reordered to static-first (systemPrompt → skills →
volatile sections). The claude_code preset already applies cache_control; ...
- 3fc0820 - Clare Sloggett - 2026-06-01 23:42:18 | Merge pull request #775 from AusTrakka/UAT | UAT - master
- 3757658 - Clare Sloggett - 2026-06-01 22:53:46 | Changelog and version |
- 402df9a - ...
The README only covered the lower-level ComponentQuery API (find(Class), findInView, $). Add a Locators API section
covering the typed, fluent find*() entry points: filters (including the capability-gated ...
概要
- packaged app の Codex CLI 検出先を、@openai/codex 0.135.0 の native package 構造に合わせて vendor/.../bin/codex(.exe) へ修正
- provider binary path のテスト期待値を更新
- app version を 4.2.16 へ更新
原因
@openai/codex-win32-x64 ...
allow people to create teams before people officially join
add codebuddy cli
Summary
- 배경: PR 단계에서 pytest 자동 실행 확인 필요
- 목적: pytest 기반 CI workflow 구성
Changes
- .github/workflows/app-ci.yml 추가
- pytest 실행될 수 있게 workflow 구성
Review Points
- 중점적으로 봐야 할 부분: workflow 동작 ...
Automated test pull request
closed #224
- Add stricter typing in packages/sdk/src/types.ts with JSDoc comments
- Refactor packages/sdk/src/queries.ts to use helper functions for safe field extraction
- Replace loose Record ...
Intencao do agente
Add a CLI command art:list to hobby_art_engine.py that queries the agent_artworks table and returns recent artworks with
critique status, content hash, and repetition detection. Also ...