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
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
nightly
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
megayu
d130d72579
Fix external asset rendering and journal import namespace handling ( #12673 )
...
* fix render external asset fail
* fix: handle nil stat in exteranal asset size calculation
* fix: normalize journal UUIDs and prevent namespace creation for slash-formatted journals
* fix: update journal UUID generation and prevent namespace creation for slash-formatted journals
* fix(import): avoid namespace pages for slash journal refs
* fix: clarify journal uuid option docs
Agent-Logs-Url: https://github.com/logseq/logseq/sessions/d8292bbe-fc6f-4c74-91cd-5705571a89b2
Co-authored-by: tiensonqin <479169+tiensonqin@users.noreply.github.com >
---------
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: tiensonqin <479169+tiensonqin@users.noreply.github.com >
2026-05-21 12:04:02 +08:00
megayu
b1008c281f
enhance(page): improve navigation handling for mobile and app ( #12668 )
2026-05-21 11:56:53 +08:00
Tienson Qin
f791ecc45b
publish style tweaks
2026-05-20 18:16:59 +08:00
Tienson Qin
bb04428527
update publish version
2026-05-20 18:05:40 +08:00
Tienson Qin
ed3be1ab07
fix: skip comments in publish payload ( #12694 )
...
* fix: skip comments in publish payload
2026-05-20 17:45:41 +08:00
Tienson Qin
6b16efc2b6
fix: avatar initials for non-latin usernames ( #12692 )
2026-05-20 17:21:18 +08:00
Tienson Qin
469bb1825c
fix: improve mobile flashcards layout
2026-05-20 16:36:43 +08:00
Tienson Qin
93d2bf1778
fix: add mobile selection comment action
2026-05-20 16:34:56 +08:00
Tienson Qin
9b548a1a36
enhance(mobile): add language setting
2026-05-20 12:14:57 +08:00
Tienson Qin
7950eb1561
fix: upload map form sync txs
2026-05-20 11:42:57 +08:00