Conversation
Improve article image and PDF export
Improve frontend error handling
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
Add granular permission controls
…tion fix: require passkey user verification
Add Live Photo attachment support
[codex] Fix Live Photo web preview source
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
developintomainfor the next patch release.developupdates for permissions, AI/local AI flows, passkey verification, attachment handling, and export/error flows.Validation
web:bun run testweb:bun run lintweb:bun run buildserver:bun run lintserver:bun run buildRelease
v2.0.2