Commit graph

55 commits

Author SHA1 Message Date
RCLL
0af516ae69 fix(mcp): enforce recall limit, align server version, scope the client claim
Three things found by actually running the server over stdio against a live backend
instead of describing it.

1. recall ignored 'limit'. The backend treats it as a retrieval hint and returns
   everything inside its own token budget — 113 facts, 43 KB of JSON, for a request
   that asked for 2. The tool's own description ('Max results') was therefore false,
   and every recall spent roughly 10k tokens of the caller's context. The MCP layer
   now enforces the requested limit and reports 'N of M' when it truncated:
   limit=2 goes from 43541 to 1000 chars.

2. serverInfo.version said 1.0.0 while package.json and server.json say 0.1.0. The
   MCP registry validates the resolved package against the manifest, so a version
   that disagrees with the tarball is a review failure.

3. The README claimed 'Claude Code, OpenClaw, Cursor, etc.' None of those was tested.
   Replaced with what was measured — MCP 2025-06-18, initialize/tools/list/tools/call
   round-trip, memory_recall returning real results over stdio — plus the Claude Code
   config we actually run.
2026-08-24 08:46:24 +03:00
RCLL
509b759523 docs: link the site, scope the fork comparison to the branch point, state the release status 2026-08-24 07:49:45 +03:00
RCLL
eea8d0f2a0 brand: Hindsight-MemPalace -> RCLL
Recovered from the 2026-06-27 snapshot import by classifying the base..snapshot delta at line granularity. Upstream base: d054b884 (2026-04-10).
2026-08-23 23:50:04 +03:00
Vitali Avagyan
caa53ee370
docs: add gitcgr code graph badge (#648) 2026-03-22 21:28:29 +01:00
Ethan Clarke
2344484f77
feat: add MiniMax LLM provider support (#550)
Add MiniMax as a supported LLM provider via the OpenAI-compatible interface.

- Register MiniMax in the provider factory and valid providers list
- Set default base URL to https://api.minimax.io/v1
- Set default model to MiniMax-M2.5 in PROVIDER_DEFAULT_MODELS
- Add temperature clamping for MiniMax (must be >0, ≤1.0)
- Add API key validation (MiniMax requires an API key)
- Add MiniMax configuration example to .env.example
- Update documentation (models.md, configuration.md, embed.md, CLAUDE.md, README.md)
- Add unit and integration tests for MiniMax provider

Co-authored-by: octo-patch <octo-patch@users.noreply.github.com>
2026-03-13 10:17:55 +01:00
Nicolò Boschi
e210953d05
add trending badge HTML in README.md 2026-03-12 16:26:17 +01:00
Chris Bartholomew
5fef54d501 Fix typos in README 2026-02-23 15:32:49 -05:00
Chris Bartholomew
a1f22dabd2
Replace waitlist links with direct Hindsight Cloud signup URL (#349)
The waitlist is no longer needed. Update all references from
vectorize.io/hindsight/cloud to ui.hindsight.vectorize.io/signup
and change "request early access" language to "sign up".
2026-02-11 20:51:32 +01:00
Nicolò Boschi
dd1e0986a1
feat: add docs skill (#335)
* feat: add docs skill

* feat: add docs skill
2026-02-10 14:41:51 +01:00
Nicolò Boschi
a3a9d7b37d
doc: prepare doc for 0.4.10 (#325)
* doc: prepare doc for 0.4.10

* fixe

* ci
2026-02-09 11:42:37 +01:00
Van Vuong Ngo
5179d5f77d
feat: add docker-compose example (#313)
* feat: add docker-compose example

* fix T&V

* doc: add how to quick start hindsight with docker-compose

* chore: fix typo
2026-02-09 10:14:21 +01:00
Van Vuong Ngo
d0f67c9f8b
doc: improve Node.js client example (#320)
Fix doc to increase the developer experience...

- if the code is intended to be a CommonJS by using `require` then you have to wrap `await` calls in an async function
- calling `client.recall` with using the results
2026-02-07 10:02:41 +01:00
Nicolò Boschi
f64817814a
feat: slim docker distro (#314)
* feat: slim docker distro

* feat: slim docker distro

* push
2026-02-06 15:00:24 +01:00
Chris Latimer
7300d5be4b README video 2026-01-28 19:26:12 -07:00
Chris Latimer
81c82d9b93 README tweak 2026-01-28 19:21:15 -07:00
Chris Latimer
7551e65e55 Updated video in readme 2026-01-28 14:40:44 -07:00
Nicolò Boschi
d2b797fff8
doc: improve readme (#223)
* README updates

* Add captions to video

* Use cases and new banner

---------

Co-authored-by: Chris Latimer <chris.latimer@vectorize.io>
2026-01-28 17:55:20 +01:00
Chris Bartholomew
70ce979fbe
doc: update expired Slack invite link (#157) 2026-01-13 16:57:23 -05:00
Nicolò Boschi
c8c7603580
feat(doc): add new config options and supported providers (#84) 2026-01-01 17:09:05 +01:00
Chris Latimer
967e586e01 Add model providers on README 2025-12-24 10:46:53 -07:00
Chris Bartholomew
476a62da47
Add Hindsight Cloud links to README and docs (#42)
- Add Hindsight Cloud link to README header
- Add Hindsight Cloud navbar item in docs
- Add callout in installation docs for managed alternative
2025-12-17 11:09:36 -05:00
Nicolò Boschi
c0a0f447b7
Update README.md 2025-12-17 10:20:02 +01:00
Chris Latimer
a6e8944ff0 README updates 2025-12-16 07:09:30 -07:00
Chris Latimer
dfea4dbe15 Trademark to README 2025-12-14 18:58:34 -07:00
Chris Latimer
44e9571572 README banner 2025-12-12 09:03:59 -07:00
Nicolò Boschi
2c1be4cf47
Update Docker run command in README o3 mini 2025-12-11 14:53:52 +01:00
Nicolò Boschi
99db7b26c3 fix docs on clients 2025-12-11 14:23:56 +01:00
Nicolò Boschi
fa554b8980 brandind and misc fixes 2025-12-11 12:46:48 +01:00
Chris Latimer
f813a807e7 README banner 2025-12-10 23:59:53 -05:00
Chris Latimer
f7e8b1097b Fix README images 2025-12-10 10:59:59 -07:00
Chris Latimer
cffb14f166 Update README 2025-12-09 10:17:09 -07:00
Chris Bartholomew
6daa3ad135
docs: update documentation URL to custom domain (#21)
Update docs link from vectorize-io.github.io/hindsight to
hindsight.vectorize.io.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 16:59:57 -05:00
Nicolò Boschi
cf2f739469 fix readme 2025-12-05 07:43:19 +01:00
Nicolò Boschi
06b956a553 new names 2025-12-04 21:34:05 +01:00
Nicolò Boschi
6073ac4ffd docs, packages and quick start 2025-12-04 12:49:01 +01:00
Nicolò Boschi
bb6bec511c add repo files 2025-12-04 10:20:23 +01:00
Nicolò Boschi
4b8fccb5e8 fix readme github images 2025-12-04 10:10:08 +01:00
Chris Bartholomew
1c5981b1f2
Fix architecture link (#13) 2025-12-03 23:43:47 +01:00
Nicolò Boschi
09fbcc2020 prepare for release 2025-12-03 11:52:25 +01:00
Nicolò Boschi
d099ef870d rename to new names 2025-11-27 16:22:16 +01:00
Nicolò Boschi
b1ff2e8823
rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
Nicolò Boschi
4f8e4b83ed add docs and some fixes 2025-11-24 14:54:51 +01:00
Nicolò Boschi
99a54aec90 more 2025-11-19 16:28:02 +01:00
Nicolò Boschi
aa35223056 openai and langmem integrations 2025-11-18 14:59:00 +01:00
Nicolò Boschi
e15cbb4a44 temporal offset and others 2025-11-14 18:38:57 +01:00
Nicolò Boschi
c82fff949b add profiles 2025-11-13 13:22:27 +01:00
Nicolò Boschi
588065182a polish + cli + helm + standalone 2025-11-11 12:35:20 +01:00
Nicolò Boschi
646dea89d9 reorder files 2025-11-10 15:45:30 +01:00
Nicolò Boschi
fcc5250656 bm25 and re-rankers 2025-11-07 10:22:59 +01:00
Nicolò Boschi
39801d9f8b local setup and speed 2025-11-05 15:35:07 +01:00