Commit graph

32 commits

Author SHA1 Message Date
OpenPets Dev
4d99cd32fe feat(hardening): taglines, MCP Toolkit Guide rebrand, Windows bubble fix, name test
- Rename UI panel to "MCP Toolkit Guide" with a plainer description.
- Apply taglines to README.md and package.json descriptions.
- Gate pinned-bubble backdrop-filter on Windows to avoid gray rectangles.
- Add packaging-contract assertions for pinned bubble and new description.
- Add custom-familiar-name.test.ts covering normalizeFamiliarName.
- Sync docs (FEATURES, README_OUR_CHANGES, FEATURES_OUR_CHANGES,
  PULL_REQUEST, FEATURE_REGISTRY, bug-squashing, rebrand plan,
  pr-chat-memory-mcp-toolkit).
2026-06-17 06:01:32 +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
82abe08658 chore(release): integrate v3.1.0 companion fixes
- Harden memory capture/retrieval.
- Move virtual-pet HUD to context menu.
- Single-click petting; remove triple-click.
- Fix speech-bubble clipping.
- Make scale slider draggable.
- Fix Windows packaging build-deps script and update docs.
2026-06-13 06:33:48 +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
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
Alvin Unreal
04f15e9cc3 release desktop v2.5.1
Multi-monitor fix: pet stays on its current display instead of being
clamped back to the primary screen.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 18:43:26 +02:00
Alvin Unreal
bb44912520 release desktop v2.5.0 2026-05-27 22:10:42 +02:00
Alvin Unreal
8220d2259b release desktop v2.1.2 2026-05-24 16:32:31 +02:00
Alvin Unreal
4b13b0163a Improve control center dev workflow 2026-05-23 21:57:26 +02:00
alvinreal
b3a6037a92 Add desktop control center pets preview 2026-05-23 08:54:27 +01:00
Alvin Unreal
2174aa36db Fix macOS desktop release packaging 2026-05-20 21:56:39 +02:00
Alvin Unreal
4b712928d1 Prepare desktop plugin release 2026-05-20 11:50:28 +02:00
Alvin Unreal
21e31a2cab Polish desktop plugins UI 2026-05-20 10:41:52 +02:00
Alvin Unreal
e8344f7ddb Add JavaScript plugin runtime 2026-05-20 00:10:48 +02:00
alvinreal
8a393f24d7 Add configurable plugin actions 2026-05-19 10:51:25 +01:00
Alvin Unreal
7f7b42ff39 Organize desktop and client tests 2026-05-18 01:00:23 +02:00
Alvin Unreal
f5e42564ed Release desktop v2.0.9 2026-05-17 21:18:16 +02:00
Alvin Unreal
c72c8a423b Bump desktop app to 2.0.8 2026-05-16 15:15:23 +02:00
Alvin Unreal
fec746d62f Prepare release v2.0.7 2026-05-14 16:18:47 +02:00
Alvin Unreal
05bb979362 Fix Linux AppImage sandbox packaging 2026-05-14 15:42:10 +02:00
Alvin Unreal
d362c3b87f Add Cursor MCP integration 2026-05-14 13:59:45 +02:00
Alvin Unreal
c042b9c75d Add desktop diagnostic logging 2026-05-14 11:03:31 +02:00
Alvin Unreal
3c553dc25d Release desktop v2.0.6 2026-05-13 20:31:28 +02:00
Alvin Unreal
44bff794f9 Improve Codex pet previews 2026-05-13 17:13:41 +02:00
Alvin Unreal
82ddc02d8c release desktop v2.0.5 2026-05-12 23:05:51 +02:00
Alvin Unreal
4b55716fe6 release desktop v2.0.4 2026-05-11 21:14:19 +02:00
Alvin Unreal
7fbace62f3 fix installer message for old desktop 2026-05-10 20:35: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