Skip to content

Feature/image polish - #262

Closed
Bosheng0422 wants to merge 14 commits into
mainfrom
feature/image-polish
Closed

Feature/image polish#262
Bosheng0422 wants to merge 14 commits into
mainfrom
feature/image-polish

Conversation

@Bosheng0422

Copy link
Copy Markdown
Collaborator

Summary

Target branch

  • Base is develop (feature / fix — default)
  • Base is main (release/* or hotfix/* only)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactor / chore
  • Release / hotfix

Test plan

  • make all passes locally
  • Added/updated tests

Checklist

  • Updated CHANGELOG.md (if user-facing)
  • README / docs updated (if needed)

github-actions Bot and others added 14 commits August 12, 2026 01:12
…nual

chore: sync develop onto main after manual
…reen

testmon decides which files changed via `git ls-files --stage -m` (worktree
vs index). At pre-commit time the changes are already staged, so that
comparison is empty and testmon silently deselects every test — a false
green that makes the fast gate worthless.

Patch testmon's file detection to use `git diff HEAD` (staged + unstaged)
via conftest.py and tests/support/testmon_staged_changes.py, so the gate
actually fires on a commit's changes. No-op when testmon is absent.

Co-Authored-By: Claude <noreply@anthropic.com>
fix(precommit): make testmon gate detect staged changes (no false green)
Add is_shared so owners can expose a runtime agent for others to chat with while keeping config writes owner-only.

Co-authored-by: Cursor <cursoragent@cursor.com>
Let owners publish an agent workspace as a reusable template, refresh/unpublish it, and let others install a private fork. Also adds expert color/emoji pickers used by subagents and publish UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
Support admin-configured OIDC with PKCE, one-time login code exchange, and dashboard SSO management/complete flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
Manage catalog download/probe for local ONNX embedding weights beside Ollama, with stable provider identity and optional local-embedding extras.

Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce document indexing, embedding (ONNX/remote), and chat/IM injection with default-open selection in the dashboard composer.

Co-authored-by: Cursor <cursoragent@cursor.com>
Keep dashboard update checks consistent across reloads and tighten update store edge cases.

Co-authored-by: Cursor <cursoragent@cursor.com>
… app

Register routers/repos/migrations, OpenAPI tags, i18n/error codes, sidebar routes, and docs for the new platform capabilities.

Co-authored-by: Cursor <cursoragent@cursor.com>
Fall back to known HF cache aliases when optional local-embedding extras are missing, and mock deps availability in embed_texts unit tests so CI without the extra stays green. Also align install body types with nullable runtime fields.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

3 participants