Commit 6cee3b0
Set submodules for test-byo-voice feature branch
- happy: feature-byo-voice (custom ElevenLabs agent UI)
- happy-server: feature-byo-voice (custom credentials in voice endpoint)
- happy-cli: starting-point (v0.11.2, no voice changes needed)
This branch models the state after merging the BYO voice PRs upstream.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c90372c commit 6cee3b0
3 files changed
+3
-3
lines changed- .env.example-9
- .gitignore+1-3
- package.json-2
- sources/-session/SessionView.tsx+1-11
- sources/-zen/model/ops.ts+1-1
- sources/app/(app)/dev/todo-demo.tsx+1-1
- sources/app/(app)/machine/[id].tsx+28-122
- sources/app/(app)/new/pick/machine.tsx+2-72
- sources/app/(app)/restore/manual.tsx+5-44
- sources/app/(app)/server.tsx+31-140
- sources/app/(app)/settings/account.tsx+43-142
- sources/app/(app)/terminal/connect.tsx+9-18
- sources/app/_layout.tsx+26-38
- sources/auth/AuthContext.tsx+3-4
- sources/auth/authApprove.ts+12-30
- sources/auth/authGetToken.ts+3-23
- sources/components/AgentInput.tsx-63
- sources/encryption/hmac_sha512.ts+14-43
- sources/hooks/useConnectTerminal.ts+9-28
- sources/sync/apiProfile.ts-60
- sources/sync/encryption/encryption.ts+1-1
- sources/sync/ops.ts-23
- sources/sync/profile.ts-2
- sources/sync/serverConfig.ts+5-96
- sources/sync/storage.ts+1-35
- sources/sync/storageTypes.ts+2-4
- sources/sync/sync.ts+7-25
- sources/text/_default.ts+2-37
- sources/text/translations/ca.ts+2-37
- sources/text/translations/es.ts+2-37
- sources/text/translations/pl.ts+2-37
- sources/text/translations/pt.ts+2-37
- sources/text/translations/ru.ts+2-37
- sources/text/translations/zh-Hans.ts+2-37
- sources/toast/ToastManager.ts-92
- sources/toast/ToastProvider.tsx-215
- sources/toast/index.ts-3
- sources/toast/types.ts-23
- sources/utils/machineUtils.ts+1-42
- sources/utils/randomUUID.ts-53
- sources/utils/tempDataStore.ts+1-1
- yarn.lock-24
- .dev/worktree/brave-ocean+1
- package.json+2-3
- src/api/api.ts+14-21
- src/api/apiMachine.ts-11
- src/api/encryption.ts+4-40
- src/api/types.ts+1-3
- src/api/webAuth.ts+1-16
- src/claude/claudeRemote.ts+1-66
- src/claude/claudeRemoteLauncher.ts+1-3
- src/claude/loop.ts+1-2
- src/claude/runClaude.ts+5-15
- src/claude/session.ts+1-4
- src/claude/utils/systemPrompt.ts+1
- src/commands/auth.ts+15-244
- src/commands/list.ts-525
- src/commands/prompt.ts-285
- src/index.ts+8-140
- src/parsers/specialCommands.ts+4-44
- src/persistence.ts+5-13
- src/ui/auth.ts+6-9
- src/ui/doctor.ts+7-85
- src/utils/MessageQueue.ts+137
- src/utils/backupKey.ts+1-64
- src/utils/time.ts+1-42
- yarn.lock+20-60
0 commit comments