ReMe/reme
Sen Huang 8877743ca9
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Deploy Docs / deploy (push) Has been cancelled
Deploy Docs / build (push) Has been cancelled
feat(cli): route bare commands to the running server's real config (#312)
call_server now resolves the client backend/transport/host/port from the
live `reme start` process (replaying its start args through
resolve_app_config) so a bare `reme <action>` reaches the server however
it was actually launched, falling back to local config when none runs.
Explicit backend=/transport=/host=/port= still win.

Also fix as_embedding to pass `dimensions` explicitly for agentscope
>=2.0.2, and add Claude Code auto-memory/auto-dream demos to the READMEs.
2026-07-01 17:15:48 +08:00
..
components feat(cli): route bare commands to the running server's real config (#312) 2026-07-01 17:15:48 +08:00
config fix(auto-memory): preserve message timestamps (#310) 2026-07-01 17:15:07 +08:00
enumeration Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
schema Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
steps fix(auto-memory): preserve message timestamps (#310) 2026-07-01 17:15:07 +08:00
utils feat(cli): route bare commands to the running server's real config (#312) 2026-07-01 17:15:48 +08:00
__init__.py chore(release): bump version to 0.4.0.6 (#309) 2026-07-01 14:10:37 +08:00
application.py feat(mem): Enhance daily note system with metadata handling and write functionality (#295) 2026-06-25 21:54:56 +08:00
constants.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
reme.py feat(cli): route bare commands to the running server's real config (#312) 2026-07-01 17:15:48 +08:00