Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
digitalnelson
/
Nova
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add AI hero image generation and AI Collaborator for article editing
- #2
#2
Merged
digitalnelson
merged 26 commits into
main
digitalnelson/Nova:main
from
claude/article-ideas-react-native-puYVn
digitalnelson/Nova:claude/article-ideas-react-native-puYVn
Copy head branch name to clipboard
Mar 18, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Add AI hero image generation and AI Collaborator for article editing
#2
digitalnelson
merged 26 commits into
main
digitalnelson/Nova:main
from
claude/article-ideas-react-native-puYVn
digitalnelson/Nova:claude/article-ideas-react-native-puYVn
Copy head branch name to clipboard
Commits
Commits on Mar 17, 2026
feat: hero home screen, richer cards, inline AI actions
Show description for c61c58f
claude
committed
c61c58f
View commit details
Copy full SHA for c61c58f
Browse repository at this point
chore: add EAS config and expo-updates for OTA deployment
Show description for fb1ea93
claude
committed
fb1ea93
View commit details
Copy full SHA for fb1ea93
Browse repository at this point
ci: add GitHub Actions workflow for EAS Update preview deploys
Show description for 9c3529c
claude
committed
9c3529c
View commit details
Copy full SHA for 9c3529c
Browse repository at this point
fix: remove reanimated babel plugin causing CI export failure
Show description for fcfb273
claude
committed
fcfb273
View commit details
Copy full SHA for fcfb273
Browse repository at this point
fix: add missing babel-preset-expo dependency
Show description for 1fb3ea3
claude
committed
1fb3ea3
View commit details
Copy full SHA for 1fb3ea3
Browse repository at this point
fix: disable New Architecture and remove expo-symbols for Expo Go
Show description for cd163cb
claude
committed
cd163cb
View commit details
Copy full SHA for cd163cb
Browse repository at this point
fix: switch runtimeVersion to sdkVersion for Expo Go compatibility
Show description for 49a7172
claude
committed
49a7172
View commit details
Copy full SHA for 49a7172
Browse repository at this point
fix: set correct EAS project ID in updates URL
Show description for 2c8a178
claude
committed
2c8a178
View commit details
Copy full SHA for 2c8a178
Browse repository at this point
fix: downgrade to SDK 54 for Expo Go App Store compatibility
Show description for 44f83be
claude
committed
44f83be
View commit details
Copy full SHA for 44f83be
Browse repository at this point
fix: restore SDK 55 with correct expo-router version (55.x not 5.x)
Show description for 8940ff7
claude
committed
8940ff7
View commit details
Copy full SHA for 8940ff7
Browse repository at this point
fix: add .npmrc with legacy-peer-deps for expo-router 55.x
Show description for 97d3a26
claude
committed
97d3a26
View commit details
Copy full SHA for 97d3a26
Browse repository at this point
Fix create screen crash: align native module versions with Expo SDK 55
Show description for 77fcb82
claude
committed
77fcb82
View commit details
Copy full SHA for 77fcb82
Browse repository at this point
Update package-lock.json with correct native module versions
Show description for 7401190
claude
committed
7401190
View commit details
Copy full SHA for 7401190
Browse repository at this point
Fix all missing/wrong package versions for Expo SDK 55
Show description for 711a2d4
claude
committed
711a2d4
View commit details
Copy full SHA for 711a2d4
Browse repository at this point
Switch AI provider from Anthropic to Azure AI Foundry
Show description for e246a78
claude
committed
e246a78
View commit details
Copy full SHA for e246a78
Browse repository at this point
Fix AI endpoint for Anthropic-native Azure format
Show description for 4fbf6a8
claude
committed
4fbf6a8
View commit details
Copy full SHA for 4fbf6a8
Browse repository at this point
Fix Azure auth header to Ocp-Apim-Subscription-Key
Show description for e10fad5
claude
committed
e10fad5
View commit details
Copy full SHA for e10fad5
Browse repository at this point
Add debug logging to diagnose Azure auth error
Show description for 0edcb64
claude
committed
0edcb64
View commit details
Copy full SHA for 0edcb64
Browse repository at this point
Show full debug info in UI error message for iOS Expo Go
Show description for 3c1fa75
claude
committed
3c1fa75
View commit details
Copy full SHA for 3c1fa75
Browse repository at this point
Replace AI error Alert with copyable debug modal
Show description for 29bfbcc
claude
committed
29bfbcc
View commit details
Copy full SHA for 29bfbcc
Browse repository at this point
Add Test Connection button to Settings with debug modal
Show description for 7539a6e
claude
committed
7539a6e
View commit details
Copy full SHA for 7539a6e
Browse repository at this point
Commits on Mar 18, 2026
Fix Azure AI Foundry auth: use ?api-version query param, not header
Show description for 9784a77
claude
committed
9784a77
View commit details
Copy full SHA for 9784a77
Browse repository at this point
Switch AI calls to Anthropic SDK with Azure AI Foundry config
Show description for 5610149
claude
committed
5610149
View commit details
Copy full SHA for 5610149
Browse repository at this point
Add @anthropic-ai/sdk dependency
Show description for 6785c55
claude
committed
6785c55
View commit details
Copy full SHA for 6785c55
Browse repository at this point
Add TipTap-powered document editor to article detail screen
Show description for b9eaab8
claude
committed
b9eaab8
View commit details
Copy full SHA for b9eaab8
Browse repository at this point
Add AI hero image generation and AI Collaborator for article editing
Show description for 579425e
claude
committed
579425e
View commit details
Copy full SHA for 579425e
Browse repository at this point
You can’t perform that action at this time.