@prometheus-ai/agent 0.5.1 → 0.5.3

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.5.3] - 2026-06-13
6
+
7
+ ### Changed
8
+
9
+ - Refresh the startup/setup logo with a compact circular Prometheus mark.
10
+
11
+ ## [0.5.2] - 2026-06-12
12
+
13
+ - Clean up Prometheus package identity metadata.
14
+
5
15
  ## [0.5.0] - 2026-06-11
6
16
 
7
17
  - Establish Prometheus public baseline for the package.
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@prometheus-ai/agent",
4
- "version": "0.5.1",
4
+ "version": "0.5.3",
5
5
  "description": "Prometheus coding agent CLI with read, bash, edit, write tools and session management",
6
6
  "homepage": "https://prometheus.trivlab.com",
7
7
  "author": "Uttam Trivedi",
8
- "contributors": [
9
- "Mario Zechner"
10
- ],
11
8
  "license": "MIT",
12
9
  "repository": {
13
10
  "type": "git",
@@ -47,14 +44,14 @@
47
44
  "@agentclientprotocol/sdk": "0.22.1",
48
45
  "@babel/parser": "^7.29.7",
49
46
  "@mozilla/readability": "^0.6.0",
50
- "@prometheus-ai/hashline": "0.5.1",
51
- "@prometheus-ai/stats": "0.5.1",
52
- "@prometheus-ai/agent-core": "0.5.1",
53
- "@prometheus-ai/ai": "0.5.1",
54
- "@prometheus-ai/memory": "0.5.1",
55
- "@prometheus-ai/natives": "0.5.1",
56
- "@prometheus-ai/tui": "0.5.1",
57
- "@prometheus-ai/utils": "0.5.1",
47
+ "@prometheus-ai/hashline": "0.5.3",
48
+ "@prometheus-ai/stats": "0.5.3",
49
+ "@prometheus-ai/agent-core": "0.5.3",
50
+ "@prometheus-ai/ai": "0.5.3",
51
+ "@prometheus-ai/memory": "0.5.3",
52
+ "@prometheus-ai/natives": "0.5.3",
53
+ "@prometheus-ai/tui": "0.5.3",
54
+ "@prometheus-ai/utils": "0.5.3",
58
55
  "@opentelemetry/api": "^1.9.1",
59
56
  "@opentelemetry/context-async-hooks": "^2.7.1",
60
57
  "@opentelemetry/exporter-trace-otlp-proto": "^0.218.0",
@@ -325,7 +325,7 @@ export class WelcomeComponent implements Component {
325
325
  }
326
326
  }
327
327
 
328
- export const PROMETHEUS_LOGO = ["▀██████████▀", " ╘██ ██ ", " ██ ██ ", " ██ ██ ", " ▄██▄ ▄██▄ "];
328
+ export const PROMETHEUS_LOGO = [" ▄██████▄ ", " ███ ███ ", "██ ██", " ███ ███ ", " ▀██████▀ "];
329
329
 
330
330
  /** Multi-stop palette for the diagonal gradient. */
331
331
  const GRADIENT_STOPS: ReadonlyArray<readonly [number, number, number]> = [