rcmerci
4b13d67a88
Merge remote-tracking branch 'origin/master' into feat/cliable
2026-04-18 10:25:32 +08:00
rcmerci
1f2eac1adc
enhance(cli): breadcrumb in show
2026-04-16 21:51:01 +08:00
rcmerci
1db53d14fb
enhance(cli): humanize human-mode output formatting
2026-04-12 21:24:01 +08:00
rcmerci
1ae912fd92
feat(cli): add list/upsert asset
2026-04-11 17:31:49 +08:00
rcmerci
94be3a0bbb
enhance(cli): remove 'server status'; add 'server cleanup'
2026-04-10 23:07:04 +08:00
rcmerci
9bac1ae4dd
feat(cli): add skill show/install
2026-04-10 11:38:42 +08:00
Tienson Qin
bbe75823c0
add ADR to store client ops in sqlite tables
2026-04-10 04:39:17 +08:00
Tienson Qin
1cb3158208
enhance(db-sync): harden server tx batch handling and protocol
2026-04-09 03:27:41 +08:00
rcmerci
d36dfc9947
enhance(cli): options cleanup in task cmds
2026-04-08 17:51:17 +08:00
rcmerci
e41aee18b2
feat(cli): add 'list node'
2026-04-08 16:06:33 +08:00
rcmerci
bdc87e4edc
enhance(cli): options cleanup in list cmds
2026-04-08 12:53:19 +08:00
rcmerci
653a004195
enhance(cli): display width in all list-* cmds
2026-04-07 23:49:58 +08:00
rcmerci
9855011e62
feat(cli): add task related cmds
2026-04-07 22:39:04 +08:00
Tienson Qin
987fa8ec48
handle tx/reject too
2026-04-07 16:22:30 +08:00
rcmerci
1f576f1f13
feat(cli-e2e): add db-sync part
2026-04-06 20:25:58 +08:00
rcmerci
5258fca1f1
refactor(sync): consolidate worker auth state and e2ee password flow
2026-04-04 20:39:20 +08:00
rcmerci
0402d27426
refactor(db-worker): remove <invoke-main-thread (4)
2026-04-04 10:04:54 +08:00
rcmerci
b701eedf80
refactor(db-worker,wip): remove :thread-api/input-idle <invoke-main-thread (3)
2026-04-04 10:04:54 +08:00
rcmerci
30671bf4e1
refactor(db-worker,wip): remove <invoke-main-thread (1)
2026-04-04 10:04:54 +08:00
rcmerci
8e98d70ebb
feat(cli): add 'debug pull' cmd
2026-04-01 23:39:10 +08:00
Tienson Qin
609c475144
merge: resolve cliable db-sync worker conflicts
2026-04-01 05:17:00 +08:00
Tienson Qin
b3e400c2ae
enhance(db-sync): move graph download to worker and stream kv snapshots
2026-04-01 03:04:23 +08:00
Gabriel Horner
d19069021f
fix: lints and typos
2026-03-31 12:12:05 -04:00
Tienson Qin
ffc67c92ec
Merge branch 'feat/cliable' of github.com:logseq/logseq into feat/cliable
2026-03-31 23:37:41 +08:00
Tienson Qin
2f3b53a28a
Merge branch 'master' into feat/cliable
2026-03-31 23:36:48 +08:00
rcmerci
ec4e31fa4b
enhance(cli): update --profile output
2026-03-31 21:41:12 +08:00
rcmerci
4cedd99255
feat(cli): add 'graph backup' subcmd
2026-03-31 16:08:09 +08:00
rcmerci
1afc0e558c
enhance(cli): search cmd use --content option
2026-03-29 20:53:57 +08:00
rcmerci
23daff7dbd
enhance(cli): add example subcmd
2026-03-27 23:17:02 +08:00
rcmerci
59d0e5777b
enhance(cli): add search subcmd
2026-03-26 21:57:25 +08:00
rcmerci
a16f0012e9
enhance(cli): add --profile global option
2026-03-26 19:31:17 +08:00
rcmerci
ce2dcfc566
067-logseq-cli-json-namespaced-keys.md
2026-03-26 15:16:14 +08:00
rcmerci
cb68930ec8
066-logseq-cli-list-property-cardinality-column.md
2026-03-26 14:20:03 +08:00
rcmerci
8c93d3c9da
enhance(cli): add --ref-id-footer in show cmd
2026-03-24 21:38:02 +08:00
Tienson Qin
26fa937b30
Merge branch 'master' into refactor/sync-undo-semantic-ops
2026-03-24 19:14:37 +08:00
megayu
d6403b7746
dependencies upgrade ( #12460 )
2026-03-23 21:32:28 +08:00
Tienson Qin
f7a7391196
enhance(sync): align db-sync/undo tests and lint
2026-03-21 18:46:35 +08:00
Tienson Qin
f928d895f7
enhance(sync): persist semantic undo history actions
2026-03-21 13:20:51 +08:00
rcmerci
2cc0735e3a
enhance(cli): migrate non-sync integration coverage to cli-e2e shell suite
2026-03-20 16:34:54 +08:00
Tienson Qin
f076804b41
enhance(sync): persist outliner ops for rebase
2026-03-19 18:28:19 +08:00
rcmerci
23e42c77f6
063-logseq-cli-upsert-block-custom-many-property.md
2026-03-19 16:36:11 +08:00
Gabriel Horner
fec5b82b42
fix: existing mcp updates intermittently failing
...
The new cli uses :db/id as its primary id while the existing mcp uses
:block/uuid. These changes on list tools cause slow and sometimes breaking interactions
for updates. It also causes buggy/inconsistent mcp behavior b/n mcp cli and server as there
are different implentations being called. The new cli should use its own
thread-api/* fns and replace MCP when it can meet existing functionality - working
updates and provide a CLI interface.
Also fix mcp.tools dissoc bug which had been fixed in the newer list fns
2026-03-18 13:51:17 -04:00
Tienson Qin
e3e54eba3f
tag/property/closed value should be hard retracted
2026-03-18 06:11:04 +08:00
Tienson Qin
9ff7b99bd4
add adr to strengthen simulation tests
2026-03-18 06:11:04 +08:00
Tienson Qin
fb76b061b4
fix: simplify db sync for recycle semantics
2026-03-18 06:11:04 +08:00
rcmerci
209b499494
062-cli-list-default-sort-updated-at.md
2026-03-17 17:30:17 +08:00
rcmerci
5db3a3086c
061-graph-dir-space-preserve-canonical.md
2026-03-17 16:45:36 +08:00
Gabriel Horner
43a6e9f853
fix: multiple fields not visible for list commands
...
* uuid, classes, properties, extends and description fields not visible
for human output even though data is available and users are asking
to display it with --with-* or --fields
* Also fix recent regression for property types no longer displaying by
default
* Also fix --with-extends, --with-properties and --with-classes
depending on undocumented --extra option. Options should be declarative and
not have hidden dependencies
2026-03-17 00:14:08 -04:00
Tienson Qin
917309113f
feat: sync checksum
2026-03-17 00:07:33 +08:00
Tienson Qin
33098113ee
enhance: returns rejected tx
2026-03-17 00:07:33 +08:00