@fased/fased 0.1.64 → 0.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +16 -9
  3. package/config/signer-policies/README.md +10 -1
  4. package/config/signer-protocol-v2.json +2 -0
  5. package/dist/brand.js +1 -1
  6. package/dist/build-info.json +3 -3
  7. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  8. package/dist/control-ui/assets/{app-bR-fO5ty.js → app-MaQnPa5G.js} +5 -5
  9. package/dist/control-ui/assets/{index-ckCxHwjy.js → index-D4YMr1fA.js} +3 -3
  10. package/dist/control-ui/assets/{mining-BgHFh0ei.js → mining-qMYs4aD-.js} +120 -120
  11. package/dist/control-ui/index.html +1 -1
  12. package/dist/control-ui/version.json +1 -1
  13. package/dist/extensions/sat-mining/src/rpc-read.js +59 -20
  14. package/dist/extensions/sat-mining/src/solana-submit.js +251 -8
  15. package/dist/extensions/sat-mining/src/submission-ledger.js +1 -1
  16. package/dist/plugin-sdk/{audio-preflight-BYxAt775.js → audio-preflight-I4IngVlJ.js} +1 -1
  17. package/dist/plugin-sdk/channel-plugin-common.d.ts +2 -2
  18. package/dist/plugin-sdk/{chunk-items-DIRHG2gJ.js → chunk-items-DLQ6_lLK.js} +1 -1
  19. package/dist/plugin-sdk/command-status.js +1 -1
  20. package/dist/plugin-sdk/{config-schema-BOT7kHb6.js → config-schema-D_8FVI1C.js} +28 -8
  21. package/dist/plugin-sdk/device-pair.d.ts +1 -1
  22. package/dist/plugin-sdk/discord.d.ts +3 -3
  23. package/dist/plugin-sdk/index.d.ts +5 -5
  24. package/dist/plugin-sdk/index.js +1 -1
  25. package/dist/plugin-sdk/{monitor-BCFDaqJ-.js → monitor-B4KF4Kpo.js} +3 -3
  26. package/dist/plugin-sdk/{monitor-BgbjRiPM.js → monitor-Bb6x1KAG.js} +3 -3
  27. package/dist/plugin-sdk/{openresponses-http-DFf87SMM.js → openresponses-http-DCTO8JkL.js} +1 -1
  28. package/dist/plugin-sdk/{pairing-message-CS-9BHug.d.ts → pairing-message-DHPDFZbC.d.ts} +1 -1
  29. package/dist/plugin-sdk/provider-web-search-config-contract.d.ts +1 -1
  30. package/dist/plugin-sdk/sat-runtime.d.ts +18 -2
  31. package/dist/plugin-sdk/sat-runtime.js +1 -1
  32. package/dist/plugin-sdk/{slack-BUTt8cxK.js → slack-BHmvqgjH.js} +3 -3
  33. package/dist/plugin-sdk/slack.d.ts +3 -3
  34. package/dist/plugin-sdk/{sticker-cache-D0wHVqjt.js → sticker-cache-By5AcorL.js} +2 -2
  35. package/dist/plugin-sdk/{telegram-actions-CC_qN4v0.js → telegram-actions-DGnBz1YT.js} +2 -2
  36. package/dist/plugin-sdk/telegram.d.ts +3 -3
  37. package/dist/plugin-sdk/{tmp-fased-dir-xOTGlzBE.d.ts → tmp-fased-dir-EJGTmL1Q.d.ts} +1 -1
  38. package/dist/plugin-sdk/{types-C3avNytw.d.ts → types-BdwdFCD6.d.ts} +2 -2
  39. package/dist/plugin-sdk/{types-DWfbSAaM.d.ts → types-BrCpYMxn.d.ts} +1 -1
  40. package/dist/plugin-sdk/{web-BXsJ1vqe.js → web-DUJwrTYs.js} +1 -1
  41. package/dist/plugin-sdk/whatsapp.d.ts +3 -3
  42. package/dist/wallet/local-socket-signer-protocol.js +18 -0
  43. package/dist/wallet/signer-protocol-v2.generated.js +2 -0
  44. package/dist/wallet/wallet-policy.js +3 -1
  45. package/extensions/acpx/package.json +1 -1
  46. package/extensions/bluebubbles/package.json +1 -1
  47. package/extensions/copilot-proxy/package.json +1 -1
  48. package/extensions/diagnostics-otel/package.json +1 -1
  49. package/extensions/fased-federation/package.json +1 -1
  50. package/extensions/google-gemini-cli-auth/package.json +1 -1
  51. package/extensions/imessage/package.json +1 -1
  52. package/extensions/irc/package.json +1 -1
  53. package/extensions/line/package.json +1 -1
  54. package/extensions/llm-task/package.json +1 -1
  55. package/extensions/lobster/package.json +1 -1
  56. package/extensions/matrix/CHANGELOG.md +6 -0
  57. package/extensions/matrix/package.json +1 -1
  58. package/extensions/mattermost/package.json +1 -1
  59. package/extensions/memory-core/package.json +2 -2
  60. package/extensions/memory-lancedb/package.json +1 -1
  61. package/extensions/minimax-portal-auth/package.json +1 -1
  62. package/extensions/msteams/CHANGELOG.md +6 -0
  63. package/extensions/msteams/package.json +1 -1
  64. package/extensions/nextcloud-talk/package.json +1 -1
  65. package/extensions/nostr/CHANGELOG.md +6 -0
  66. package/extensions/nostr/package.json +1 -1
  67. package/extensions/open-prose/package.json +1 -1
  68. package/extensions/sat-mining/index.ts +89 -1
  69. package/extensions/sat-mining/package.json +1 -1
  70. package/extensions/sat-mining/src/audit-store.ts +45 -4
  71. package/extensions/sat-mining/src/client.ts +13 -0
  72. package/extensions/sat-mining/src/rpc-read.ts +105 -21
  73. package/extensions/sat-mining/src/runtime.ts +2 -0
  74. package/extensions/sat-mining/src/solana-submit.ts +358 -21
  75. package/extensions/sat-mining/src/submission-ledger.ts +2 -1
  76. package/extensions/signal/package.json +1 -1
  77. package/extensions/synology-chat/package.json +1 -1
  78. package/extensions/tlon/package.json +1 -1
  79. package/extensions/twitch/CHANGELOG.md +6 -0
  80. package/extensions/twitch/package.json +1 -1
  81. package/extensions/voice-call/CHANGELOG.md +6 -0
  82. package/extensions/voice-call/package.json +1 -1
  83. package/extensions/zalo/CHANGELOG.md +6 -0
  84. package/extensions/zalo/package.json +1 -1
  85. package/extensions/zalouser/CHANGELOG.md +6 -0
  86. package/extensions/zalouser/package.json +1 -1
  87. package/install.sh +14 -18
  88. package/package.json +1 -1
  89. package/scripts/fased-managed-updater.mjs +1 -1
  90. package/scripts/fased-signer-owner-policy.mjs +13 -1
  91. package/scripts/start-managed.sh +4 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ This changelog starts with the public Fased Agent release line. Required
