lllin000_PaperForge/paperforge/plugin
Research Assistant f885adae48 feat: skill auto-deploy in update + Copy Context as pure JS + shared skill_deploy service
- New services/skill_deploy.py: single source of truth for agent skill deployment
  - AGENT_CONFIGS with 9 platforms, all vault-local
  - deploy_skills() with install/update mode (overwrite flag)
  - Used by both setup wizard and update worker
- update.py: _deploy_all_skills() after pip/git/zip update
- setup_wizard.py: delegates skill deploy to shared service
- config.py: add agent_platform default
- main.js: Copy Context + Copy Collection Context now pure JS
  - Uses in-memory _cachedItems / _currentPaperEntry
  - No subprocess spawn, no timeout, no JSON parse errors
- testable.js: remove needsKey/needsFilter from context actions
- commands.test.mjs: update assertions for removed flags
2026-05-10 12:33:23 +08:00
..
src feat: skill auto-deploy in update + Copy Context as pure JS + shared skill_deploy service 2026-05-10 12:33:23 +08:00
tests feat: skill auto-deploy in update + Copy Context as pure JS + shared skill_deploy service 2026-05-10 12:33:23 +08:00
main.js feat: skill auto-deploy in update + Copy Context as pure JS + shared skill_deploy service 2026-05-10 12:33:23 +08:00
manifest.json bump: 1.4.17 -> 1.4.18 2026-05-10 11:25:45 +08:00
package-lock.json fix(ci): two pre-existing CI config issues blocking pipeline 2026-05-09 17:50:38 +08:00
package.json feat(53-001): extract src/ modules from main.js and add Vitest test infrastructure 2026-05-09 00:05:19 +08:00
styles.css chore: remove redundant Run All Pending OCR button 2026-05-08 19:16:43 +08:00
versions.json fix: add v1.4.18 entry to versions.json — missing from bump script 2026-05-10 11:37:58 +08:00
vitest.config.ts fix(plugin): extract testable functions to src/testable.js, fix vitest imports 2026-05-10 11:03:31 +08:00