talon-agent 3.6.0 → 3.6.2

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 (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="docs/assets/talon-hero.png" alt="Talon — multi-platform agentic AI harness" width="880">
3
+ </p>
4
+
1
5
  # Talon
2
6
 
3
7
  [![Node.js](https://img.shields.io/badge/node-%3E%3D22-339933?logo=nodedotjs&logoColor=white)](https://nodejs.org)
@@ -5,6 +9,7 @@
5
9
  [![Backends](https://img.shields.io/badge/backends-Claude_%7C_Kilo_%7C_OpenCode_%7C_Codex_%7C_OpenAI_Agents-D97706)](#backends)
6
10
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
11
  [![CI](https://github.com/dylanneve1/talon/actions/workflows/ci.yml/badge.svg)](https://github.com/dylanneve1/talon/actions/workflows/ci.yml)
12
+ [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-db61a2?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/dylanneve1)
8
13
 
9
14
  Multi-platform agentic AI harness. Runs on **Telegram**, **Discord**, **Microsoft Teams**, the **Terminal**, and a **cross-platform Desktop/Mobile companion app** (Flutter), with a pluggable backend (**Claude Agent SDK**, **Kilo**, **OpenCode**, **Codex**, or **OpenAI Agents**) and full tool access through MCP.
10
15
 
@@ -438,6 +443,16 @@ npm run format # prettier --write
438
443
 
439
444
  ---
440
445
 
446
+ ## Support
447
+
448
+ Talon is free and MIT-licensed, built and maintained in the open. If it's useful to you, sponsoring helps cover hosting and model costs and funds continued development — and keeps it free for everyone.
449
+
450
+ **[❤️ Sponsor Talon on GitHub](https://github.com/sponsors/dylanneve1)**
451
+
452
+ Even a one-time tip makes a difference, and every sponsor is appreciated. Starring the repo helps too.
453
+
454
+ ---
455
+
441
456
  ## License
442
457
 
443
458
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talon-agent",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "description": "Multi-frontend AI agent with full tool access, streaming, cron jobs, and plugin system",
5
5
  "author": "Dylan Neve",
6
6
  "license": "MIT",