feat: v0.4.1 — GMem memory infra + Opprime synced improvements (CI pass)#6
Merged
Conversation
added 4 commits
June 9, 2026 15:07
- FTS5 token filter: fixed detail=column pure-digit/alpha pollution bug - Knowledge auto-record_hit() on every auto-search match - tools/remember_info.py: unified memory route (Knowledge/Notes/Experience) - tools/archive_search.py: Archive Store search for cross-session recall - tools/glink_projects.py: Glink project management integration - kernel.py: _recorded_tc tracking, _build_gmem_summary, FINISH.md rules - lib/session.py/experience.py/storage.py: Opprime consistency sync - rules/: AGENCY.md, THINKING.md, FINISH.md — public-ready rule templates - PII sanitized for public release - CHANGELOG.md: v0.4.1 entry
- archive_store.py: contextlib import, SIM108/B/F541/E401 fixes - experience.py: B007 loop var rename - storage.py: ARG004 per-file-ignore - pyproject.toml: storage.py exclusion - ruff format across all files
New: - lib/channels/webchat.py: WebSocket-based chat backend - Streaming response (chunk-by-chunk) - File upload: text/PDF/DOCX/XLSX/image parsing - Knowledge retrieval visibility - Auto-reconnect WebSocket - webchat/index.html: Single-file cyberpunk frontend - Left/right split layout (chat + Agent Mind panel) - Dark cyberpunk theme with scanline overlay - Drag & drop file upload - Real-time streaming output - Knowledge & tool chain panels - main.py: --mode web flag + --port option - Separated feishu/web run() functions sharing common infra Usage: python3 main.py --mode web --port 8765
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.
Summary
v0.4.1 — GMem memory infrastructure merged into Gbase public framework.
Changes (18 files, +1041/−134)
New:
lib/archive_store.py+tools/archive_search.py: cross-session conversation archivetools/remember_info.py: unified memory routing (Knowledge/Notes/Experience)tools/glink_projects.py: Glink project management integrationrules/AGENCY.md,THINKING.md,FINISH.md: rule templatesCore fixes:
detail=columnpure-digit/alpha pollution bug)record_hit()on retrievalCI
ruff check .: ✅ All checks passedruff format --check .: ✅ All files formatted