Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agent-android-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
claude_args: >-
--model claude-opus-4-6
--allowedTools "${{ env.ALLOWED_TOOLS }}"
--append-system-prompt "You are running on CI (GitHub Actions). Environment: Ubuntu runner with Android emulator running (device Android35). No iOS simulator. Use agent-device with --platform android --session droid. Read and use skills from .claude/skills/ when relevant. CI notes: use default Metro port (8081). When done, write a brief feedback file to /tmp/agent-feedback.md covering: what you accomplished, tools you needed but couldn't use, issues with skill instructions, suggestions for improvement."
--append-system-prompt "You are running on CI (GitHub Actions). Environment: Ubuntu runner with Android emulator running (device Android35). No iOS simulator. Use agent-device with --platform android --session droid. Read and use skills from .claude/skills/ when relevant. CI notes: use default Metro port (8081). IMPORTANT: Do NOT add Co-authored-by lines to any commits. No AI or human co-author trailers. When done, write a brief feedback file to /tmp/agent-feedback.md covering: what you accomplished, tools you needed but couldn't use, issues with skill instructions, suggestions for improvement."
prompt: ${{ github.event.inputs.prompt || '' }}

- name: Upload agent feedback
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
claude_args: >-
--model claude-opus-4-6
--allowedTools "${{ env.ALLOWED_TOOLS }}"
--append-system-prompt "You are running on CI (GitHub Actions). Environment: macOS runner with Xcode and iOS simulator. No Android emulator. Read and use skills from .claude/skills/ when relevant. CI notes: use default Metro port (8081). When done, write a brief feedback file to /tmp/agent-feedback.md covering: what you accomplished, tools you needed but couldn't use, issues with skill instructions, suggestions for improvement."
--append-system-prompt "You are running on CI (GitHub Actions). Environment: macOS runner with Xcode and iOS simulator. No Android emulator. Read and use skills from .claude/skills/ when relevant. CI notes: use default Metro port (8081). IMPORTANT: Do NOT add Co-authored-by lines to any commits. No AI or human co-author trailers. When done, write a brief feedback file to /tmp/agent-feedback.md covering: what you accomplished, tools you needed but couldn't use, issues with skill instructions, suggestions for improvement."
prompt: ${{ github.event.inputs.prompt || '' }}

- name: Upload agent feedback
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/agent-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
Fix ONLY this issue — do not fix other issues. Read and follow .claude/skills/fix-github-issue/SKILL.md for the full workflow.
After fixing, read and follow .claude/skills/raise-pr/SKILL.md to raise a PR.
CI notes: use default Metro port (8081).
IMPORTANT: Do NOT add Co-authored-by lines to any commits. No AI or human co-author trailers.

When done (whether successful or not), write a brief feedback file to /tmp/agent-feedback.md with:
- What you accomplished (or where you got stuck)
Expand Down
1 change: 1 addition & 0 deletions src/recyclerview/RecyclerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ const RecyclerViewComponent = <T,>(
maintainVisibleContentPosition={
maintainVisibleContentPositionInternal
}
removeClippedSubviews={false}
refreshControl={refreshControl}
{...overrideProps}
>
Expand Down
Loading