Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
665cc09
Git Checkpoint Issue checkpoint: 1
vanpelt Sep 17, 2025
ba1d252
Auth Redesign checkpoint: 1
vanpelt Sep 18, 2025
c9ffcc0
Auth Redesign checkpoint: 2
vanpelt Sep 18, 2025
90f9495
Auth Redesign checkpoint: 1
vanpelt Sep 18, 2025
f67ca22
Auth Redesign checkpoint: 3
vanpelt Sep 18, 2025
f18ad03
Auth Redesign checkpoint: 4
vanpelt Sep 18, 2025
87bdaff
Auth Redesign checkpoint: 5
vanpelt Sep 18, 2025
71262f4
Auth Redesign checkpoint: 6
vanpelt Sep 18, 2025
8ebdb90
Auth Redesign checkpoint: 7
vanpelt Sep 18, 2025
d2f13ce
Auth Redesign checkpoint: 8
vanpelt Sep 18, 2025
ca44d8b
Auth Redesign checkpoint: 9
vanpelt Sep 18, 2025
4539be0
Auth Redesign checkpoint: 10
vanpelt Sep 18, 2025
b025a9d
Auth Redesign checkpoint: 11
vanpelt Sep 18, 2025
4d7a7ee
Auth Redesign checkpoint: 12
vanpelt Sep 18, 2025
e277dab
Auth Redesign checkpoint: 13
vanpelt Sep 18, 2025
3af600c
Auth Redesign checkpoint: 14
vanpelt Sep 18, 2025
0892a25
Auth Redesign checkpoint: 15
vanpelt Sep 18, 2025
c942d90
Auth Redesign checkpoint: 16
vanpelt Sep 18, 2025
b50d5c8
Package Management checkpoint: 1
vanpelt Sep 18, 2025
9943f85
Package Management checkpoint: 2
vanpelt Sep 18, 2025
6b7b1b5
Improve devcontainer environment variable forwarding
Sep 17, 2025
886cc92
Add mobile/desktop device detection and QR code functionality to VSCo…
Sep 17, 2025
60dd36b
Turn on debug and dev in catnip devcontainer
Sep 17, 2025
a3b4b60
GitHub Client ID checkpoint: 1
vanpelt Sep 18, 2025
6767b8b
GitHub Client ID checkpoint: 1
vanpelt Sep 18, 2025
6e96806
iOS: Improve workspace detail view state management and diff updates
Oct 10, 2025
5436cdf
Fix prompt injection for already-running Claude sessions
Oct 10, 2025
4358333
Add complete iOS native app with SwiftUI
Oct 10, 2025
28fc3eb
Update Expo mobile app with glass morphism UI and improved navigation
Oct 10, 2025
d9f045a
Add detailed logging to git checkout handler
Oct 10, 2025
0fa6753
Add iOS CI workflow and development configurations
Oct 10, 2025
180502e
Add adaptive polling documentation
Oct 10, 2025
1aa2d65
Fix all iOS compiler warnings in Swift code
Oct 14, 2025
387c012
Fix workspace phase transition and diff fetching bugs
Oct 14, 2025
270dedc
Improve worker codespace health checks and startup
Oct 14, 2025
2ef4953
Modernize Swift onChange syntax for iOS 17+
Oct 14, 2025
165b2ac
Add comprehensive iOS API logging and PR summary model
Oct 14, 2025
33693bb
Add iOS PR creation feature and build tooling
Oct 14, 2025
4911883
Add Xcode user state files to gitignore
Oct 14, 2025
3b53a1a
Remove Xcode user state file from tracking
Oct 14, 2025
2289032
Updated xcode
Oct 14, 2025
f5b0829
Switched simulator
Oct 14, 2025
83df880
Switched iOS version
Oct 14, 2025
a23b4d6
Switched deployment target to iOS 17
Oct 14, 2025
f585d05
Fix unit tests
Oct 14, 2025
1f71e03
Remove nonisolated
Oct 14, 2025
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
4 changes: 3 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"Bash(vite build)",
"Bash(pnpm build:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"WebFetch(domain:expo.dev)",
"WebSearch"
],
"deny": [],
"ask": []
Expand Down
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"version": "latest"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"./features/feature": {}
"./features/feature": {
"debug": true,
"dev": true
}
}
}
10 changes: 1 addition & 9 deletions .devcontainer/features/feature/catnip-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@ echo "Updating catnip service environment..."
sudo tee -a /etc/default/catnip >/dev/null <<EOF

# Updated with current codespace environment ($(date))
export GITHUB_TOKEN="${GITHUB_TOKEN:-}"
export GITHUB_USER="${GITHUB_USER:-}"
export CODESPACE_NAME="${CODESPACE_NAME:-}"
export GITHUB_REPOSITORY="${GITHUB_REPOSITORY:-}"
export CODESPACES="${CODESPACES:-}"
export PATH="${PATH:-}"
# TODO: we'll likely want to forward other env vars here
export ANTHROPIC_API_KEY="${ANTHROPIC_API_KEY:-}"
export OPENAI_API_KEY="${OPENAI_API_KEY:-}"
$(printenv | sed 's/^/export /')
EOF
Binary file modified .devcontainer/features/feature/catnip-sidebar.vsix
Binary file not shown.
Loading