Commit graph

25 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
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
bb758e9d0f feat(desktop): add Text-to-Speech Phase 2 and update docs/registry
- Add configurable TTS providers: system OS voice, OpenAI TTS, ElevenLabs,
  Piper (local), and OpenAI-compatible (OpenRouter/LiteLLM/WaveSpeedAI/custom).
- Add secure TTS credential storage, endpoint presets, voice/model/speed UI,
  and test/stop controls in Settings.
- Wire TTS to pet/floating-chat renderer via openpets:tts-speak/audio/stop IPC.
- Respect quiet hours; validate cloud endpoints and returned audio buffers.
- Add plugin voice:speak bridge and tts-engine unit tests.
- Update FEATURES.md, FEATURES_OUR_CHANGES.md, README.md, README_OUR_CHANGES.md,
  PULL_REQUEST.md, FEATURE_REGISTRY.md, and add docs/pull-requests/PR_TTS_PHASE_2.md.
2026-06-16 18:40:52 +00:00
OpenPets Dev
880bfb4eb4 docs: add FEATURE_REGISTRY.md, include Knowledge Store and MCP edition, fix single-click petting categorization, reconcile installer hash 2026-06-15 21:14:25 +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
8761da5995 Update documentation for v3.1.0 UI changes (prompt sizes, triple-click HUD, no drag handle) 2026-06-12 06:54:04 +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
ceb9149759 superplugins 2026-06-10 08:16:38 +02:00
Alvin Unreal
fed1bc4b3a Add Wander Buddy movement plugin 2026-05-27 21:21:19 +02:00
Alvin Unreal
448d1346e5 Reset official plugin lineup 2026-05-27 21:06:32 +02:00
Alvin Unreal
8fcf9c705f BDD 2026-05-15 21:29:28 +02:00
Alvin Unreal
67f645b47b Support WSL NAT IPC endpoints 2026-05-15 20:06:09 +02:00
Alvin Unreal
14055dac71 Clarify pet selection in skill 2026-05-14 22:11:25 +02:00
Alvin Unreal
860a2ef287 Hello 2026-05-14 21:58:04 +02:00
Alvin Unreal
90f3d6d11e Clarify project pet setup flow 2026-05-14 21:43:32 +02:00
Alvin Unreal
49e181c728 Add OpenPets onboarding skill 2026-05-14 21:38:36 +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
40b9ebc96a docs: add app screenshots to README 2026-05-10 15:31:40 +02:00
Alvin Unreal
183c40b518 docs: add OpenPets star prompt 2026-05-10 15:14:19 +02:00
Alvin Unreal
0aa4903ca8 docs: update README header image 2026-05-10 14:18:32 +02:00
Alvin Unreal
b1eac04846 docs: refresh project README 2026-05-10 14:11:27 +02:00
Alvin Unreal
33b0c22068 Releasing version 2 2026-05-10 13:30:48 +02:00