Commit graph

38 commits

Author SHA1 Message Date
OpenPets Dev
edfad055a0 Consolidate FamiliarOS workflows and harden catalog surfaces 2026-06-18 02:12:31 +00:00
OpenPets Dev
a030240467 docs: FamiliarOS marketing copy, rebrand docs, and custom Familiar name
- Rewrite README.md hero and feature sections with FamiliarOS manifest copy.
- Update README_OUR_CHANGES.md, FEATURES.md, FEATURES_OUR_CHANGES.md,
  PULL_REQUEST.md, and FEATURE_REGISTRY.md with rebrand and custom naming.
- Rename packages/install-familiar/src/check-install-pet.ts to
  check-install-familiar.ts to match rebrand and package test script.
- Custom Familiar name already wired through app-state, tray, Settings UI,
  and i18n; docs now describe it.
2026-06-17 01:48:55 +00:00
OpenPets Dev
6ab3bb64d8 feat(rebrand): rename OpenPets to FamiliarOS and pets to familiars
- Rename all user-facing and technical identifiers from OpenPets/Pet to FamiliarOS/Familiar.
- Rename packages from @open-pets/* to @familiaros/*; rename install-pet/pet-format packages.
- Rename plugin IDs and directories from openpets.* to familiaros.*.
- Rename IPC namespace from openpets:* to familiaros:* and state filenames from openpets-* to familiaros-* with legacy migration.
- Rename source files (pet-window, built-in-pet, default-pet-controller, etc.) to familiar equivalents.
- Update locales (en, es-419, ja, ko, pt-BR, zh-Hans, zh-Hant) and tray/pet context menu strings.
- Add Familiar naming feature: preference, settings input, tray menu display.
- Update assets and packaging config; all desktop tests pass.
2026-06-17 01:42:08 +00:00
OpenPets Dev
524e8c70e8 Merge upstream v3.0.0 and bump to v3.1.0
Merged origin/main (release v3.0.0) into main and preserved fork features:
- Minimal compact prompt window (140px) that expands with editor/history.
- Larger pet speech bubbles that scale with pet/window size.
- Improved chat command memory extraction (/remember, /memorize, /note, don't forget).
- Continuous pet scale slider from 0.16x to 10x (screen-filling).

Version bumped to 3.1.0.
2026-06-12 03:20:52 +00:00
OpenPets Dev
08eff41255 feat(desktop): minimal prompt window, larger pet bubbles, improved command memory, screen-filling pet scale slider
- Prompt window opens at 140px compact height and expands to 456px when editor/history shown.
- Pet speech bubbles scale with larger pets and window sizes; removed text overflow clipping.
- Extracted prompt memory extraction into testable module; added /remember, /memorize, /note, don't forget patterns.
- Replaced pet scale dropdown with continuous slider from 0.16x to 10x.
- Added prompt-memory-extraction.test.ts and updated packaging/onboarding tests.
2026-06-12 03:02:21 +00:00
Alvin Unreal
3f8fa1a098 release v3.0.0 2026-06-11 21:47:36 +02:00
Alvin Unreal
cd80535c26 Add Virtual Pet HUD plugin 2026-06-11 21:25:55 +02:00
Alvin Unreal
4f4c02eacd working 2026-06-11 20:33:53 +02:00
Alvin Unreal
2752609bee focus buddy 2026-06-11 18:47:40 +02:00
Alvin Unreal
a27722b6db icons by plugins 2026-06-11 18:13:56 +02:00
Alvin Unreal
6b9b2a8e4d Preparing v3 2026-06-11 16:54:54 +02:00
Alvin Unreal
ceb9149759 superplugins 2026-06-10 08:16:38 +02:00
Alvin Unreal
35ea30db4e feat(sdk): add @open-pets/plugin-sdk types package, CLI scaffolder, and drift guard
- packages/sdk: new types-only @open-pets/plugin-sdk — OpenPetsContext + the
  ambient OpenPetsPlugin global, plus a mock-ctx contract test. Zero runtime
  deps; published for editor autocomplete (npm i -D @open-pets/plugin-sdk).
- cli: `openpets plugin new <name>` scaffolds a plugin folder (manifest +
  entry + README) so step zero is npx, not copy-paste.
- desktop: compile-time conformance guard tying the runtime plugin SDK
  (namespaces + JS permission set) to the published @open-pets/plugin-sdk
  contract, so the two can't drift.
- release-npm: include packages/sdk in the publish order.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 20:24:02 +02:00
eddie
17a73532fc fix(mcp): add lease re-acquisition with exponential backoff on heartbeat failure
When a heartbeat fails, the MCP server previously cleared the lease and
stopped heartbeating permanently, making the pet unresponsive for the
rest of the session.

Now on heartbeat failure:
- Enters retry mode with exponential backoff (5s → 10s → 20s → 40s → 60s cap)
- Re-acquires lease automatically when the desktop app recovers
- Resumes normal 5s heartbeat after successful re-acquisition

Also adds on-demand lease recovery in react/say tool handlers — if the
lease is expired when a tool is called, it attempts to acquire a new one
before returning an error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-28 12:42:03 +08:00
Alvin Unreal
a611ca4680 Document control center refactor state 2026-05-24 11:33:38 +02:00
Alvin Unreal
b700c0e932 Prepare WSL npm patch release 2026-05-21 06:47:11 +02:00
Alvin Unreal
7f7b42ff39 Organize desktop and client tests 2026-05-18 01:00:23 +02:00
Alvin Unreal
c99cec2189 Update repository codemaps 2026-05-16 14:25:20 +02:00
Alvin Unreal
67f645b47b Support WSL NAT IPC endpoints 2026-05-15 20:06:09 +02:00
Alvin Unreal
fec746d62f Prepare release v2.0.7 2026-05-14 16:18:47 +02:00
Alvin Unreal
82e70c8842 Add Cursor project rules support 2026-05-14 14:59:04 +02:00
Alvin Unreal
d362c3b87f Add Cursor MCP integration 2026-05-14 13:59:45 +02:00
Alvin Unreal
3c553dc25d Release desktop v2.0.6 2026-05-13 20:31:28 +02:00
Alvin Unreal
85ce0d4c9e Add Pi extension integration 2026-05-13 20:28:09 +02:00
Alvin Unreal
958f842aa2 Add opt-in TCP IPC transport 2026-05-13 15:00:04 +02:00
Alvin Unreal
82ddc02d8c release desktop v2.0.5 2026-05-12 23:05:51 +02:00
Alvin Unreal
4bb55e1a22 fix custom node path for Claude setup 2026-05-12 23:03:23 +02:00
Alvin Unreal
ce767ea05a derive cli contract version expectations 2026-05-11 21:17:43 +02:00
Alvin Unreal
930ba5adcf fix cli contract version expectations 2026-05-11 21:17:00 +02:00
Alvin Unreal
02421aa74a fix npm release package version 2026-05-11 21:15:59 +02:00
Alvin Unreal
4b55716fe6 release desktop v2.0.4 2026-05-11 21:14:19 +02:00
alvinreal
553aaa17c9 add codemap documentation 2026-05-11 12:31:59 +01:00
Alvin Unreal
c5673729c2 fix installer message for old desktop 2026-05-10 20:46:45 +02:00
Alvin Unreal
7fbace62f3 fix installer message for old desktop 2026-05-10 20:35:20 +02:00
Alvin Unreal
dd57efcf09 fix package contract builds 2026-05-10 18:31:20 +02:00
Alvin Unreal
e392d48b20 add npm pet installer 2026-05-10 18:29:00 +02:00
Alvin Unreal
103f890b4b fix: run cli from npm bin symlink 2026-05-10 15:48:40 +02:00
Alvin Unreal
33b0c22068 Releasing version 2 2026-05-10 13:30:48 +02:00