shortcutxl 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -26
- package/agent-docs/README.md +397 -397
- package/agent-docs/docs/compaction.md +390 -390
- package/agent-docs/docs/custom-provider.md +580 -580
- package/agent-docs/docs/extensions.md +1971 -1971
- package/agent-docs/docs/packages.md +209 -209
- package/agent-docs/docs/rpc.md +1317 -1317
- package/agent-docs/docs/sdk.md +962 -962
- package/agent-docs/docs/session.md +412 -412
- package/agent-docs/docs/termux.md +127 -127
- package/agent-docs/docs/tui.md +887 -887
- package/agent-docs/examples/README.md +25 -25
- package/agent-docs/examples/extensions/README.md +205 -205
- package/agent-docs/examples/extensions/antigravity-image-gen.ts +447 -447
- package/agent-docs/examples/extensions/auto-commit-on-exit.ts +49 -49
- package/agent-docs/examples/extensions/bash-spawn-hook.ts +30 -30
- package/agent-docs/examples/extensions/bookmark.ts +50 -50
- package/agent-docs/examples/extensions/built-in-tool-renderer.ts +256 -256
- package/agent-docs/examples/extensions/claude-rules.ts +86 -86
- package/agent-docs/examples/extensions/commands.ts +75 -75
- package/agent-docs/examples/extensions/confirm-destructive.ts +59 -59
- package/agent-docs/examples/extensions/custom-compaction.ts +126 -126
- package/agent-docs/examples/extensions/custom-footer.ts +63 -63
- package/agent-docs/examples/extensions/custom-header.ts +73 -73
- package/agent-docs/examples/extensions/custom-provider-anthropic/index.ts +660 -660
- package/agent-docs/examples/extensions/custom-provider-gitlab-duo/index.ts +362 -362
- package/agent-docs/examples/extensions/custom-provider-gitlab-duo/test.ts +88 -88
- package/agent-docs/examples/extensions/custom-provider-qwen-cli/index.ts +349 -349
- package/agent-docs/examples/extensions/dirty-repo-guard.ts +56 -56
- package/agent-docs/examples/extensions/doom-overlay/doom-component.ts +133 -133
- package/agent-docs/examples/extensions/doom-overlay/doom-keys.ts +108 -108
- package/agent-docs/examples/extensions/doom-overlay/index.ts +74 -74
- package/agent-docs/examples/extensions/dynamic-resources/index.ts +15 -15
- package/agent-docs/examples/extensions/dynamic-tools.ts +77 -77
- package/agent-docs/examples/extensions/event-bus.ts +43 -43
- package/agent-docs/examples/extensions/file-trigger.ts +41 -41
- package/agent-docs/examples/extensions/git-checkpoint.ts +53 -53
- package/agent-docs/examples/extensions/handoff.ts +155 -155
- package/agent-docs/examples/extensions/hello.ts +25 -25
- package/agent-docs/examples/extensions/inline-bash.ts +94 -94
- package/agent-docs/examples/extensions/input-transform.ts +43 -43
- package/agent-docs/examples/extensions/interactive-shell.ts +209 -209
- package/agent-docs/examples/extensions/mac-system-theme.ts +47 -47
- package/agent-docs/examples/extensions/message-renderer.ts +59 -59
- package/agent-docs/examples/extensions/minimal-mode.ts +430 -430
- package/agent-docs/examples/extensions/modal-editor.ts +90 -90
- package/agent-docs/examples/extensions/model-status.ts +31 -31
- package/agent-docs/examples/extensions/notify.ts +55 -55
- package/agent-docs/examples/extensions/overlay-qa-tests.ts +936 -936
- package/agent-docs/examples/extensions/overlay-test.ts +159 -159
- package/agent-docs/examples/extensions/permission-gate.ts +37 -37
- package/agent-docs/examples/extensions/pirate.ts +47 -47
- package/agent-docs/examples/extensions/plan-mode/index.ts +363 -363
- package/agent-docs/examples/extensions/preset.ts +418 -418
- package/agent-docs/examples/extensions/protected-paths.ts +30 -30
- package/agent-docs/examples/extensions/qna.ts +122 -122
- package/agent-docs/examples/extensions/question.ts +278 -278
- package/agent-docs/examples/extensions/questionnaire.ts +440 -440
- package/agent-docs/examples/extensions/rainbow-editor.ts +90 -90
- package/agent-docs/examples/extensions/reload-runtime.ts +37 -37
- package/agent-docs/examples/extensions/rpc-demo.ts +124 -124
- package/agent-docs/examples/extensions/sandbox/index.ts +324 -324
- package/agent-docs/examples/extensions/send-user-message.ts +97 -97
- package/agent-docs/examples/extensions/session-name.ts +27 -27
- package/agent-docs/examples/extensions/shutdown-command.ts +69 -69
- package/agent-docs/examples/extensions/snake.ts +343 -343
- package/agent-docs/examples/extensions/space-invaders.ts +566 -566
- package/agent-docs/examples/extensions/ssh.ts +233 -233
- package/agent-docs/examples/extensions/status-line.ts +40 -40
- package/agent-docs/examples/extensions/subagent/agents.ts +130 -130
- package/agent-docs/examples/extensions/subagent/index.ts +1068 -1068
- package/agent-docs/examples/extensions/summarize.ts +206 -206
- package/agent-docs/examples/extensions/system-prompt-header.ts +17 -17
- package/agent-docs/examples/extensions/timed-confirm.ts +72 -72
- package/agent-docs/examples/extensions/titlebar-spinner.ts +58 -58
- package/agent-docs/examples/extensions/todo.ts +314 -314
- package/agent-docs/examples/extensions/tool-override.ts +146 -146
- package/agent-docs/examples/extensions/tools.ts +145 -145
- package/agent-docs/examples/extensions/trigger-compact.ts +40 -40
- package/agent-docs/examples/extensions/truncated-tool.ts +194 -194
- package/agent-docs/examples/extensions/widget-placement.ts +17 -17
- package/agent-docs/examples/extensions/with-deps/index.ts +37 -37
- package/agent-docs/examples/rpc-extension-ui.ts +654 -654
- package/agent-docs/examples/sdk/01-minimal.ts +22 -22
- package/agent-docs/examples/sdk/02-custom-model.ts +48 -48
- package/agent-docs/examples/sdk/03-custom-prompt.ts +55 -55
- package/agent-docs/examples/sdk/04-skills.ts +53 -53
- package/agent-docs/examples/sdk/05-tools.ts +56 -56
- package/agent-docs/examples/sdk/06-extensions.ts +88 -88
- package/agent-docs/examples/sdk/07-context-files.ts +40 -40
- package/agent-docs/examples/sdk/08-prompt-templates.ts +47 -47
- package/agent-docs/examples/sdk/09-api-keys-and-oauth.ts +48 -48
- package/agent-docs/examples/sdk/10-settings.ts +54 -54
- package/agent-docs/examples/sdk/11-sessions.ts +48 -48
- package/agent-docs/examples/sdk/12-full-control.ts +82 -82
- package/agent-docs/examples/sdk/README.md +144 -144
- package/agent-docs/xll-spec.md +110 -110
- package/dist/core/auth-storage.js +21 -2
- package/package.json +1 -1
- package/xll/ShortcutXL.xll +0 -0
- package/xll/modules/debug_render.py +272 -272
- package/xll/modules/gameboy.py +241 -241
- package/xll/modules/pong.py +188 -188
- package/xll/modules/shortcut_xl/_diff_highlight.py +176 -0
- package/xll/modules/shortcut_xl/_log.py +12 -12
- package/xll/modules/shortcut_xl/_registry.py +44 -44
- package/xll/modules/stocks.py +100 -100
- /package/skills/{com-advanced-api → COM-advanced-api}/SKILL.md +0 -0
- /package/skills/{com-advanced-api → COM-advanced-api}/excel-type-library.py +0 -0
- /package/skills/{com-advanced-api → COM-advanced-api}/office-type-library.py +0 -0
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-Commit on Exit Extension
|
|
3
|
-
*
|
|
4
|
-
* Automatically commits changes when the agent exits.
|
|
5
|
-
* Uses the last assistant message to generate a commit message.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import type { ExtensionAPI } from 'shortcutxl';
|
|
9
|
-
|
|
10
|
-
export default function (shortcut: ExtensionAPI) {
|
|
11
|
-
shortcut.on('session_shutdown', async (_event, ctx) => {
|
|
12
|
-
// Check for uncommitted changes
|
|
13
|
-
const { stdout: status, code } = await shortcut.exec('git', ['status', '--porcelain']);
|
|
14
|
-
|
|
15
|
-
if (code !== 0 || status.trim().length === 0) {
|
|
16
|
-
// Not a git repo or no changes
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Find the last assistant message for commit context
|
|
21
|
-
const entries = ctx.sessionManager.getEntries();
|
|
22
|
-
let lastAssistantText = '';
|
|
23
|
-
for (let i = entries.length - 1; i >= 0; i--) {
|
|
24
|
-
const entry = entries[i];
|
|
25
|
-
if (entry.type === 'message' && entry.message.role === 'assistant') {
|
|
26
|
-
const content = entry.message.content;
|
|
27
|
-
if (Array.isArray(content)) {
|
|
28
|
-
lastAssistantText = content
|
|
29
|
-
.filter((c): c is { type: 'text'; text: string } => c.type === 'text')
|
|
30
|
-
.map((c) => c.text)
|
|
31
|
-
.join('\n');
|
|
32
|
-
}
|
|
33
|
-
break;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// Generate a simple commit message
|
|
38
|
-
const firstLine = lastAssistantText.split('\n')[0] || 'Work in progress';
|
|
39
|
-
const commitMessage = `[shortcut] ${firstLine.slice(0, 50)}${firstLine.length > 50 ? '...' : ''}`;
|
|
40
|
-
|
|
41
|
-
// Stage and commit
|
|
42
|
-
await shortcut.exec('git', ['add', '-A']);
|
|
43
|
-
const { code: commitCode } = await shortcut.exec('git', ['commit', '-m', commitMessage]);
|
|
44
|
-
|
|
45
|
-
if (commitCode === 0 && ctx.hasUI) {
|
|
46
|
-
ctx.ui.notify(`Auto-committed: ${commitMessage}`, 'info');
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Auto-Commit on Exit Extension
|
|
3
|
+
*
|
|
4
|
+
* Automatically commits changes when the agent exits.
|
|
5
|
+
* Uses the last assistant message to generate a commit message.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import type { ExtensionAPI } from 'shortcutxl';
|
|
9
|
+
|
|
10
|
+
export default function (shortcut: ExtensionAPI) {
|
|
11
|
+
shortcut.on('session_shutdown', async (_event, ctx) => {
|
|
12
|
+
// Check for uncommitted changes
|
|
13
|
+
const { stdout: status, code } = await shortcut.exec('git', ['status', '--porcelain']);
|
|
14
|
+
|
|
15
|
+
if (code !== 0 || status.trim().length === 0) {
|
|
16
|
+
// Not a git repo or no changes
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Find the last assistant message for commit context
|
|
21
|
+
const entries = ctx.sessionManager.getEntries();
|
|
22
|
+
let lastAssistantText = '';
|
|
23
|
+
for (let i = entries.length - 1; i >= 0; i--) {
|
|
24
|
+
const entry = entries[i];
|
|
25
|
+
if (entry.type === 'message' && entry.message.role === 'assistant') {
|
|
26
|
+
const content = entry.message.content;
|
|
27
|
+
if (Array.isArray(content)) {
|
|
28
|
+
lastAssistantText = content
|
|
29
|
+
.filter((c): c is { type: 'text'; text: string } => c.type === 'text')
|
|
30
|
+
.map((c) => c.text)
|
|
31
|
+
.join('\n');
|
|
32
|
+
}
|
|
33
|
+
break;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Generate a simple commit message
|
|
38
|
+
const firstLine = lastAssistantText.split('\n')[0] || 'Work in progress';
|
|
39
|
+
const commitMessage = `[shortcut] ${firstLine.slice(0, 50)}${firstLine.length > 50 ? '...' : ''}`;
|
|
40
|
+
|
|
41
|
+
// Stage and commit
|
|
42
|
+
await shortcut.exec('git', ['add', '-A']);
|
|
43
|
+
const { code: commitCode } = await shortcut.exec('git', ['commit', '-m', commitMessage]);
|
|
44
|
+
|
|
45
|
+
if (commitCode === 0 && ctx.hasUI) {
|
|
46
|
+
ctx.ui.notify(`Auto-committed: ${commitMessage}`, 'info');
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Bash Spawn Hook Example
|
|
3
|
-
*
|
|
4
|
-
* Adjusts command, cwd, and env before execution.
|
|
5
|
-
*
|
|
6
|
-
* Usage:
|
|
7
|
-
* shortcut -e ./bash-spawn-hook.ts
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
import type { ExtensionAPI } from 'shortcutxl';
|
|
11
|
-
import { createBashTool } from 'shortcutxl';
|
|
12
|
-
|
|
13
|
-
export default function (shortcut: ExtensionAPI) {
|
|
14
|
-
const cwd = process.cwd();
|
|
15
|
-
|
|
16
|
-
const bashTool = createBashTool(cwd, {
|
|
17
|
-
spawnHook: ({ command, cwd, env }) => ({
|
|
18
|
-
command: `source ~/.profile\n${command}`,
|
|
19
|
-
cwd,
|
|
20
|
-
env: { ...env, SHORTCUT_SPAWN_HOOK: '1' }
|
|
21
|
-
})
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
shortcut.registerTool({
|
|
25
|
-
...bashTool,
|
|
26
|
-
execute: async (id, params, signal, onUpdate, _ctx) => {
|
|
27
|
-
return bashTool.execute(id, params, signal, onUpdate);
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Bash Spawn Hook Example
|
|
3
|
+
*
|
|
4
|
+
* Adjusts command, cwd, and env before execution.
|
|
5
|
+
*
|
|
6
|
+
* Usage:
|
|
7
|
+
* shortcut -e ./bash-spawn-hook.ts
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import type { ExtensionAPI } from 'shortcutxl';
|
|
11
|
+
import { createBashTool } from 'shortcutxl';
|
|
12
|
+
|
|
13
|
+
export default function (shortcut: ExtensionAPI) {
|
|
14
|
+
const cwd = process.cwd();
|
|
15
|
+
|
|
16
|
+
const bashTool = createBashTool(cwd, {
|
|
17
|
+
spawnHook: ({ command, cwd, env }) => ({
|
|
18
|
+
command: `source ~/.profile\n${command}`,
|
|
19
|
+
cwd,
|
|
20
|
+
env: { ...env, SHORTCUT_SPAWN_HOOK: '1' }
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
shortcut.registerTool({
|
|
25
|
+
...bashTool,
|
|
26
|
+
execute: async (id, params, signal, onUpdate, _ctx) => {
|
|
27
|
+
return bashTool.execute(id, params, signal, onUpdate);
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Entry bookmarking example.
|
|
3
|
-
*
|
|
4
|
-
* Shows setLabel to mark entries with labels for easy navigation in /tree.
|
|
5
|
-
* Labels appear in the tree view and help you find important points.
|
|
6
|
-
*
|
|
7
|
-
* Usage: /bookmark [label] - bookmark the last assistant message
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
import type { ExtensionAPI } from 'shortcutxl';
|
|
11
|
-
|
|
12
|
-
export default function (shortcut: ExtensionAPI) {
|
|
13
|
-
shortcut.registerCommand('bookmark', {
|
|
14
|
-
description: 'Bookmark last message (usage: /bookmark [label])',
|
|
15
|
-
handler: async (args, ctx) => {
|
|
16
|
-
const label = args.trim() || `bookmark-${Date.now()}`;
|
|
17
|
-
|
|
18
|
-
// Find the last assistant message entry
|
|
19
|
-
const entries = ctx.sessionManager.getEntries();
|
|
20
|
-
for (let i = entries.length - 1; i >= 0; i--) {
|
|
21
|
-
const entry = entries[i];
|
|
22
|
-
if (entry.type === 'message' && entry.message.role === 'assistant') {
|
|
23
|
-
shortcut.setLabel(entry.id, label);
|
|
24
|
-
ctx.ui.notify(`Bookmarked as: ${label}`, 'info');
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
ctx.ui.notify('No assistant message to bookmark', 'warning');
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
// Remove bookmark
|
|
34
|
-
shortcut.registerCommand('unbookmark', {
|
|
35
|
-
description: 'Remove bookmark from last labeled entry',
|
|
36
|
-
handler: async (_args, ctx) => {
|
|
37
|
-
const entries = ctx.sessionManager.getEntries();
|
|
38
|
-
for (let i = entries.length - 1; i >= 0; i--) {
|
|
39
|
-
const entry = entries[i];
|
|
40
|
-
const label = ctx.sessionManager.getLabel(entry.id);
|
|
41
|
-
if (label) {
|
|
42
|
-
shortcut.setLabel(entry.id, undefined);
|
|
43
|
-
ctx.ui.notify(`Removed bookmark: ${label}`, 'info');
|
|
44
|
-
return;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
ctx.ui.notify('No bookmarked entry found', 'warning');
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Entry bookmarking example.
|
|
3
|
+
*
|
|
4
|
+
* Shows setLabel to mark entries with labels for easy navigation in /tree.
|
|
5
|
+
* Labels appear in the tree view and help you find important points.
|
|
6
|
+
*
|
|
7
|
+
* Usage: /bookmark [label] - bookmark the last assistant message
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import type { ExtensionAPI } from 'shortcutxl';
|
|
11
|
+
|
|
12
|
+
export default function (shortcut: ExtensionAPI) {
|
|
13
|
+
shortcut.registerCommand('bookmark', {
|
|
14
|
+
description: 'Bookmark last message (usage: /bookmark [label])',
|
|
15
|
+
handler: async (args, ctx) => {
|
|
16
|
+
const label = args.trim() || `bookmark-${Date.now()}`;
|
|
17
|
+
|
|
18
|
+
// Find the last assistant message entry
|
|
19
|
+
const entries = ctx.sessionManager.getEntries();
|
|
20
|
+
for (let i = entries.length - 1; i >= 0; i--) {
|
|
21
|
+
const entry = entries[i];
|
|
22
|
+
if (entry.type === 'message' && entry.message.role === 'assistant') {
|
|
23
|
+
shortcut.setLabel(entry.id, label);
|
|
24
|
+
ctx.ui.notify(`Bookmarked as: ${label}`, 'info');
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
ctx.ui.notify('No assistant message to bookmark', 'warning');
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
// Remove bookmark
|
|
34
|
+
shortcut.registerCommand('unbookmark', {
|
|
35
|
+
description: 'Remove bookmark from last labeled entry',
|
|
36
|
+
handler: async (_args, ctx) => {
|
|
37
|
+
const entries = ctx.sessionManager.getEntries();
|
|
38
|
+
for (let i = entries.length - 1; i >= 0; i--) {
|
|
39
|
+
const entry = entries[i];
|
|
40
|
+
const label = ctx.sessionManager.getLabel(entry.id);
|
|
41
|
+
if (label) {
|
|
42
|
+
shortcut.setLabel(entry.id, undefined);
|
|
43
|
+
ctx.ui.notify(`Removed bookmark: ${label}`, 'info');
|
|
44
|
+
return;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
ctx.ui.notify('No bookmarked entry found', 'warning');
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
}
|