kunkun/apps/create-kunkun
Huakun 97cd20906f
Feature: add extension api (hide and paste) (#210)
* feat: add paste API to extension API

* feat(desktop): enhance clipboard and hotkey utilities

- Add `hideAndPaste` utility function to simplify window hiding and clipboard pasting
- Adjust key press and sleep timings for more reliable input simulation
- Implement window focus listener in clipboard extension
- Bind input element reference for automatic focus management

* feat(permissions): enhance clipboard permission handling

- Update clipboard permission schema to include paste permission
- Modify clipboard API to check for paste permission before executing
- Refactor permission map and schema for more flexible permission management

* feat(desktop): refactor extension command search and rendering

- Add `svelte-inspect-value` for debugging
- Implement new `ExtCmds` component to replace `ExtCmdsGroup`
- Enhance extension command search with separate Fuse.js instances for installed and dev extensions
- Simplify extension command filtering and rendering logic
- Add derived stores for extension commands with improved type safety

* feat(desktop): improve extension command search filtering

* bump @kksh/api version

* feat(permissions): add clipboard paste permission description
2025-02-26 04:47:43 -05:00
..
__tests__ Fix: ext window loading (#81) 2025-01-28 04:58:54 -05:00
scripts Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
src fix: listview action menu (#64) 2025-01-18 02:26:23 -05:00
.gitignore Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
build.ts fix: ensure safe removal of node_modules directory in build process 2025-01-24 08:00:58 -05:00
bun.lockb Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
CHANGELOG.md Feature: add extension api (hide and paste) (#210) 2025-02-26 04:47:43 -05:00
index.ts docs(readme): add development warning for Linux compatibility 2025-02-13 11:29:53 -05:00
package.json Feature: add extension api (hide and paste) (#210) 2025-02-26 04:47:43 -05:00
README.md Feature: headless template (#48) 2025-01-06 14:37:42 -05:00
rollup.config.js Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00
tsconfig.json Add extension templates, create-kunkun and cli package (#26) 2024-11-15 18:15:17 -05:00

Kunkun Extension Initializer

Usage

npm init kunkun@latest

npx create-kunkun@latest

Develop

pnpm build
node dist/index.mjs