4
4
  third-party and copied-code notices are kept in [LICENSE](./LICENSE) and
5
5
  [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md).
6
6
 
7
+ ## 0.1.65
8
+
9
+ - Add rent-aware SAT settlement accounting, durable submission serialization
10
+ and reconciliation, keeper-bounty debt visibility, and operator status in the
11
+ Mining UI and CLI surfaces.
12
+ - Add signer-owned typed address lookup-table create, extend, deactivate, close,
13
+ and lookup-backed distribution operations with Mining-role, program, action,
14
+ and rent policy gates; all lookup-table operations remain disabled by default.
15
+ - Require byte-identical lookup-table account state from at least two distinct
16
+ configured RPC origins before compiling numeric v0 indexes, and fail closed
17
+ for one provider, duplicate origins, or disagreement.
18
+ - Use independent lifecycle slot reads and the conservative lower slot for
19
+ lookup-table activation, deactivation, and close checks.
20
+ - Preserve explicit lookup-table enablement through managed updates and document
21
+ policy activation, rent recovery, keeper reconciliation, and rollback.
22
+
7
23
  ## 0.1.64
8
24
 
9
25
  - Make protocol-v2 `fased-signerd` authoritative for native key creation,
package/README.md CHANGED
@@ -119,8 +119,8 @@ Before you start the VPS installer, shut down local VPNs such as Mullvad,
119
119
  Proton VPN, NordVPN, corporate VPN clients, and browser/device VPN apps. Other
120
120
  VPNs can override Tailscale DNS, firewall rules, or `100.x` routing. Re-enable
121
121
  them only after Tailscale SSH and the dashboard work.
