Commit Graph

23296 Commits

Author SHA1 Message Date
Mega Yu
d3bc5f60c4 refactor: optimize use-effect for highlighted item handling and cache management 2026-02-28 22:31:40 +08:00
Tienson Qin
b4d27b6b7e set sleepafter to 10m 2026-02-28 22:01:51 +08:00
Mega Yu
2e7d22d5ea refactor: comment out mouse enter event handling for highlighted items 2026-02-28 21:41:32 +08:00
Tienson Qin
baf23961ea add project sandbox init setup 2026-02-28 21:28:28 +08:00
Mega Yu
30c52f9907 refactor: simplify highlight handling in list item component 2026-02-28 21:24:42 +08:00
Tienson Qin
6a9bb26483 fix: don't request session when it's not created yet 2026-02-28 20:58:34 +08:00
Mega Yu
24be28f647 fix: ensure input field is focused after clearing filter and refreshing results 2026-02-28 20:58:21 +08:00
Tienson Qin
bf1a5e1768 fix: ensure project repo url is loaded before showing chat 2026-02-28 20:53:26 +08:00
Tienson Qin
20c13b32cd terminate sandbox when PR is ready 2026-02-28 20:41:18 +08:00
Mega Yu
f9c5206e85 feat: add scroll target adjustment for highlighted rows during animation 2026-02-28 20:16:42 +08:00
Tienson Qin
a1cc08c179 enhance: store pr url in property value 2026-02-28 20:05:59 +08:00
Tienson Qin
b8d44aecb5 fix: send full block tree as task description 2026-02-28 00:40:01 +08:00
Tienson Qin
96829c97ad enhance(ux): able to push and pr directly in codex chat 2026-02-28 00:07:14 +08:00
Tienson Qin
c8ecc7d191 GitHub app installation token 2026-02-27 23:39:13 +08:00
Tienson Qin
7b0bd2d07b add milestone for github app installation token 2026-02-27 22:18:06 +08:00
Tienson Qin
ed5da54214 enhance: record whether agent session has been created 2026-02-27 21:35:42 +08:00
Tienson Qin
280d02f142 enhnace(ux): base branch select 2026-02-27 21:05:20 +08:00
Mega Yu
c9726adb4c fix: add guard to prevent duplicate scroll animation 2026-02-27 20:40:41 +08:00
Mega Yu
04dd5c70dd refactor: enhance item mapping with group association in results 2026-02-27 17:39:08 +08:00
Mega Yu
486d991944 fix: streamline shift key handling in action events and key handlers 2026-02-27 17:25:38 +08:00
Mega Yu
72c97dae21 Optimize item rendering frequency 2026-02-27 16:41:51 +08:00
Tienson Qin
9737d6b2db remove GITHUB_DEFAULT_BASE_BRANCH variable 2026-02-27 15:09:31 +08:00
Tienson Qin
f853773d32 Merge branch 'master' into feat/sandbox-code-agents 2026-02-27 14:52:15 +08:00
Tienson Qin
b0ba993e0c fix: can't cut-paste blocks to empty target 2026-02-27 14:46:43 +08:00
Mega Yu
128ef6d53f refactor: simplify state->highlighted-item logic to improve performance 2026-02-27 14:43:37 +08:00
Tienson Qin
23e83ec8b3 allow custom git branch 2026-02-27 14:36:21 +08:00
Mega Yu
89759449ef fix: remove unnecessary state resets in input handling 2026-02-27 14:29:59 +08:00
Tienson Qin
390bf74e6b friendly git branch 2026-02-27 14:15:43 +08:00
Mega Yu
c972967dc9 fix: simplify lazy-loading logic in cmdk component 2026-02-27 14:01:47 +08:00
Mega Yu
c3b1937a3d fix: lazy-visible keyboard scroll lag 2026-02-27 13:58:49 +08:00
Tienson Qin
3e918fd15d simplify github token env variable 2026-02-27 13:34:17 +08:00
Tienson Qin
939f58411e update new api endpoint 2026-02-27 11:23:28 +08:00
Tienson Qin
9e57add57e use api.logseq.io 2026-02-27 11:22:21 +08:00
Tienson Qin
2bc080d114 refactor: rename deps/db-sync to deps/workers 2026-02-27 11:15:44 +08:00
Tienson Qin
d1141444b6 Separating agents to another worker 2026-02-27 09:34:53 +08:00
Gabriel Horner
8216e1a177 enhance: export-edn exports nested children of text-property values
Should address https://github.com/logseq/db-test/issues/756
2026-02-26 19:28:15 -05:00
Gabriel Horner
5b1bfeed2b fix: db lint
Also silence noisy successful db test which distracts from actual
failing tests
2026-02-26 12:21:56 -05:00
Gabriel Horner
bcacfd39f5 enhance: improve property values schema for build EDN 2026-02-26 12:02:11 -05:00
Gabriel Horner
3e1ab74ac1 chore: reuse block-property-value? helper in build 2026-02-26 11:40:09 -05:00
Tienson Qin
100cc3a8df Add milestone for separating agents from sync 2026-02-26 23:56:49 +08:00
Tienson Qin
477fca1d9f Merge branch 'master' into feat/agents 2026-02-26 22:59:19 +08:00
Tienson Qin
7d268fbd42 fix: lint 2026-02-26 22:57:25 +08:00
Tienson Qin
225cdac8ae disable invocation logs 2026-02-26 22:54:14 +08:00
Tienson Qin
5cb50683a8 fix: sync start now waits for DB worker initialization
before invoking worker APIs
2026-02-26 22:34:07 +08:00
Mega Yu
828219b274 fix: align bind count in search-blocks-aux for namespace matching 2026-02-26 22:20:04 +08:00
Tienson Qin
ba5e83c045 Updated apply-remote-tx! to keep one-shot batch apply while
preserving correctness.

Changes in sync.cljs (src/main/frontend/worker/sync.cljs):

- Added batch flatten pipeline that:
- remaps per-batch tempids to unique ids,
- preserves tx-id position remapping,
- tracks newly created identities (:block/uuid / :db/ident),
- rewrites cross-batch lookup refs to tempids for :db/add so later adds in
the same merged transact can target newly-created entities.
- apply-remote-tx! batched branch now calls the new flattener once (no doseq
per batch).
- Kept rebase safety in local-changes path (conflict filtering + remote-
duplicate cleanup after sanitize).
- Fixed negative temp-id handling in canonical-entity-id to avoid d/entity
errors.
2026-02-26 21:50:25 +08:00
Tienson Qin
08213ceeb9 test version of non-batch apply-remote-tx 2026-02-26 21:28:27 +08:00
Mega Yu
3e9e446135 Merge branch 'master' into enhance/search 2026-02-26 21:24:00 +08:00
Mega Yu
17b6aa4d65 fix: enhance filter clearing behavior and refresh results 2026-02-26 21:09:54 +08:00
Mega Yu
8cf5c0d13b fix: improve dialog close behavior in cmdk 2026-02-26 21:09:32 +08:00