@bastani/atomic 0.8.9 → 0.8.10

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,22 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.10] - 2026-05-20
6
+
7
+ ### Changed
8
+
9
+ - Prepared the 0.8.10 release.
10
+
11
+ ## [0.8.10-0] - 2026-05-20
12
+
13
+ ### Added
14
+
15
+ - Reintroduced `/atomic` as an interactive guide with options for overview, examples, workflows, and release notes.
16
+
17
+ ### Changed
18
+
19
+ - Prepared the 0.8.10-0 prerelease.
20
+
5
21
  ## [0.8.9] - 2026-05-19
6
22
 
7
23
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
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.9",
3
+ "version": "0.8.10",
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.9",
3
+ "version": "0.8.10",
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.9",
3
+ "version": "0.8.10",
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.9",
3
+ "version": "0.8.10",
4
4
  "private": true,
5
5
  "description": "pi extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [
@@ -318,6 +318,7 @@ export declare class AgentSession {
318
318
  * @throws Error if no model selected or no API key available (when not streaming)
319
319
  */
320
320
  prompt(text: string, options?: PromptOptions): Promise<void>;
321
+ private _tryExecuteBuiltinSlashCommand;
321
322
  private _tryExecuteExtensionCommand;
322
323
  /**
323
324
  * Expand skill commands (/skill:name args) to their full content.