Skip to content

Commit 5439680

Browse files
committed
chore(release): 1.8.0-alpha.36 [skip ci]
# [1.8.0-alpha.36](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.8.0-alpha.35...@mweb/extension@1.8.0-alpha.36) (2025-08-06) ### Bug Fixes * `getFinderActivityState` should return only state (boolean); add finder on user created and delete on user deleted ([1cb042d](1cb042d)) * `setLastSeenPostTimestamp` should save only greater timestamp ([3b7887c](3b7887c)) * Add Button in new subscription adding module should be disabled after an error ([e7cde4e](e7cde4e)) * **aigency-backend:** circular dependency ([9270ba6](9270ba6)) * **aigency-backend:** news monitor capability is in the bottom ([84d5797](84d5797)) * **aigency-backend:** wrong balance response ([9190632](9190632)) * **aigency:** empty error is logged ([fe5af41](fe5af41)) * **aigency:** errors in init.sh ([f643c39](f643c39)) * **aigency:** errors in init.sh ([3cbc947](3cbc947)) * **aigency:** errors in init.sh ([49c3d23](49c3d23)) * **aigency:** errors in init.sh ([11c8a8f](11c8a8f)) * **aigency:** errors in init.sh ([57c3d78](57c3d78)) * **aigency:** invalid port number in docker ([da31f82](da31f82)) * **aigency:** sed: bad option in substitution expression ([fced638](fced638)) * default cursor on the disablet button Add for new sources in News Monitor ([e3c37b1](e3c37b1)) * disabled fullscreen by default ([16b0bed](16b0bed)) * do not grab subscriptions by a finder when the finder is not active ([e1cd31c](e1cd31c)) * getActiveFinders should return only user IDs ([0e46d24](0e46d24)) * Layout top margin ([7b6aac4](7b6aac4)) * manual subscription adding ([0140c93](0140c93)) * memory dto changed ([1ea18b8](1ea18b8)) * **n8n-nodes-aigency:** cannot reverse of undefined error ([378d999](378d999)) * **n8n-nodes-aigency:** Invalid value for 'content': expected a string, got null ([2836864](2836864)) * prevent unexpected Finder runs ([b36a9e4](b36a9e4)) * show a source icon before a link validation ([1d48024](1d48024)) * show error on wrong source name ([43fad37](43fad37)) * some new TG subscriptions have IDs instead of names ([dde6a8d](dde6a8d)) * SQL query for `getContextsByProfile` ([9c6d9bc](9c6d9bc)) ### Features * add `getContexts` API method ([54896e6](54896e6)) * add **Telegram** grabber ([3c14542](3c14542)) * add `getLastSavedTelegramMessageId` API method ([f5bbf10](f5bbf10)) * add `getMemoriesByUser` API method ([cdd44b0](cdd44b0)) * add `getMessagesByUser` API method ([c0b9d02](c0b9d02)) * add `getSubscriptionsBySource` API method ([d4d482e](d4d482e)) * add `getSubscriptionsByUser` API method ([3daeb32](3daeb32)) * add `getUsersByCapability` API method ([4e42282](4e42282)) * add `last_seen_post_timestamp` column to subscriptions table, create a migration ([1aa3c84](1aa3c84)) * add `providerId` to `context-node` ([bda5252](bda5252)) * add a border for the Xen character image ([ce5b43a](ce5b43a)) * add API method changing last_seen_post_timestamp parameter ([0f7a5fd](0f7a5fd)) * add context edge ([9879f7f](9879f7f)) * add contexts [WiP] ([0631647](0631647)) * Add Finder subscriptions to News Monitor (MOCKED DATA!) (issue[#299](#299)) ([487f4ef](487f4ef)) * add Finder table with activity status (issue[#300](#300)) ([cc90457](cc90457)) * add fullscreen mode ([e370165](e370165)) * add lazy loading for Xen TG App pages ([11fd91a](11fd91a)) * add loaders for Settings page and News Monitor page links ([ec6ef16](ec6ef16)) * add optional parameter `channelName` to `grabReddit` method ([f52b2a9](f52b2a9)) * add pagination to News Monitor ([6ea6ecc](6ea6ecc)) * add Reddit grabber ([52c9222](52c9222)) * add Switch for fullscreen mode ([b132e87](b132e87)) * adding Telegram subscriptions ([e7e6327](e7e6327)) * **aigency-backend:** add message history storage ([ea30d5f](ea30d5f)) * **aigency-backend:** allow cors ([1b3185b](1b3185b)) * **aigency-backend:** claim rewards for agent usage, ownership and bug hunting [WiP] ([2c66da6](2c66da6)) * **aigency-backend:** create user if not exists when send message to bot ([a6584f3](a6584f3)) * **aigency-backend:** handle errors on message processing ([c9f8808](c9f8808)) * **aigency-backend:** implement `about` telegram commands ([32955b0](32955b0)) * **aigency-backend:** implement `addSubscription` method ([cac8cc9](cac8cc9)) * **aigency-backend:** implement `deleteAllMemories` method ([34f4455](34f4455)) * **aigency-backend:** implement `deleteAllWarnings` method ([849fc76](849fc76)) * **aigency-backend:** implement `deleteMemory` method ([fe9ec2b](fe9ec2b)) * **aigency-backend:** implement `disableDevMode` method ([aeb7935](aeb7935)) * **aigency-backend:** implement `enableDevMode` method ([fbd985b](fbd985b)) * **aigency-backend:** implement `enableSubscription` and `disableSubscription` methods ([73d9304](73d9304)) * **aigency-backend:** implement `getBalance` method ([ad5a9d0](ad5a9d0)) * **aigency-backend:** implement `getCurrentUser` method ([f71d7ae](f71d7ae)) * **aigency-backend:** implement `getDevMode` method ([aaaa95b](aaaa95b)) * **aigency-backend:** implement `getMemories` method ([6995822](6995822)) * **aigency-backend:** implement `getNextScanOfSubscriptions` method ([7521619](7521619)) * **aigency-backend:** implement `getRewardAmount` method ([58303af](58303af)) * **aigency-backend:** implement `getUsageHistory` method ([f0fb0be](f0fb0be)) * **aigency-backend:** implement `getWarnings` method ([3740541](3740541)) * **aigency-backend:** implement `login` method ([ebada9b](ebada9b)) * **aigency-backend:** implement `logout` method ([c7f7795](c7f7795)) * **aigency-backend:** implement `removeSubscription` method ([86f13f8](86f13f8)) * **aigency-backend:** implement `start` and `wipe` telegram commands ([169db0d](169db0d)) * **aigency-backend:** implement `syncCapabilities` method ([c8c0575](c8c0575)) * **aigency-backend:** implement `throw` telegram commands ([f34ae4a](f34ae4a)) * **aigency-backend:** introduce api token for external clients ([cea22a1](cea22a1)) * **aigency-backend:** make rewards, nft and monitor optional ([4f6cd0f](4f6cd0f)) * **aigency-backend:** set name and description of the bot automatically ([e2dd0ff](e2dd0ff)) * **aigency-backend:** stub `scanSubscriptions` method ([c3b9966](c3b9966)) * **aigency-backend:** validate telegram init data token ([b4f3215](b4f3215)) * **aigency:** add empty open ai credentials to n8n ([f9db289](f9db289)) * **aigency:** call near ai agents ([82a0180](82a0180)) * **aigency:** delete messages, download files ([aea9cf2](aea9cf2)) * **aigency:** initialize credentials using env variables ([67c9be7](67c9be7)) * **aigency:** main and near ai workflows n8n ([5aa84a3](5aa84a3)) * **aigency:** use credentials for Aigency nodes ([1bb5e90](1bb5e90)) * change app icon ([297befb](297befb)) * change subscription adding function taking into account new column ([1a343ed](1a343ed)) * deploy to vps using docker compose ([a32843f](a32843f)) * Get and change Finder activity state (Xen Mini App; front-end) (issue[#302](#302)) ([2013db6](2013db6)) * get rid of custom sql schemas ([b94e012](b94e012)) * Get the list of Finder subscriptions (Xen Mini App; front-end) (issue[#306](#306)) ([c34442f](c34442f)) * increase limit for receiving items from 10 to 100 ([787414a](787414a)) * install community packages by default ([79fe820](79fe820)) * introduce aigency written in nodejs ([f193981](f193981)) * **n8n-nodes-aigency:** add message management ([9c24533](9c24533)) * **n8n-nodes-aigency:** aigency ai chat memory ([c6cf607](c6cf607)) * **n8n-nodes-aigency:** introduce n8n plugin to control Aigency ([0e6b7b4](0e6b7b4)) * **n8n:** add subscriptions constraint ([95c978a](95c978a)) * **n8n:** introduce news monitor on the new stack ([c72b9e1](c72b9e1)) * **near-ai-client:** introduce SDK to communicate with NEAR AI API generated by `openapi-generator` ([1826331](1826331)) * new context and subscription migrations ([9461ed0](9461ed0)) * regenerate init migration ([9ead949](9ead949)) * Subscriptions: add `isByFinder`, `evaluation`, unique key userId+source+link ([4e42630](4e42630)) * two way integration with n8n ([bffe395](bffe395)) * user can delete Telegram subscription ([d1aba46](d1aba46)) * when a user turns on Finder and does not have Finder subscriptions, Finder runs for the user ([afc4408](afc4408))
1 parent c72b9e1 commit 5439680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mweb/extension",
3-
"version": "1.8.0-alpha.35",
3+
"version": "1.8.0-alpha.36",
44
"description": "Bridge to the Mutable Web",
55
"scripts": {
66
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 webpack --config webpack.prod.js",

0 commit comments

Comments
 (0)