Commit Graph

  • 50723e1b52 fix(embedding): derive OpenAI provider dimensions from model Rohit Ghumare 2026-04-22 12:38:54 +01:00
  • 343b51c06d feat: support OPENAI_BASE_URL and OPENAI_EMBEDDING_MODEL env vars Edison-A-N 2026-04-22 15:09:42 +08:00
  • 769d7c4eac Merge pull request #187 from rohitg00/fix/stop-hook-recursion-loop Rohit Ghumare 2026-04-22 12:32:27 +01:00
  • 766aaed214 merge main into fix/stop-hook-recursion-loop #187 Rohit Ghumare 2026-04-22 12:31:30 +01:00
  • c1caf19cf3 config: honor computed MAX_TOKENS for agent-sdk fallback Rohit Ghumare 2026-04-22 12:30:34 +01:00
  • a654dd7ef9 Merge pull request #188 from rohitg00/fix/viewer-empty-tabs-and-import-pipeline Rohit Ghumare 2026-04-22 12:27:25 +01:00
  • 510d6ff3a4 config: honor computed MAX_TOKENS for agent-sdk fallback #188 Rohit Ghumare 2026-04-22 11:56:32 +01:00
  • 81be407078 address CodeRabbit review on #188 Rohit Ghumare 2026-04-22 11:53:11 +01:00
  • 51bcb09104 address CodeRabbit review on #187 + fix CI Rohit Ghumare 2026-04-22 11:44:05 +01:00
  • fab246a3fd ci: two-step install so npm ci has a lockfile on this branch Rohit Ghumare 2026-04-22 11:22:47 +01:00
  • 5e63846b29 fix(hooks): break Stop-hook infinite recursion via agent-sdk fallback Rohit Ghumare 2026-04-22 10:57:57 +01:00
  • 9066086498 feat(viewer): richer session detail + crystals viz + tab explainers Rohit Ghumare 2026-04-22 10:28:18 +01:00
  • ae12890cfd feat(replay): auto-derive lessons + crystals from imported JSONL Rohit Ghumare 2026-04-22 10:18:37 +01:00
  • 8c726ccf2d fix(viewer): populate import pipeline + repair empty tabs Rohit Ghumare 2026-04-22 10:13:43 +01:00
  • b1bb2b2640 chore: untrack package-lock.json + gitignore all lockfiles Rohit Ghumare 2026-04-21 20:44:14 +01:00
  • a12767bac7 fix(runtime): make dist actually start — drop getContext, externalize onnx, restore KV.state Rohit Ghumare 2026-04-21 20:24:15 +01:00
  • 480d8e8cce Merge pull request #182 from rohitg00/feat/memory-slots-v010 Rohit Ghumare 2026-04-21 19:54:45 +01:00
  • 02d13c59a7 fix(slots): resolve rebase artifacts (stray marker + tool count bump to 51) #182 Rohit Ghumare 2026-04-21 19:54:11 +01:00
  • b03e9702f2 fix(slots): address CodeRabbit review on #182 Rohit Ghumare 2026-04-21 18:40:31 +01:00
  • c70b60211a feat(slots): add editable pinned memory slots + idle reflection + global scope Rohit Ghumare 2026-04-21 18:15:17 +01:00
  • 6bf1b6798a Merge pull request #179 from rohitg00/feat/multimodal-phase1-vision-embeddings Rohit Ghumare 2026-04-21 18:21:58 +01:00
  • c7878275eb Merge pull request #183 from rohitg00/fix/website-stats-ssr-initial Rohit Ghumare 2026-04-21 18:20:52 +01:00
  • c43c6ff44a fix(website): render stat targets in SSR, animate on scroll #183 Rohit Ghumare 2026-04-21 18:19:42 +01:00
  • 4036640973 Merge pull request #180 from rohitg00/fix/website-meta-build-time-gen Rohit Ghumare 2026-04-21 13:46:20 +01:00
  • c36aedf3a0 fix(website): bake meta at build time, stop falling back to v0.0.0 #180 Rohit Ghumare 2026-04-21 13:36:06 +01:00
  • c736b39760 fix(vision): validate imageRef against managed store + guard topK NaN #179 Rohit Ghumare 2026-04-21 13:28:30 +01:00
  • 241be2669c fix(vision): address CodeRabbit review on #179 Rohit Ghumare 2026-04-21 12:07:47 +01:00
  • bf6f33f48d feat(multimodal): Phase 1 — CLIP visual embeddings + vision-search Rohit Ghumare 2026-04-21 11:12:21 +01:00
  • bb60b7a91d Merge pull request #111 from Tanmay-008/feat/multimodal-image-memory Rohit Ghumare 2026-04-21 11:19:39 +01:00
  • 2edc02feb5 fix: resolve conflicts with main, address qodo-ai security findings #111 Rohit Ghumare 2026-04-21 10:37:24 +01:00
  • c863286ed8 Merge pull request #178 from rohitg00/fix/viewer-ws-polling-fallback Rohit Ghumare 2026-04-21 10:19:12 +01:00
  • 84ac801bd8 fix(viewer): re-probe WS during polling, dedupe dashboard refresh #178 Rohit Ghumare 2026-04-21 10:02:45 +01:00
  • 14f09796ee fix(viewer): drop "RECONNECTING..." red badge, fall back to polling Rohit Ghumare 2026-04-21 09:30:14 +01:00
  • e57a108f6e Merge pull request #176 from rohitg00/fix/health-notes-demo-probe Rohit Ghumare 2026-04-21 00:44:11 +01:00
  • 7013722314 fix(health+cli): move heap_tight to notes, harden demo readiness probe #176 Rohit Ghumare 2026-04-21 00:39:37 +01:00
  • 66b153a2e5 Merge pull request #175 from rohitg00/release/v0.9.1 v0.9.1 Rohit Ghumare 2026-04-21 00:31:00 +01:00
  • 21a34aa28c chore: bump version to 0.9.1 + add CHANGELOG #175 Rohit Ghumare 2026-04-21 00:30:27 +01:00
  • ea01290296 Merge pull request #174 from rohitg00/fix/cli-import-upgrade-errors Rohit Ghumare 2026-04-21 00:04:47 +01:00
  • baac252b3f fix(cli): surface probe failure reason, require success===true, correct releases URL #174 Rohit Ghumare 2026-04-21 00:03:36 +01:00
  • 944ad304d6 Merge pull request #173 from rohitg00/fix/version-sync Rohit Ghumare 2026-04-20 23:59:11 +01:00
  • ecf9c216ea fix(cli): harden import-jsonl + use curl installer for iii-engine upgrade Rohit Ghumare 2026-04-20 23:57:27 +01:00
  • ca626f3bed fix(version): sync version across viewer + README, drop historical union #173 Rohit Ghumare 2026-04-20 22:11:15 +01:00
  • 4f8c4caf7a Merge pull request #172 from rohitg00/fix/viewer-missing-get-endpoints Rohit Ghumare 2026-04-20 21:18:37 +01:00
  • 1dfc0a5099 fix(viewer): add missing GET /semantic, /procedural, /relations endpoints #172 Rohit Ghumare 2026-04-20 17:47:22 +01:00
  • 2b7adc061c fix(memory): resolve CodeRabbit linter & concurrency bugs Tanmay-008 2026-04-19 23:15:50 +05:30
  • 1d4fbce38f fix(disk): implement 500MB quota LRU eviction and memory deletion parity Tanmay-008 2026-04-19 18:07:31 +05:30
  • ca578ce8d8 Update README.md Rohit Ghumare 2026-04-19 01:19:44 +01:00
  • 14b80db91a Merge pull request #169 from rohitg00/fix/website-mobile-og Rohit Ghumare 2026-04-19 00:37:52 +01:00
  • 197aa8d0e8 fix(website): mobile overflow + add OG/Twitter preview images #169 Rohit Ghumare 2026-04-19 00:30:22 +01:00
  • c9aedbfaa4 Merge pull request #167 from rohitg00/feat/website-auto-version Rohit Ghumare 2026-04-18 21:14:32 +01:00
  • 9520a9f564 fix(website/meta): address CodeRabbit review on auto-derived counts #167 Rohit Ghumare 2026-04-18 20:53:11 +01:00
  • 6dd8eaa0d3 Merge pull request #168 from rohitg00/docs/aaif-governance Rohit Ghumare 2026-04-18 20:49:47 +01:00
  • 76c96cef0c docs: address CodeRabbit review on governance docs #168 Rohit Ghumare 2026-04-18 20:35:02 +01:00
  • b995983e5a docs: drop AAIF-PROPOSAL-DRAFT.md (submission paperwork, not project material) Rohit Ghumare 2026-04-18 20:30:59 +01:00
  • 7ee6c70a73 docs: governance baseline for AAIF project proposal Rohit Ghumare 2026-04-18 20:28:45 +01:00
  • b99c9ec5d6 feat(website): derive version + MCP/hook/REST counts from source at build Rohit Ghumare 2026-04-18 20:19:33 +01:00
  • ba39a18d53 Merge pull request #166 from rohitg00/ci/publish-fs-watcher Rohit Ghumare 2026-04-18 20:05:58 +01:00
  • 3ed85ffaec ci(publish): add @agentmemory/fs-watcher to the release workflow #166 Rohit Ghumare 2026-04-18 20:04:21 +01:00
  • 4109e4e97d Merge pull request #165 from rohitg00/release/v0.9.0 v0.9.0 Rohit Ghumare 2026-04-18 20:01:22 +01:00
  • 3862c3f0d4 chore: release v0.9.0 #165 Rohit Ghumare 2026-04-18 20:00:26 +01:00
  • 4e7d0007e3 Merge pull request #164 from rohitg00/feat/website-lambo Rohit Ghumare 2026-04-18 19:52:20 +01:00
  • 3338f9d039 feat(website): live GitHub stars, logo-based agent showcase, simpler MCP install #164 Rohit Ghumare 2026-04-18 19:50:59 +01:00
  • 7193361b67 refactor(website): rebuild as Next.js 16 App Router app for Vercel Rohit Ghumare 2026-04-18 19:15:11 +01:00
  • 8db6da43d7 feat(website): lamborghini-inspired landing page Rohit Ghumare 2026-04-18 19:06:58 +01:00
  • 018e2e7b8c Merge pull request #163 from rohitg00/feat/62-filesystem-watcher Rohit Ghumare 2026-04-18 18:46:38 +01:00
  • 02ebc5f1fa fix(fs-watcher): address CodeRabbit review #163 Rohit Ghumare 2026-04-18 18:40:36 +01:00
  • 61cdaf600a Merge pull request #162 from rohitg00/fix/125-audit-coverage Rohit Ghumare 2026-04-18 18:39:00 +01:00
  • ef002195d6 docs(audit): clarify mem::auto-forget is bulk, not user-initiated (CR) #162 Rohit Ghumare 2026-04-18 18:38:00 +01:00
  • bfcff26cc1 feat: filesystem connector — emits observations on file changes (#62) Rohit Ghumare 2026-04-18 13:05:13 +01:00
  • 9a66804338 fix(audit): add audit coverage for mem::forget + document policy (#125) Rohit Ghumare 2026-04-18 12:57:15 +01:00
  • 78aefcefea Merge pull request #132 from Tanmay-008/fix/semantic-memory-eviction Rohit Ghumare 2026-04-18 12:52:36 +01:00
  • a9889e689c Merge pull request #118 from rohitg00/docs/security-advisories-v082 Rohit Ghumare 2026-04-18 12:52:33 +01:00
  • 8207502328 Merge main into fix/semantic-memory-eviction #132 Rohit Ghumare 2026-04-18 12:25:34 +01:00
  • a4a1d23d12 docs: address CodeRabbit review on security advisory drafts #118 Rohit Ghumare 2026-04-18 12:22:05 +01:00
  • 3037dd27f8 Merge pull request #160 from rohitg00/fix/158-health-rss-gate Rohit Ghumare 2026-04-18 11:46:29 +01:00
  • 1cd8a0a409 Merge pull request #161 from rohitg00/fix/159-mcp-proxy Rohit Ghumare 2026-04-18 11:46:17 +01:00
  • 8f2e14ce9c fix(mcp): address CodeRabbit review on standalone proxy #161 Rohit Ghumare 2026-04-18 11:39:32 +01:00
  • 0f09e97e3c fix(health): emit heap_tight alert in warn band too, not only critical #160 Rohit Ghumare 2026-04-18 11:35:40 +01:00
  • 7ef6155806 fix(mcp): proxy standalone tools to running server when reachable (#159) Rohit Ghumare 2026-04-18 11:23:59 +01:00
  • c57acd7f93 fix(health): gate memory severity on RSS floor (#158) Rohit Ghumare 2026-04-18 11:21:40 +01:00
  • 329e7ca082 Merge pull request #157 from rohitg00/docs/iii-console-readme Rohit Ghumare 2026-04-17 17:34:42 +01:00
  • 75c994dc43 Update README.md #157 Rohit Ghumare 2026-04-17 17:34:30 +01:00
  • d87cfa6921 docs: embed iii console screenshots in README Rohit Ghumare 2026-04-17 17:31:58 +01:00
  • ebacb20b13 docs: document iii console for trace-level inspection Rohit Ghumare 2026-04-17 17:24:57 +01:00
  • 0e8157eaa6 Update README.md Rohit Ghumare 2026-04-17 13:16:22 +01:00
  • 6b129dd51f Merge pull request #155 from rohitg00/feat/replay-tab Rohit Ghumare 2026-04-17 13:15:30 +01:00
  • 50817adb8a fix: address CodeRabbit review on session replay #155 Rohit Ghumare 2026-04-17 00:38:23 +01:00
  • 4feff554eb Merge pull request #154 from rohitg00/fix/agent-sdk-quota-149 Rohit Ghumare 2026-04-17 00:31:33 +01:00
  • 11bef18927 feat: session replay tab + JSONL transcript import Rohit Ghumare 2026-04-17 00:26:14 +01:00
  • 047ea8b636 Merge branch 'main' into fix/agent-sdk-quota-149 #154 Rohit Ghumare 2026-04-16 23:54:14 +01:00
  • 269fa65bde Merge pull request #153 from rohitg00/fix/symlink-compress-file-151 Rohit Ghumare 2026-04-16 23:36:59 +01:00
  • 6810c7b38e fix: use || instead of ?? for GOOGLE_API_KEY fallback so empty strings fall through Rohit Ghumare 2026-04-16 20:04:43 +01:00
  • 05b6a0a370 fix: replace lstat-only symlink guard with O_NOFOLLOW at write time to close TOCTOU window #153 Rohit Ghumare 2026-04-16 20:04:02 +01:00
  • cad377d6fa fix: reject symlinks in mem::compress-file to prevent arbitrary file writes (#151) Rohit Ghumare 2026-04-16 19:20:31 +01:00
  • 9eabbdc978 Merge pull request #152 from shaun0927/fix/compress-file-original-backup-collision Rohit Ghumare 2026-04-16 19:24:05 +01:00
  • 12c15b582b fix: warn on agent-sdk + AUTO_COMPRESS, accept GOOGLE_API_KEY as Gemini alias (#149) Rohit Ghumare 2026-04-16 19:20:54 +01:00
  • 70ccc476d7 fix: reject symlinks in mem::compress-file to prevent arbitrary file writes (#151) Rohit Ghumare 2026-04-16 19:20:31 +01:00
  • 471ccbc610 Preserve recoverable backups for already-suffixed compressed files #152 JunghwanNA 2026-04-17 01:39:17 +09:00
  • 1bdeaade8a chore: release v0.8.12 v0.8.12 Rohit Ghumare 2026-04-16 10:39:40 +01:00
  • 14da6c816c feat: add token-efficient recall and file compression tool (#150) Rohit Ghumare 2026-04-16 10:36:17 +01:00