Commit Graph

181 Commits

Author SHA1 Message Date
ben
a6672e27f4 Merge pull request #332 from different-ai/fix/notarization-gha
fix(release): uploadUpdaterJson + bump 0.8.2
2026-01-30 12:40:41 -08:00
Benjamin Shafii
644b6cbfd0 fix(release): use uploadUpdaterJson + bump 0.8.2 2026-01-30 12:40:24 -08:00
ben
1189f8a614 Merge pull request #330 from different-ai/fix/notarization-gha
fix(release): gate notarization + bump 0.8.1
2026-01-30 12:35:06 -08:00
Benjamin Shafii
43797ba2b7 fix(release): gate notarization + bump 0.8.1 2026-01-30 12:34:46 -08:00
Benjamin Shafii
366a4992ac feat(ui): surface setup tips and provider auth options 2026-01-30 12:27:39 -08:00
Benjamin Shafii
9261a2d747 chore(release): bump version to 0.8.0 2026-01-30 09:52:46 -08:00
Benjamin Shafii
289868bc34 fix(opencode): enable tauri http and connection diagnostics 2026-01-30 09:50:01 -08:00
Benjamin Shafii
6875bb7b4e fix(host): retry engine connect when running 2026-01-30 08:57:17 -08:00
Benjamin Shafii
14c6080ced chore(sidecar): pin opencode version and auto-refresh 2026-01-30 08:48:12 -08:00
Benjamin Shafii
a3af6cb494 fix(devtools): keep engine status fresh without clobbering client base URL 2026-01-30 08:11:17 -08:00
ben
bd8d4b7592 Merge pull request #325 from different-ai/feat/opencode-credentials-exchange
feat(auth): secure opencode server access
2026-01-29 23:09:19 -08:00
Benjamin Shafii
47eca18cc2 chore: bump version to 0.7.4 2026-01-29 18:56:42 -08:00
Benjamin Shafii
a10cd57d08 feat(auth): secure opencode server access 2026-01-29 18:52:08 -08:00
Benjamin Shafii
401b60cb81 Merge origin/dev into feat/browser-entry-button 2026-01-29 18:36:34 -08:00
Benjamin Shafii
02f242a98f feat(onboarding): add devtools-first browser setup skill 2026-01-29 18:33:58 -08:00
Benjamin Shafii
e27bf694f2 feat(onboarding): add browser setup entry 2026-01-29 18:33:58 -08:00
ben
9bb8f2a4cd feat(providers): improve provider onboarding visibility and stability (#324) 2026-01-29 18:33:57 -08:00
Benjamin Shafii
6162542b1b chore: bump version to 0.7.3 2026-01-29 18:33:57 -08:00
ben
538f1369df feat(reload): persist reload toast details (#318) 2026-01-29 18:33:57 -08:00
ben
a6e9f1aec4 feat(context): improve context panel clarity (#319) 2026-01-29 18:33:57 -08:00
ben
f093a9bd45 docs(skill): add trigger phrase guidance (#321) 2026-01-29 18:32:27 -08:00
ben
8c4b653973 fix(notion): reduce reload friction (#322) 2026-01-29 18:32:27 -08:00
ben
8168709742 feat(providers): improve provider onboarding visibility and stability (#324) 2026-01-29 18:10:57 -08:00
Benjamin Shafii
9957f80fde chore: bump version to 0.7.3 2026-01-29 17:33:52 -08:00
ben
45fefd9466 feat(reload): persist reload toast details (#318) 2026-01-29 17:09:40 -08:00
ben
da3ca79b90 feat(context): improve context panel clarity (#319) 2026-01-29 17:09:30 -08:00
ben
ed2ce0d423 docs(skill): add trigger phrase guidance (#321) 2026-01-29 17:09:07 -08:00
ben
f927f4771a fix(notion): reduce reload friction (#322) 2026-01-29 17:08:59 -08:00
Benjamin Shafii
f32973ae4e feat(onboarding): add browser setup entry 2026-01-29 16:55:46 -08:00
Robert Eduardo Agudelo Cardona
defc282637 feat(owpenbot): Add file attachment support via FILE: protocol in WhatsApp (#312)
* Modified whatsapp.ts and Bridge.ts to include SendFile Function

* added recordSentMessage to sendfile

* Update packages/owpenbot/src/whatsapp.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/owpenbot/src/whatsapp.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-29 08:43:17 -08:00
Benjamin Shafii
9d23792947 chore(release): bump to 0.7.2 2026-01-29 08:38:52 -08:00
Benjamin Shafii
2ec932ea53 fix(cors): allow all origins for remote connections 2026-01-29 08:38:42 -08:00
Benjamin Shafii
5a9c757bdd chore(release): bump to 0.7.1 2026-01-28 22:50:26 -08:00
Benjamin Shafii
9030626a13 feat(settings): make messaging setup clearer and split crowded tabs 2026-01-28 22:50:17 -08:00
Benjamin Shafii
a7f9056f72 chore(release): bump to 0.7.0
Prepare the next minor release after the settings and status bar updates.
2026-01-28 22:36:50 -08:00
Benjamin Shafii
cad7d98d81 feat(ui): keep status controls visible
Keep connection actions reachable in sessions and regroup settings into focused tabs with a messaging shortcut.
2026-01-28 22:36:06 -08:00
Benjamin Shafii
cde5bebb38 fix(owpenbot): use --opencode-url CLI arg instead of env var
Added --opencode-url option to start command and updated spawn.rs
to pass URL as CLI argument for explicit, traceable configuration.
2026-01-28 21:45:43 -08:00
Benjamin Shafii
22d4678cc0 fix(owpenbot): prefer runtime URL/path over config file
owpenbot_info was overriding manager state (with correct runtime URL)
with values from config file. Now only uses config as fallback when
sidecar isn't started.
2026-01-28 21:40:50 -08:00
Benjamin Shafii
a27b24ab5f fix(owpenbot): replace better-sqlite3 with bun:sqlite
better-sqlite3 is a native Node.js addon that cannot be bundled
with bun build --compile. Migrating to bun:sqlite fixes the sidecar
crash on startup.
2026-01-28 21:36:24 -08:00
Benjamin Shafii
c3e338a052 fix(owpenbot): align bun builds and sidecar startup 2026-01-28 21:20:26 -08:00
ben
58e6ad0ca9 fix(owpenbot): hydrate devtools info from status (#311) 2026-01-28 20:48:17 -08:00
ben
cd290399ef fix(owpenbot): repair settings and devtools wiring (#310) 2026-01-28 20:25:55 -08:00
Benjamin Shafii
2e6b2e9847 feat(owpenbot): implement Tauri commands for UI integration
- Add owpenbot_status, owpenbot_config_set, owpenbot_pairing_list,
  owpenbot_pairing_approve, owpenbot_pairing_deny commands to Rust backend
- Update TypeScript tauri.ts to call actual invoke() instead of placeholders
- Remove 'Coming Soon' badge from Messaging Bridge in settings
- All commands wrap the owpenbot CLI sidecar with JSON output parsing
2026-01-28 19:56:20 -08:00
Benjamin Shafii
660f1b4086 fix(ci): add owpenbot sidecar stub to build.rs and enable Bun on all platforms
- Add ensure_owpenbot_sidecar() to build.rs to create debug stubs when binary missing
- Remove 'if: matrix.os_type == windows' from Bun setup in CI workflows
- This fixes PreRelease builds failing because prepare:sidecar needs bun to compile owpenbot
2026-01-28 19:51:27 -08:00
ben
be4f591e18 feat(owpenbot): add send command and sidecar integration (#309)
- Add 'send' command for testing message delivery to WhatsApp/Telegram
- Create build script at packages/owpenbot/script/build.ts
- Add build:binary script to package.json
- Update prepare-sidecar.mjs to compile owpenbot alongside server
- Add owpenbot to externalBin in tauri.conf.json
- Create Tauri owpenbot module with manager and spawn logic
- Add owpenbot_start, owpenbot_stop, owpenbot_info, owpenbot_qr commands
- Register OwpenbotManager and commands in lib.rs
2026-01-28 19:43:23 -08:00
ben
e893a5123a feat(ui): add owpenbot settings section for WhatsApp/Telegram config (#308)
Add a new Messaging Bridge section to the settings page that allows users to:
- View bridge status (running/offline)
- Link WhatsApp via QR code scanning
- Configure DM policy (pairing, allowlist, open, disabled)
- Manage allowlist entries for WhatsApp
- Configure Telegram bot token
- Approve/deny pending pairing requests

Types and placeholder functions added to tauri.ts for future backend integration.
2026-01-28 19:43:12 -08:00
Benjamin Shafii
157a837544 chore: bump version to 0.6.2 2026-01-28 19:41:59 -08:00
ben
2777e39abe feat(owpenbot): refactor CLI to non-interactive with JSON output (#307)
- Remove @clack/prompts dependency and all interactive wizard code
- Add global --json flag for machine-parseable output
- Add 'config get [key]' and 'config set <key> <value>' subcommands
- Add 'health' command (exit 0 if healthy, 1 if not)
- Add --json support to 'status', 'whatsapp status', 'telegram status'
- Add 'whatsapp qr [--format ascii|base64]' for non-interactive QR
- Add 'pairing list --json' with structured output
- Keep 'start', 'pairing approve/deny', 'whatsapp login/logout' working
- Maintain backwards compatibility with legacy command aliases
- All commands work without TTY
2026-01-28 19:34:19 -08:00
ben
b3aef4744a feat(ui): expand tool steps by default in session view (#306)
- Inverted expandedStepIds logic to track collapsed steps instead of expanded
- Steps now show expanded by default, users can collapse if desired
- Added max-h-96 overflow-auto to step containers to prevent overwhelming the view
2026-01-28 19:33:59 -08:00
ben
ff3d1af352 feat(ui): add skill trigger indicator badge in session view (#305) 2026-01-28 19:33:49 -08:00