Skip to content

feat: /memory timeline + RemoteUI auth fix + 渐进式UI popup (v0.5.13)#17

Merged
ZhiXiao-Lin merged 4 commits into
mainfrom
feat/memory-timeline-and-remoteui-fixes
Jun 30, 2026
Merged

feat: /memory timeline + RemoteUI auth fix + 渐进式UI popup (v0.5.13)#17
ZhiXiao-Lin merged 4 commits into
mainfrom
feat/memory-timeline-and-remoteui-fixes

Conversation

@ZhiXiao-Lin

Copy link
Copy Markdown
Contributor

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.

RoyLin 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.
@ZhiXiao-Lin ZhiXiao-Lin merged commit 5e0ce57 into main Jun 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant