samhjn/iClaw
A native iOS AI Agent app — multiple customizable AI assistants, right on your phone
69Stars
12Forks
47Claude Commits
SwiftLanguage
First Claude commit: Apr 7, 2026Last Claude commit: 1mo agoDiscovered: Apr 21, 2026
Recent Claude Commits
Declare LSApplicationQueriesSchemes in share extension
9b62e871mo agoauthor_emailEnhance agent file management with folders, size limits, and hex reads
367d6251mo agoauthor_emailAdd edit_skill function-call tool for iterating skills in-place
08aa79d1mo agoauthor_emailfix: rename execution mode 'repr' to 'repl' across codebase
962ed722mo agoauthor_emailfeat: prompt user confirmation before wiping SwiftData store on migration failure
f9383452mo agoauthor_emailfeat: add random element IDs for LLM browser control
ee4d8182mo agoauthor_emailfeat: add video generation support with multi-provider async polling
998aafe2mo agoauthor_emailtest: add cases for stale streamingContent in monitoring loop
c95033f2mo agoauthor_emailfix: clear stale streamingContent when API has no new content
b3656242mo agoauthor_emailAdd setUp/tearDown resets for static BGTask registration flag in tests
f0080962mo agoauthor_emailFix BGTaskScheduler duplicate registration crash on App struct reinit
d3c7a6a2mo agoauthor_emailFix deleteProvider not persisting deletion to model context
b60b0fa2mo agoauthor_emailFix Live Activity appearing when no sessions are running
c7730272mo agoauthor_emailShow deleted placeholder for videos instead of hiding them
606c6092mo agoauthor_emailMerge image/video selectors into unified media picker with i18n
e588f732mo agoauthor_emailtest: add test cases for single-row table height inflation scenario
242065f2mo agoauthor_emailFix table row height inflation caused by Rectangle column separators
b3823012mo agoauthor_emailFix pinch-to-zoom anchor on already-zoomed images (restore ratio formula)
25387b22mo agoauthor_emailFix drag gesture conflicting with pinch-to-zoom during dismiss→zoom transition
f424a782mo agoauthor_emailFix table height by using actual container width for column calculation
7a247992mo agoauthor_emailFix stripInlineMarkdown not stripping italic (* and _) markers
d0c7e7e2mo agoauthor_emailAdd test cases for UICollectionView item count stability fix
74de1402mo agoauthor_emailtest: add test cases for markdown table width fix
5d9431a2mo agoauthor_emailFix UICollectionView invalid item count crash in ChatView
a6947d22mo agoauthor_emailFix table row showing two-line height for single-line content
289cb4f2mo agoauthor_emailAdd test cases for preview fixes
11af2af2mo agoauthor_emailFix image preview pinch-to-zoom centering for non-1:1 images and text preview close button
69af4092mo agoauthor_emailFix markdown table not filling available width
89875bd2mo agoauthor_emailAdd test cases for thinking budget and max_tokens constraint
f63588e2mo agoauthor_emailAdd configurable thinking budget setting for extended thinking
a8904c22mo agoauthor_emailFix max_tokens must be greater than thinking.budget_tokens API error
d8cd8e72mo agoauthor_emailtest: add test cases for 0x8BADF00D watchdog layout fix
27520202mo agoauthor_emailFix 0x8BADF00D watchdog crash during scene-update layout cycle
1c53f252mo agoauthor_emailtest: add test cases for text file previewer
2e15bff2mo agoauthor_emailfeat: add plain text and markdown file previewer for agent files
3caa6ef2mo agoauthor_emailFix flaky CI by dynamically selecting an available iPhone simulator
64b55902mo agoauthor_emailtest: add unit tests for image preview zoom math
6af9f6e2mo agoauthor_emailfix: use pinch center point as zoom anchor for image preview
9f72eca2mo agoauthor_emailfix: cancel active tasks before deletion, add provider warning, unify embedding cleanup
26f147e2mo agoauthor_emailfix(test): use order-independent assertion for sub-agent active check
e57a77e2mo agoauthor_emailtest: add crash-guard and state-consistency tests for deletion edge cases
8abfb102mo agoauthor_emailAdd rubber-band bounce effect when panning reaches image edges
eb87b642mo agoauthor_emaildocs: add Session RAG & Search framework introduction to READMEs
e470e652mo agoauthor_emailFix image pan not being limited when zoomed in
c6c3e5a2mo agoauthor_emailtest(session): add tests for cross-VM session state recovery
668db7e2mo agoauthor_emailfix(session): preserve running state when switching between agent sessions
3f23e852mo agoauthor_emailFix 'result of try? is unused' warnings in AgentFileReferenceTests
f068a062mo agoauthor_email