Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0b4a6c4
rebuild the app on a scaffold shell with chat, model management and w…
Siddhesh2377 Aug 24, 2026
e34042e
restore every pre-rebuild screen behind a More hub, with a developer …
Siddhesh2377 Aug 24, 2026
a61a2df
feat(workflow): add the node-graph editor, palette, inspector and pac…
Siddhesh2377 Aug 24, 2026
1ba2b8f
unify the restored screens on shared control, motion and section prim…
Siddhesh2377 Aug 24, 2026
f69dedb
tests: cover chat streaming, reasoning, Apple Foundation availability…
Siddhesh2377 Aug 25, 2026
10b8dd1
chat: state reasoning options explicitly, compose the system prompt, …
Siddhesh2377 Aug 25, 2026
afcb674
models: say why Apple's built-in cannot run and keep a refused model …
Siddhesh2377 Aug 25, 2026
74b5edf
workflow: add the template library, node reference, and IDL defaults …
Siddhesh2377 Aug 25, 2026
05766e7
app: consumer shell, curated model browsing, and Calendar and Reminde…
Siddhesh2377 Aug 25, 2026
82ad6ab
chat: state reasoning for document questions and pin Computer Use sam…
Siddhesh2377 Aug 25, 2026
43e6257
tests: run transcription against every installed speech model and nam…
Siddhesh2377 Aug 25, 2026
5fd7ddc
tests: judge reasoning with the options chat really sends, not a bare…
Siddhesh2377 Aug 25, 2026
c5240f9
tests: state reasoning in the shared options and cover generating aft…
Siddhesh2377 Aug 25, 2026
8225671
feat: offer a first-launch setup screen that downloads the models the…
Siddhesh2377 Aug 28, 2026
6b84451
feat: name the model an attachment needs instead of switching to it s…
Siddhesh2377 Aug 28, 2026
47288fa
feat: add connectors to the workflow palette
Siddhesh2377 Aug 28, 2026
c34c821
feat: ship a default model per modality so a fresh install has one fo…
Siddhesh2377 Aug 28, 2026
3ed9737
feat: write voice mode turns into the conversation and start the defa…
Siddhesh2377 Aug 28, 2026
dd4c344
docs: plan moving the workflow engine out of commons into the app
Siddhesh2377 Aug 28, 2026
c75b55c
feat: parse cron in the app instead of calling into the SDK
Siddhesh2377 Aug 28, 2026
35df224
revert: keep cron in the SDK and call it from the app
Siddhesh2377 Aug 28, 2026
9280d6e
docs: correct the workflow plan to target the Swift SDK rather than t…
Siddhesh2377 Aug 28, 2026
1d311d6
test: run the shipped workflow templates against real models and real…
Siddhesh2377 Aug 28, 2026
4d09bea
test: give each workflow run its own id so cleanup cannot race the ne…
Siddhesh2377 Aug 28, 2026
a0487f4
test: warm up before measuring templates and pin the empty-answer bug…
Siddhesh2377 Aug 28, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ RunAnywhereAI/Resources/RunAnywhereLocalSecrets.plist
# See scripts/sync-skills.sh.
.claude/*
.agents/*
default.profraw
131 changes: 0 additions & 131 deletions RunAnywhereAI/App/AppCommands.swift

This file was deleted.

161 changes: 0 additions & 161 deletions RunAnywhereAI/App/ConsumerAdvancedHubView.swift

This file was deleted.

Loading
Loading