[PR #73] [CLOSED] Main #90

Closed
opened 2026-02-27 10:24:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-gateway/pull/73
Author: @Its-me-nishmal-3
Created: 9/18/2025
Status: Closed

Base: masterHead: main


📝 Commits (2)

📊 Changes

11 files changed (+5460 additions, -778 deletions)

View changed files

data/agenix_mappings.json (+17 -0)
📝 package-lock.json (+4355 -718)
public/home.html (+631 -0)
src/controllers/agent.ts (+41 -0)
📝 src/controllers/session.ts (+67 -4)
📝 src/env.ts (+1 -0)
📝 src/index.ts (+55 -4)
src/services/agenix.service.ts (+111 -0)
src/utils/persistence.ts (+88 -0)
📝 src/webhooks/message.ts (+88 -52)
📝 src/webhooks/session.ts (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-gateway/pull/73 **Author:** [@Its-me-nishmal-3](https://github.com/Its-me-nishmal-3) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (2) - [`efbd1cf`](https://github.com/mimamch/wa-gateway/commit/efbd1cf36203bc87d38a29e4b9c35151cf969a11) up - [`a61f17f`](https://github.com/mimamch/wa-gateway/commit/a61f17f6f8920842c89fd9ef22c8298ce5e94dd2) up ### 📊 Changes **11 files changed** (+5460 additions, -778 deletions) <details> <summary>View changed files</summary> ➕ `data/agenix_mappings.json` (+17 -0) 📝 `package-lock.json` (+4355 -718) ➕ `public/home.html` (+631 -0) ➕ `src/controllers/agent.ts` (+41 -0) 📝 `src/controllers/session.ts` (+67 -4) 📝 `src/env.ts` (+1 -0) 📝 `src/index.ts` (+55 -4) ➕ `src/services/agenix.service.ts` (+111 -0) ➕ `src/utils/persistence.ts` (+88 -0) 📝 `src/webhooks/message.ts` (+88 -52) 📝 `src/webhooks/session.ts` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:24:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#90
No description provided.