Add voice, image, sessions, search, and header tab switcher#4
Open
vladharl wants to merge 2 commits intonewmaterialco:mainfrom
Open
Add voice, image, sessions, search, and header tab switcher#4vladharl wants to merge 2 commits intonewmaterialco:mainfrom
vladharl wants to merge 2 commits intonewmaterialco:mainfrom
Conversation
Implement device identity (Ed25519 keypair) for gateway authentication, enabling operator.read and operator.write scopes when connecting through Cloudflare Tunnel or other remote proxies. Without device identity, the gateway strips scopes from non-local connections. Also fetch IDENTITY.md and USER.md from the gateway workspace on connect so the app displays the agent's identity and user profile immediately, rather than only updating when the agent writes to those files. Changes: - New DeviceIdentity service: generates and persists an Ed25519 keypair in Keychain, derives device ID (SHA-256 of public key), and signs the gateway connect handshake payload (v2 protocol with nonce) - ChatService: include device identity in connect request params - ChatService: fetch IDENTITY.md and USER.md via agents.files.get after hello-ok, parse responses from payload.file.content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… tab switcher Replace bottom tab bar with a compact 3-segment pill toggle (Sessions/Chat/Cron) in the header. Add voice input via SFSpeechRecognizer with mic button, TTS output via AVSpeechSynthesizer with speaker toggle, image/camera input with PhotosPicker and base64 gateway attachments, multi-session management with per-session message storage, and message search with highlighted results and scroll-to-message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
chat.sendattachments API, inline thumbnails in chatTest plan
🤖 Generated with Claude Code