@tekmidian/pai 0.33.2 → 0.33.3
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/dist/cli/index.mjs +2 -2
- package/dist/cli/program.mjs +2 -2
- package/dist/{main-resolver-Cc2ohdT4.mjs → main-resolver-CNSqU8wo.mjs} +18 -15
- package/dist/{main-resolver-Cc2ohdT4.mjs.map → main-resolver-CNSqU8wo.mjs.map} +1 -1
- package/dist/{pick-Ccysp-Sb.mjs → pick-bRiW6Dkp.mjs} +3 -3
- package/dist/{pick-Ccysp-Sb.mjs.map → pick-bRiW6Dkp.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ import { t as PaiClient } from "./ipc-client-aVKVERjJ.mjs";
|
|
|
13
13
|
import { a as expandHome, c as UNROUTED, i as ensureConfigDir, n as CONFIG_FILE$2, o as loadConfig, s as OWNER_LABEL_PREFIX, t as CONFIG_DIR } from "./config-CcdkNSWa.mjs";
|
|
14
14
|
import { i as humanDuration, t as createStorageBackend } from "./factory-Cd94gzNz.mjs";
|
|
15
15
|
import { s as kgQuery } from "./kg-entity-r8duqhi9.mjs";
|
|
16
|
-
import { _ as scanSessions, a as renderDedupedSessions, c as probeResume, d as callAiBroker, f as fetchLiveSessions, g as resolveSessionByNameOrId, h as fmtAge, i as normalizeName$2, l as restoreTopLevel, m as sendToSession, o as hasConversation, p as revealItermSession, r as buildDeduped, s as launchInDir, u as printExitDir } from "./main-resolver-
|
|
16
|
+
import { _ as scanSessions, a as renderDedupedSessions, c as probeResume, d as callAiBroker, f as fetchLiveSessions, g as resolveSessionByNameOrId, h as fmtAge, i as normalizeName$2, l as restoreTopLevel, m as sendToSession, o as hasConversation, p as revealItermSession, r as buildDeduped, s as launchInDir, u as printExitDir } from "./main-resolver-CNSqU8wo.mjs";
|
|
17
17
|
import { appendFileSync, chmodSync, copyFileSync, createReadStream, existsSync, lstatSync, mkdirSync, readFileSync, readdirSync, readlinkSync, realpathSync, renameSync, statSync, symlinkSync, unlinkSync, writeFileSync } from "node:fs";
|
|
18
18
|
import { homedir, platform, tmpdir } from "node:os";
|
|
19
19
|
import { basename, dirname, join, relative, resolve, sep } from "node:path";
|
|
@@ -1873,7 +1873,7 @@ function cmdUnregister(db, slug, opts = {}) {
|
|
|
1873
1873
|
//#region src/cli/commands/project/projects-index.ts
|
|
1874
1874
|
function registerProjectsCommands(projectsCmd, getDb) {
|
|
1875
1875
|
projectsCmd.command("list", { isDefault: true }).description("Show the unified deduped listing (same as `pai`).\nUse --all to include cold / zero-session / archived projects.").option("--all", "Show all entries including cold / zero-session / archived projects").option("-n, --n <count>", "Max rows to show", "20").action(async (opts) => {
|
|
1876
|
-
const { cmdMain } = await import("./main-resolver-
|
|
1876
|
+
const { cmdMain } = await import("./main-resolver-CNSqU8wo.mjs").then((n) => n.n);
|
|
1877
1877
|
await cmdMain(getDb(), void 0, void 0, opts);
|
|
1878
1878
|
});
|
|
1879
1879
|
projectsCmd.command("list-raw").description("Raw registry listing with slug, path, status, last_active columns").option("--all", "Include archived projects (default: active only)").option("--status <status>", "Filter by status: active | archived").option("--tag <tag>", "Filter by tag").option("--type <type>", "Filter by type").action((opts) => {
|
|
@@ -14160,4 +14160,4 @@ async function cmdPick(db, opts = {}) {
|
|
|
14160
14160
|
|
|
14161
14161
|
//#endregion
|
|
14162
14162
|
export { registerProjectsCommands as A, registerRestoreCommands as C, registerIdentityCommands as D, registerMcpCommands as E, resolveIdentifier as M, registerMemoryCommands as O, registerSetupCommand as S, registerDaemonCommands as T, registerUpdateCommand as _, cmdEnd as a, registerZettelCommands as b, cmdGoto as c, registerHelpCommand as d, registerDbCommands as f, registerNotifyCommands as g, registerTaskCommands as h, cmdPauseAll as i, findMovedPath as j, registerRegistryCommands as k, cmdPause as l, registerTopicCommands as m, cmdFind as n, registerSessionCleanupCommand as o, registerKgCommands as p, cmdClearNames as r, registerSessionCommands as s, cmdPick as t, cmdList as u, registerSkillCommands as v, registerBackupCommands as w, registerObsidianCommands as x, registerObservationCommands as y };
|
|
14163
|
-
//# sourceMappingURL=pick-
|
|
14163
|
+
//# sourceMappingURL=pick-bRiW6Dkp.mjs.map
|