Skip to content
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6fe409c
fix(mobile): bump app version to 1.0.4
iscekic Jul 27, 2026
0001f68
refactor(mobile-e2e): simplified runbook, scripted stub setup, load-t…
iscekic Aug 1, 2026
50e208c
fix(mobile-e2e): address review findings on retry and stub rollback
iscekic Aug 2, 2026
d5778b7
fix(mobile-e2e): close concurrency races found in adversarial review
iscekic Aug 2, 2026
50be1ed
fix(mobile-e2e): adversarial-review round 2
iscekic Aug 2, 2026
69e21e7
fix(mobile-e2e): seed verifies the endpoint's success flag
iscekic Aug 2, 2026
7146391
fix(mobile-e2e): server stop verifies death before dropping state
iscekic Aug 2, 2026
5c6f274
fix(mobile-e2e): address stub-claim, re-seed, and lsof review findings
iscekic Aug 2, 2026
e26d0d0
fix(mobile-e2e): tighten adoption, signal exits, and legacy-seed hand…
iscekic Aug 2, 2026
48f61f5
fix(mobile-e2e): name both sources of an existing token row
iscekic Aug 2, 2026
e5a0494
fix(mobile-e2e): stub row verification, self-cleaning start, lsof fal…
iscekic Aug 2, 2026
c7835ac
fix(mobile-e2e): honest row probe, race-safe rollback, blind-lsof reuse
iscekic Aug 2, 2026
449c242
fix(mobile-e2e): close the last rollback and adoption windows
iscekic Aug 2, 2026
fec3e1f
fix(mobile-e2e): serialize the stub per worktree instead of guarding …
iscekic Aug 2, 2026
973fdf5
fix(mobile-e2e): row-probe failures skip the missing-user hint
iscekic Aug 2, 2026
4f759f0
fix(mobile-e2e): bound the lock's hold time and the survivor edge
iscekic Aug 2, 2026
616c33b
feat(mobile-e2e): copy a real GitHub integration onto an e2e account
iscekic Aug 2, 2026
1f1eaed
fix(mobile-e2e): copies never donate or collide with the stub
iscekic Aug 2, 2026
1a34adb
docs(mobile-e2e): STE pass over the runbook additions
iscekic Aug 2, 2026
ffd814c
fix(mobile-e2e): copies validate the donor live and can never refresh
iscekic Aug 2, 2026
4ed26ca
fix(mobile-e2e): guard the integration copy's blast radius
iscekic Aug 2, 2026
c398e75
fix(mobile-e2e): env failures in the copy tool name their own fix
iscekic Aug 2, 2026
66b7904
fix(mobile-e2e): make the copy's guards atomic and expiry-safe
iscekic Aug 2, 2026
36f3437
fix(mobile-e2e): state the copy's real lifetime and align the lock bu…
iscekic Aug 2, 2026
f752367
fix(mobile-e2e): re-assert the usable window after the live probes
iscekic Aug 2, 2026
df4aac2
docs(mobile-e2e): bound big outputs, never doctor --json
iscekic Aug 2, 2026
ef61950
Merge remote-tracking branch 'origin/main' into chore/mobile-version-…
iscekic Aug 2, 2026
e567c0b
Merge remote-tracking branch 'origin/mobile-e2e-ste' into chore/mobil…
iscekic Aug 2, 2026
5db9a3c
chore: retrigger Kilobot
iscekic Aug 2, 2026
3c1fda3
fix(seed): avoid synthetic GitHub ID collisions
iscekic Aug 2, 2026
1e3fd78
chore(e2e): revert apps/mobile/e2e to base
iscekic Aug 2, 2026
f79b0bd
fix(dev): drop test assertions for the reverted e2e harness
iscekic Aug 2, 2026
db17e64
chore(dev): revert shared e2e harness files
iscekic Aug 2, 2026
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 apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config: ExpoConfig = {
name: 'Kilo',
owner: 'kilocode',
slug: 'kilo-app',
version: '1.0.3',
version: '1.0.4',
// Portrait-only is an accepted, documented product deviation from WCAG 1.3.4
// (Orientation). Landscape layouts and iPad split-view/multitasking are out
// of scope; `ios.requireFullScreen` below enforces that. This is not claimed
Expand Down