samhjn/iClaw
A native iOS AI Agent app — multiple customizable AI assistants, right on your phone
78Stars
13Forks
47Claude Commits
SwiftLanguage
First Claude commit: Apr 7, 2026Last Claude commit: 3mo agoDiscovered: Apr 21, 2026
Recent Claude Commits
Declare LSApplicationQueriesSchemes in share extension
9b62e873mo agoauthor_emailEnhance agent file management with folders, size limits, and hex reads
367d6253mo agoauthor_emailAdd edit_skill function-call tool for iterating skills in-place
08aa79d3mo agoauthor_emailfix: rename execution mode 'repr' to 'repl' across codebase
962ed723mo agoauthor_emailfeat: prompt user confirmation before wiping SwiftData store on migration failure
f9383453mo agoauthor_emailfeat: add random element IDs for LLM browser control
ee4d8183mo agoauthor_emailfeat: add video generation support with multi-provider async polling
998aafe3mo agoauthor_emailtest: add cases for stale streamingContent in monitoring loop
c95033f3mo agoauthor_emailfix: clear stale streamingContent when API has no new content
b3656243mo agoauthor_emailAdd setUp/tearDown resets for static BGTask registration flag in tests
f0080963mo agoauthor_emailFix BGTaskScheduler duplicate registration crash on App struct reinit
d3c7a6a3mo agoauthor_emailFix deleteProvider not persisting deletion to model context
b60b0fa3mo agoauthor_emailFix Live Activity appearing when no sessions are running
c7730273mo agoauthor_emailShow deleted placeholder for videos instead of hiding them
606c6093mo agoauthor_emailMerge image/video selectors into unified media picker with i18n
e588f733mo agoauthor_emailtest: add test cases for single-row table height inflation scenario
242065f3mo agoauthor_emailFix table row height inflation caused by Rectangle column separators
b3823013mo agoauthor_emailFix pinch-to-zoom anchor on already-zoomed images (restore ratio formula)
25387b23mo agoauthor_emailFix drag gesture conflicting with pinch-to-zoom during dismiss→zoom transition
f424a783mo agoauthor_emailFix table height by using actual container width for column calculation
7a247993mo agoauthor_emailFix stripInlineMarkdown not stripping italic (* and _) markers
d0c7e7e3mo agoauthor_emailAdd test cases for UICollectionView item count stability fix
74de1403mo agoauthor_emailtest: add test cases for markdown table width fix
5d9431a3mo agoauthor_emailFix UICollectionView invalid item count crash in ChatView
a6947d23mo agoauthor_emailFix table row showing two-line height for single-line content
289cb4f3mo agoauthor_emailAdd test cases for preview fixes
11af2af3mo agoauthor_emailFix image preview pinch-to-zoom centering for non-1:1 images and text preview close button
69af4093mo agoauthor_emailFix markdown table not filling available width
89875bd3mo agoauthor_emailAdd test cases for thinking budget and max_tokens constraint
f63588e3mo agoauthor_emailAdd configurable thinking budget setting for extended thinking
a8904c23mo agoauthor_emailFix max_tokens must be greater than thinking.budget_tokens API error
d8cd8e73mo agoauthor_emailtest: add test cases for 0x8BADF00D watchdog layout fix
27520203mo agoauthor_emailFix 0x8BADF00D watchdog crash during scene-update layout cycle
1c53f253mo agoauthor_emailtest: add test cases for text file previewer
2e15bff3mo agoauthor_emailfeat: add plain text and markdown file previewer for agent files
3caa6ef3mo agoauthor_emailFix flaky CI by dynamically selecting an available iPhone simulator
64b55903mo agoauthor_emailtest: add unit tests for image preview zoom math
6af9f6e3mo agoauthor_emailfix: use pinch center point as zoom anchor for image preview
9f72eca3mo agoauthor_emailfix: cancel active tasks before deletion, add provider warning, unify embedding cleanup
26f147e3mo agoauthor_emailfix(test): use order-independent assertion for sub-agent active check
e57a77e3mo agoauthor_emailtest: add crash-guard and state-consistency tests for deletion edge cases
8abfb103mo agoauthor_emailAdd rubber-band bounce effect when panning reaches image edges
eb87b643mo agoauthor_emaildocs: add Session RAG & Search framework introduction to READMEs
e470e653mo agoauthor_emailFix image pan not being limited when zoomed in
c6c3e5a3mo agoauthor_emailtest(session): add tests for cross-VM session state recovery
668db7e3mo agoauthor_emailfix(session): preserve running state when switching between agent sessions
3f23e853mo agoauthor_emailFix 'result of try? is unused' warnings in AgentFileReferenceTests
f068a063mo agoauthor_email