Commit Graph

18 Commits

Author SHA1 Message Date
a3e1f11e85 feat: add mainland-reachable desktop distribution 2026-08-16 23:00:54 +08:00
e8eeb4ac72 Point agents at GitHub issues and the domain glossary.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 16:15:54 +08:00
Tommy
629a36c0af Merge pull request #3 from TommyFang2077/TommyFang2077/plugin-agentrq
Fix Linux clipboard image paste ingest
2026-08-16 13:26:35 +08:00
0d762a1c5e revert: drop the AgentRQ plugin from the desktop shell
It is a remote human-in-the-loop task queue with per-workspace tokens, not a chat-native dsh plugin.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 13:11:26 +08:00
d6a7a3ab08 fix: do not cancel HTML or text paste when no image is in the event
Empty text/plain used to preventDefault before native clipboard read, which discarded HTML-only paste if no image was recovered.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 12:46:10 +08:00
00209d55e6 fix: read Linux clipboard images natively and ingest them as paste
GTK/wl-paste/xclip fallbacks plus a paste-event path so ModLens can take over image paste instead of only synthesizing drop.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 12:39:08 +08:00
d6f5359873 fix: ship a loadable AgentRQ bundle that stays idle without a workspace URL
The first integration copied sources without lib/, skipped packaging paths, and could fail the default web profile when url was unset.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 12:36:04 +08:00
73cb4cec60 feat: integrate AgentRQ task manager plugin
- Clone agentrq/agentrq plugin to plugins/agentrq/
- Update package.json name to 'agentrq'
- Add agentrq plugin to tauri.conf.json resources
- Add AGENTRQ_PACKAGE constant and bundled_agentrq_plugin() discovery
- Add install_agentrq_plugin() function to modlens.rs
- Update README with plugin listing
2026-08-16 12:13:11 +08:00
366bee00d6 Add Anchored Standard screenshot to README
Show the mode menu with the experimental preset selected so readers can recognize the default setup.
2026-08-15 23:11:42 +08:00
Tommy
079d5de378 Put a full-width product banner at the top of the README.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:54:09 +08:00
Tommy
27af857d4b Fix Flatpak CI: stub vendor dirs for tauri-build and move to GNOME 50.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:43:33 +08:00
Tommy
edab39cae2 Restructure the README around the two selling points.
Lead with the hero screenshot, "eyes for DeepSeek" and the ~8%
anchored lift, then a 30-second install table before the details.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:40:10 +08:00
Tommy
cb63aaa28e Tone down the intro: this is a personal shell that keeps getting updates.
Invite issues instead of claiming the bundled plugins need no setup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:37:36 +08:00
Tommy
844c6338cf Pitch built-in vision and the ~8% Anchored Standard lift.
Lead with ModLens giving DeepSeek eyes, and cite Project2 Ability
91 to 98/99 as about +8% over official Standard.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:36:36 +08:00
Tommy
4d7616ab62 Let tauri-action install the CLI instead of cargo tauri.
Setting tauriScript skipped CLI setup, so cargo tauri was missing
on the runners. Use uploadUpdaterJson for the updater toggle.

Co-authored-by: Cursor <cursoragent@cursor.com>
v0.1.0
2026-08-15 22:27:37 +08:00
Tommy
9053bbe3f8 Fix CI: only require dsh-plugin in the README.
THIRD_PARTY.md is license notices and does not mention GitHub topics.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:19:36 +08:00
Tommy
f41f9fc08f Mark the repo as a dsh-plugin for ecosystem discovery.
Follow DeepSeek Harness CONTRIBUTING.md so the desktop shell shows up
under the dsh-plugin GitHub topic.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:17:23 +08:00
Tommy
f8a3c2dc6f Add README, plugin citations, and multi-platform release CI.
Ship screenshots and third-party notices for the desktop shell, and
package Windows, macOS, deb, rpm, and Flatpak from GitHub Releases.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:02:13 +08:00