samhjn/iClaw
A native iOS AI Agent app — multiple customizable AI assistants, right on your phone
56Stars
9Forks
47Claude Commits
SwiftLanguage
First Claude commit: Apr 7, 2026Last Claude commit: 10d agoDiscovered: Apr 21, 2026
Recent Claude Commits
Declare LSApplicationQueriesSchemes in share extension
9b62e8710d agoauthor_emailEnhance agent file management with folders, size limits, and hex reads
367d62510d agoauthor_emailAdd edit_skill function-call tool for iterating skills in-place
08aa79d13d agoauthor_emailfix: rename execution mode 'repr' to 'repl' across codebase
962ed7216d agoauthor_emailfeat: prompt user confirmation before wiping SwiftData store on migration failure
f93834517d agoauthor_emailfeat: add random element IDs for LLM browser control
ee4d81817d agoauthor_emailfeat: add video generation support with multi-provider async polling
998aafe17d agoauthor_emailtest: add cases for stale streamingContent in monitoring loop
c95033f17d agoauthor_emailfix: clear stale streamingContent when API has no new content
b36562417d agoauthor_emailAdd setUp/tearDown resets for static BGTask registration flag in tests
f00809619d agoauthor_emailFix BGTaskScheduler duplicate registration crash on App struct reinit
d3c7a6a19d agoauthor_emailFix deleteProvider not persisting deletion to model context
b60b0fa19d agoauthor_emailFix Live Activity appearing when no sessions are running
c77302719d agoauthor_emailShow deleted placeholder for videos instead of hiding them
606c60919d agoauthor_emailMerge image/video selectors into unified media picker with i18n
e588f7319d agoauthor_emailtest: add test cases for single-row table height inflation scenario
242065f21d agoauthor_emailFix table row height inflation caused by Rectangle column separators
b38230121d agoauthor_emailFix pinch-to-zoom anchor on already-zoomed images (restore ratio formula)
25387b221d agoauthor_emailFix drag gesture conflicting with pinch-to-zoom during dismiss→zoom transition
f424a7821d agoauthor_emailFix table height by using actual container width for column calculation
7a2479921d agoauthor_emailFix stripInlineMarkdown not stripping italic (* and _) markers
d0c7e7e21d agoauthor_emailAdd test cases for UICollectionView item count stability fix
74de14021d agoauthor_emailtest: add test cases for markdown table width fix
5d9431a21d agoauthor_emailFix UICollectionView invalid item count crash in ChatView
a6947d221d agoauthor_emailFix table row showing two-line height for single-line content
289cb4f21d agoauthor_emailAdd test cases for preview fixes
11af2af21d agoauthor_emailFix image preview pinch-to-zoom centering for non-1:1 images and text preview close button
69af40921d agoauthor_emailFix markdown table not filling available width
89875bd21d agoauthor_emailAdd test cases for thinking budget and max_tokens constraint
f63588e21d agoauthor_emailAdd configurable thinking budget setting for extended thinking
a8904c221d agoauthor_emailFix max_tokens must be greater than thinking.budget_tokens API error
d8cd8e721d agoauthor_emailtest: add test cases for 0x8BADF00D watchdog layout fix
275202021d agoauthor_emailFix 0x8BADF00D watchdog crash during scene-update layout cycle
1c53f2521d agoauthor_emailtest: add test cases for text file previewer
2e15bff22d agoauthor_emailfeat: add plain text and markdown file previewer for agent files
3caa6ef22d agoauthor_emailFix flaky CI by dynamically selecting an available iPhone simulator
64b559022d agoauthor_emailtest: add unit tests for image preview zoom math
6af9f6e22d agoauthor_emailfix: use pinch center point as zoom anchor for image preview
9f72eca22d agoauthor_emailfix: cancel active tasks before deletion, add provider warning, unify embedding cleanup
26f147e22d agoauthor_emailfix(test): use order-independent assertion for sub-agent active check
e57a77e22d agoauthor_emailtest: add crash-guard and state-consistency tests for deletion edge cases
8abfb1022d agoauthor_emailAdd rubber-band bounce effect when panning reaches image edges
eb87b6422d agoauthor_emaildocs: add Session RAG & Search framework introduction to READMEs
e470e6522d agoauthor_emailFix image pan not being limited when zoomed in
c6c3e5a23d agoauthor_emailtest(session): add tests for cross-VM session state recovery
668db7e23d agoauthor_emailfix(session): preserve running state when switching between agent sessions
3f23e8523d agoauthor_emailFix 'result of try? is unused' warnings in AgentFileReferenceTests
f068a0623d agoauthor_email