feat: land native mobile foundation

This commit is contained in:
Hermes Agent
2026-07-24 07:16:39 +00:00
parent 73e17676b5
commit 26bff1174d
11 changed files with 1151 additions and 378 deletions
@@ -4,7 +4,7 @@ import { useCompanion } from '../../api/CompanionContext.js';
import { CompanionClient, DEFAULT_COMPANION_URL } from '../../api/companionClient.js';
export function SettingsScreen() {
const { client, settings, updateSettings } = useCompanion();
const { settings, updateSettings } = useCompanion();
const [baseUrl, setBaseUrl] = useState(settings.baseUrl);
const [accessKey, setAccessKey] = useState(settings.accessKey);
const [status, setStatus] = useState('Run companion setup, paste the access key, then test the connection.');