feat: /memory timeline + RemoteUI auth fix + 渐进式UI popup (v0.5.13)#17
Merged
Conversation
added 4 commits
June 30, 2026 17:55
- /memory: a GitLens-style timeline of the agent's long-term memory (~/.a3s/memory). Day-bucketed, type-tinted nodes read from the store index (one parse, off-thread); lazy detail pane with full content + metadata. Read-only; ↑↓/jk, g/G, PgUp/PgDn, r refresh, Esc. - RemoteUI: fix OS login-state injection — a3s-webview fetched /api/users/me (404, since the OS API prefix is /api/v1), so auth_user was never seeded and restoreAuth fell back to the login page. Now fetches /api/v1/users/me. The view is offered via an inline "🔗 打开渐进式UI" link the host click-opens into the authenticated popup; popup window title is now 渐进式UI; no more per-open transcript line. - okf: prune stale built-in skill dirs (the old kb-compile) so /okf is the single knowledge-compile command. - editor: vim-consistent /ide + /config with horizontal scrolling and a visible block cursor (J/r/~ added). - /model: the OS unified AI gateway is a separate "OS网关" tab when signed in. Bumps a3s 0.5.12 -> 0.5.13.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(tui): /memory timeline + RemoteUI auth fix + 渐进式UI popup (v0.5.13)
/memory: a GitLens-style timeline of the agent's long-term memory
(~/.a3s/memory). Day-bucketed, type-tinted nodes read from the store
index (one parse, off-thread); lazy detail pane with full content +
metadata. Read-only; ↑↓/jk, g/G, PgUp/PgDn, r refresh, Esc.
RemoteUI: fix OS login-state injection — a3s-webview fetched
/api/users/me (404, since the OS API prefix is /api/v1), so auth_user
was never seeded and restoreAuth fell back to the login page. Now
fetches /api/v1/users/me. The view is offered via an inline
"🔗 打开渐进式UI" link the host click-opens into the authenticated
popup; popup window title is now 渐进式UI; no more per-open transcript
line.
okf: prune stale built-in skill dirs (the old kb-compile) so /okf is
the single knowledge-compile command.
editor: vim-consistent /ide + /config with horizontal scrolling and a
visible block cursor (J/r/~ added).
/model: the OS unified AI gateway is a separate "OS网关" tab when
signed in.
Bumps a3s 0.5.12 -> 0.5.13.