@bastani/atomic 0.8.12-0 → 0.8.12

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,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.12] - 2026-05-20
6
+
7
+ ### Added
8
+
9
+ - Added a configurable HTTP idle timeout for long-running model and web requests, with selectable presets from 30 seconds through 30 minutes and an option to disable the timeout.
10
+ - Added the Atomic workflows documentation page and navigation so users can discover workflow authoring and execution guidance from the Atomic docs.
11
+
12
+ ### Changed
13
+
14
+ - Promoted the 0.8.12 prerelease changes to a stable release.
15
+ - Updated the bundled Pi libraries to 0.75.4.
16
+ - Migrated internal runtime, tool, TUI, tests, and extension example imports to explicit `.ts` specifiers to improve raw-TypeScript extension compatibility.
17
+ - Refreshed Atomic documentation for package usage, customization, workflows, and release guidance.
18
+ - Included selected model reasoning level metadata in generated system prompts and project context markup.
19
+
20
+ ### Fixed
21
+
22
+ - Improved Windows self-update behavior for package-manager installs, including native dependency cleanup, quarantine handling, and clearer messaging when updates are unavailable.
23
+ - Stabilized subagent live result rendering, async render updates, transient child-error recovery, and live widget animations.
24
+ - Detached settled workflow stages from run-control tracking and centered the empty workflow graph waiting state.
25
+ - Normalized negative and fractional duration displays across bash, subagent, and workflow UI renderers.
26
+
5
27
  ## [0.8.12-0] - 2026-05-20
6
28
 
7
29
  ### Added
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "private": true,
5
5
  "description": "Atomic extension providing a private coordination channel between parent and child agent sessions.",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "private": true,
5
5
  "description": "Atomic extension that adapts MCP (Model Context Protocol) servers into the coding agent.",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "private": true,
5
5
  "description": "Atomic extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification.",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "private": true,
5
5
  "description": "Atomic extension for web search, URL fetching, GitHub repo cloning, PDF/video extraction.",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/workflows",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "private": true,
5
5
  "description": "pi extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/atomic",
3
- "version": "0.8.12-0",
3
+ "version": "0.8.12",
4
4
  "description": "Atomic coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "atomicConfig": {