Skip to content

Release v2.0.2#269

Merged
Rabithua merged 32 commits into
mainfrom
develop
Jun 12, 2026
Merged

Release v2.0.2#269
Rabithua merged 32 commits into
mainfrom
develop

Conversation

@Rabithua

Copy link
Copy Markdown
Owner

Summary

  • Merge develop into main for the next patch release.
  • Includes Live Photo web preview playback/scaling fixes and frontend font rendering improvement.
  • Includes accumulated develop updates for permissions, AI/local AI flows, passkey verification, attachment handling, and export/error flows.

Validation

  • web: bun run test
  • web: bun run lint
  • web: bun run build
  • server: bun run lint
  • server: bun run build

Release

  • Intended patch release: v2.0.2

Rabithua and others added 30 commits June 4, 2026 10:19
Refresh expired access tokens before requests
Introduce support for running AI models locally and executing Rote tools on client devices. Adds a Bun-based local bridge script (scripts/local-ai-bridge.ts) and user documentation (doc/userguide/LOCAL-AI.zh.md) describing setup and usage. Server changes: client-agent bootstrap and tool execution endpoints, client-side tool runtime (server/utils/ai/agent/clientRuntime.ts) and tests (server/tests/aiClientRuntime.test.ts) to validate tool execution and safety checks. Web changes: UI for selecting site vs local model, local model config storage (web/src/state/localAi.ts), local model testing and streaming integration (web/src/pages/ai, web/src/state/aiRunManager, web/src/utils/localAi.ts, web/src/utils/localAi.test.ts, web/src/utils/localAiAgent.ts), API surface extensions (web/src/utils/aiApi.ts), and i18n strings for model options. Also includes minor dashboard cleanup and assorted translations and README updates. Tests added to cover bridge connection and client tool runtime.
Add local AI bridge and refine AI settings
…tion

fix: require passkey user verification
@Rabithua Rabithua merged commit d32a139 into main Jun 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant