Commit Graph

24546 Commits

Author SHA1 Message Date
rcmerci
b71d29035f Merge pull request #12707 from logseq/codex/fix-cli-block-inline-properties
fix(cli): handle inline block properties
2026-05-24 14:45:35 +08:00
Gabriel Horner
1e2848e824 fix(build-edn): property with alias fails to build alias
Caught with `bb dev:cli export-edn --roundtrip` on a graph with this
use case
2026-05-24 01:06:36 -04:00
rcmerci
cd96ecb6b5 enhance(cli): update agent-bridge prompt 2026-05-23 21:11:23 +08:00
rcmerci
c8b8bd3ef6 fix: limit mobile comment toolbar (#12713)
* fix: limit mobile comment toolbar

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-23 02:55:19 +08:00
rcmerci
d696a675b4 enhance(mobile): add selection bar reaction (#12712)
* enhance(mobile): add selection bar reaction

* fix(mobile): apply reactions to selected blocks
2026-05-23 02:52:53 +08:00
Tienson Qin
aae14bb007 fix: allow moving comments block as sibling 2026-05-22 23:27:53 +08:00
rcmerci
e81c8c8bd3 dev(skill): remove logseq-task-on-lambda 2026-05-22 23:13:59 +08:00
Tienson Qin
d3518ae3e7 chore: remove cli qmd support 2026-05-22 23:13:15 +08:00
Tienson Qin
b22fa0c1bc fix: stabilize asset block editing 2026-05-22 22:55:12 +08:00
rcmerci
e9e44451db Merge pull request #12682 from logseq/codex/agent-bridge
feat(cli): add agent bridge diagnostics and lifecycle logging
2026-05-22 22:43:59 +08:00
rcmerci
f5d94ec993 fix(cli): handle inline block properties atomically 2026-05-22 22:32:47 +08:00
rcmerci
8c71f2cacf fix(cli): handle inline block properties 2026-05-22 21:45:32 +08:00
rcmerci
9f3d6c79b8 fix lint 2026-05-22 21:07:43 +08:00
Gabriel Horner
3a8c24a386 fix(cli): command-specific options don't autocomplete after global option
in zsh. For example none of the list command options autocomplete after -g
e.g. `logseq list page -g woot --no-[TAB]`
2026-05-22 08:47:34 -04:00
Tienson Qin
b39adf09e8 fix: comment shortcut focus from editing block 2026-05-22 17:57:45 +08:00
rcmerci
d1e4c3a077 fix: create-graph bootstrap 2026-05-22 17:47:37 +08:00
rcmerci
aeeb32935b fix: :logseq.property/assignee definition 2026-05-22 17:19:22 +08:00
charlie
43dd736aca fix(apis): refine schema handling for property visibility and type 2026-05-22 17:13:37 +08:00
rcmerci
5efb86793a enhance: update :logseq.property/assignee definition 2026-05-22 17:12:52 +08:00
rcmerci
a2a1381817 fix lint 2026-05-22 17:00:36 +08:00
rcmerci
b6b182fc63 fix: add codex exec options 2026-05-22 15:56:19 +08:00
rcmerci
203ca43ffb fix: agent bridge and logging 2026-05-22 15:56:19 +08:00
rcmerci
73fccfb0a9 enhance: update :logseq.property.agent/session-id 2026-05-22 15:56:19 +08:00
rcmerci
5688b40786 fix: issues found by logseq-review-workflow 2026-05-22 15:56:19 +08:00
rcmerci
07c5aa95df enhance(skill): update logseq-review-workflow 2026-05-22 15:56:19 +08:00
rcmerci
26f2fba368 enhance(cli): register agent-name page 2026-05-22 15:56:19 +08:00
rcmerci
1712bff4e8 enhance(cli): update agent bridge, prompt store in graph 2026-05-22 15:56:18 +08:00
rcmerci
b940287808 feat(cli): agent bridge support comment block trigger 2026-05-22 15:56:18 +08:00
rcmerci
5f3e213731 fix agent bridge concurrent codex exec routing 2026-05-22 15:56:18 +08:00
rcmerci
507a39fff4 feat(cli): agent bridge 2026-05-22 15:56:18 +08:00
Charlie
a50407846f enhance(android ): ux improvements (#12665) 2026-05-22 14:54:21 +08:00
Tienson Qin
3173364abb fix(sync): drop stale asset ops 2026-05-22 12:34:10 +08:00
Tienson Qin
96d35c7c10 refactor: use block content indent class 2026-05-21 21:34:00 +08:00
Tienson Qin
b3ab3216f6 fix: start of week 2026-05-21 21:17:43 +08:00
VictorVow
7f063d9e4e fix(editor): show add-block button on block-rooted views
`add-button-inner` previously rendered the trailing add-sibling
button only when the rendered entity was a page or on mobile, so a
block opened via "Open in sidebar" or rendered as an embedded root
had no discoverable way to append a child on desktop.

Destructure `block?` (already set by `page-blocks-cp` to
`(not (db/page? block))` when building hiccup-config) and add it to
the render predicate so block-rooted views surface the button too.
2026-05-21 21:14:58 +08:00
megayu
b3c200206d Enforce strict page alias ownership and improve alias search (#12662)
* feat(search): add support for page aliases in search results

* enhance(alias): enforce strict alias ownership invariants

* fix(exporter): streamline page extraction and alias sanitization

* fix(search): add alias support to search result mapping

* fix(exporter): handle self-alias in page alias sanitization

* feat(outliner): enhance alias handling in set-block-db-attribute!

* fix(outliner): remove redundant db reference in set-block-property

* fix(search): keep canonical page title for alias-indexed results

* feat(property): enhance alias handling for source page identification

* feat(search): improve alias handling for snippet display in search results

* fix: correct alias assignment in block processing

* feat: add validation for batch alias assignment to prevent multiple owners

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2026-05-21 21:04:48 +08:00
Tienson Qin
b2dee8ca75 fix: guard graph transfer concurrency 2026-05-21 18:26:59 +08:00
Tienson Qin
c48b699560 fix: prevent deleting only demo graph 2026-05-21 18:17:28 +08:00
Tienson Qin
94ccc715a1 fix: copy from comments 2026-05-21 17:49:03 +08:00
Tienson Qin
10ccc2c8c2 fix: keep search visible on iOS tabs 2026-05-21 17:48:29 +08:00
Tienson Qin
31886f8499 chore: remove tests 2026-05-21 17:31:36 +08:00
Tienson Qin
3a7c25ccde fix: don't submit comment when composing 2026-05-21 17:22:46 +08:00
Tienson Qin
0a895e4d2b fix: wrong url when open another graph 2026-05-21 16:47:58 +08:00
Tienson Qin
3899511220 fix: :fix pending txs no-op during reverse 2026-05-21 16:24:24 +08:00
Tienson Qin
4ae733b65d fix: mobile toolbar action width 2026-05-21 16:23:46 +08:00
Tienson Qin
7e2062f3ac enhance: update flashcards icon 2026-05-21 15:46:38 +08:00
Tienson Qin
3deaf7486a fix: mobile search should show normalized title 2026-05-21 15:34:54 +08:00
Tienson Qin
ec0c01fd97 enhance: use graph identity in URLs (#12693)
* enhance: use graph identity in URLs

* fix: resolve graph identity URLs

* fix: satisfy graph url lint

* fix: resolve graph id from hash urls

* fix: preserve tab graph on reload

* fix: initialize tab graph before render

* enhance: open graph in another tab

* fix: open graph tabs by graph id

* fix: open local graph tabs by registry id

* fix: avoid duplicate rtc graph id

* fix: open electron graph window on shift click

* fix: address graph identity review
2026-05-21 14:52:28 +08:00
Tienson Qin
c5c24d2b6b fix: stabilize cmdk page result test id 2026-05-21 13:47:00 +08:00
Tienson Qin
0a28fb40ce fix: share block unique title for search (#12695) 2026-05-21 13:07:19 +08:00