122
- The full OS-specific commands are kept in the tabbed
123
- [VPS Hosting install docs](https://docs.fased.ai/install#vps-hosting-install).
122
+ The full access and recovery steps are in the
123
+ [VPS Hosting guide](https://docs.fased.ai/install/vps).
124
124
 
125
125
  Other private-access systems are custom deployments. The standard hosted
126
126
  installer does not configure or verify WireGuard, Headscale, ZeroTier, bastion
@@ -138,11 +138,17 @@ First SSH into the fresh VPS using the login your VPS provider gives you, often
138
138
  ssh root@YOUR_PUBLIC_VPS_IP
139
139
  ```
140
140
 
141
- Then follow the [pre-execution verified VPS bootstrap](https://docs.fased.ai/install/vps#3-install-fased-and-connect-through-tailscale).
142
- It downloads the exact tagged `install.sh` release asset and its attestation
143
- bundle, verifies repository/tag/workflow/GitHub-runner provenance with
144
- `gh attestation verify`, and only then runs the script as root. Do not pipe a
145
- moving or unverified script directly into a root shell.
141
+ Then run the one-command Hosting bootstrap:
142
+
143
+ ```bash
144
+ curl -fsSL https://raw.githubusercontent.com/fased-ai/fased/main/install.sh \
145
+ | bash -s -- --hosting
146
+ ```
147
+
148
+ It selects the stable release and verifies the tagged Hosting artifacts before
149
+ privileged Fased installation. The
150
+ [VPS Hosting guide](https://docs.fased.ai/install/vps#advanced-verify-the-bootstrap-first)
151
+ also keeps an advanced procedure for verifying `install.sh` before it runs.
146
152
 
147
153
  The Fased installer bootstraps the attested hosted runtime itself. A fresh VPS
148
154
  does not need `git clone`; the installer installs the supported system tools and
@@ -464,8 +470,9 @@ curl -fsSL https://raw.githubusercontent.com/fased-ai/fased/main/install.sh | ba
464
470
  ```
465
471
 
466
472
  Use the VPS Hosting profile only on the server that will run Fased all the time,
467
- and use the [pre-execution verified tagged bootstrap](https://docs.fased.ai/install/vps#3-install-fased-and-connect-through-tailscale)
468
- before executing root code.
473
+ using the one-command bootstrap in the
474
+ [VPS Hosting guide](https://docs.fased.ai/install/vps). Manual pre-execution
475
+ attestation verification remains available there for advanced operators.
469
476
 
470
477
  The commands below are for contributors working from the source checkout. Do
471
478
  not use plain `npm install` to install Fased from source.
@@ -36,7 +36,16 @@ with `fased-signer-policy`; installation and update never widen it automatically
36
36
  forces generic SOL/SAT transfers through reviewed authorization for a Mining
37
37
  wallet; it never treats them as autonomous mining actions. Exact SAT codecs
38
38
  that genuinely use associated-token-account instructions retain that program
39
- grant.
39
+ grant. The starter deliberately omits the four typed `satLookup` lifecycle
40
+ operations for large distribution pages. Opting in requires both
41
+ `FASED_SAT_ENABLE_ALT_V0=1` and owner-approved exact create, extend,
42
+ deactivate, and close grants for the Address Lookup Table program. Create and
43
+ extend each reserve `25000000` lamports, so the native SOL per-transaction cap
44
+ must be at least that amount and the daily cap must cover every create/extend
45
+ chunk the operator intends to run. The signer network must also contain
46
+ reachable primary and fallback RPC URLs on two distinct origins. ALT account
47
+ bytes must agree exactly across both origins; one origin, duplicate origins,
48
+ or any disagreement fails closed.
40
49
  - Vault operations always require signer-owned reviewed authorization. The
41
50
  starter omits Jupiter and Trigger permissions. Treat both as preview in this
42
51
  release: do not add them to a production policy until an exact generated
@@ -5,6 +5,7 @@
5
5
  "solana.nativeTransfer",
6
6
  "solana.splTransferChecked",
7
7
  "solana.satAction",
8
+ "solana.satLookupTable",
8
9
  "solana.vaultBondAction",
9
10
  "federation.bondChallenge",
10
11
  "solana.jupiter.swap",
@@ -31,6 +32,7 @@
31
32
  "typedA2aRefundMemos",
32
33
  "idempotentAssociatedTokenCreation",
33
34
  "typedSATActions",
35
+ "typedSATAddressLookupTables",
34
36
  "typedVaultBondActions",
35
37
  "domainSeparatedFederationBondChallenges",
36
38
  "federationBondChallengeWrapperV2",
package/dist/brand.js CHANGED
@@ -2,7 +2,7 @@
2
2
  const FASED_BRAND_NAME = "Fased";
3
3
  const FASED_AGENT_NAME = "Fased Agent";
4
4
  const FASED_CONTROL_NAME = "Fased Control";
5
- const FASED_PRODUCT_VERSION = "0.1.64";
5
+ const FASED_PRODUCT_VERSION = "0.1.65";
6
6
  const FASED_DISPLAY_VERSION = `v${FASED_PRODUCT_VERSION}`;
7
7
  function formatFasedDisplayLine() {
8
8
  return `${FASED_AGENT_NAME} ${FASED_DISPLAY_VERSION}`;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.64",
3
- "commit": "3b1f5fc2be332eabd2055a752e96f9e8e1c84f3d",
4
- "builtAt": "2026-07-18T13:15:58.022Z"
2
+ "version": "0.1.65",
3
+ "commit": "ddab66e8d4823150281598ca03144031c14e0311",
4
+ "builtAt": "2026-07-18T23:30:17.953Z"
5
5
  }
@@ -1 +1 @@
1
- 991ad74433070833894e32b9ce584814bd21790717ff793eadb8f705787184d2
1
+ b6198a8be353e5ee2c011fb8b852230887c90aa70650e3d72131f1432f215fa0