Skip to content

test: streamline agent and MCP integration tests#236

Merged
jcarver989 merged 4 commits into
mainfrom
refactor/streamline-agent-test-scenarios
Jul 14, 2026
Merged

test: streamline agent and MCP integration tests#236
jcarver989 merged 4 commits into
mainfrom
refactor/streamline-agent-test-scenarios

Conversation

@jcarver989

@jcarver989 jcarver989 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • move agent lifecycle coverage into public integration test modules
  • add deterministic test-agent scenarios and separate provider limits from agent overrides
  • make the fake MCP optional for agent tests that do not exercise tools
  • extract shared MCP test setup and tool execution helpers

Validation

  • just fmt
  • git diff --check
  • workspace LSP diagnostics
  • just test: 3041 passed, 14 skipped

Move agent coverage to public integration tests and use an ordered scenario runner for deterministic command and event sequencing.
Extract shared test setup and execution helpers to remove repeated MCP configuration and tool invocation boilerplate.
@jcarver989
jcarver989 enabled auto-merge (squash) July 13, 2026 23:45
## Summary

- emit explicit completed, failed, and cancelled context compaction
outcomes
- forward semantic compaction lifecycle notifications through ACP and
render them in Wisp
- model progress display precedence explicitly without consuming
agent-turn tips
- separate test-agent configuration from execution and add a fluent
scenario API
- make MCP integration fixtures own cleanup and avoid fixed failure
ports

## Test plan

- `just test -p aether-agent-core` (203 passed)
- `just test -p aether-wisp` (828 passed)
- `just test -p aether-agent-cli -p aether-acp-utils -p
aether-telemetry` (329 passed)
- `just test -p aether-acp-utils` (55 passed after removing the
notification macro)
- `just lint`
@jcarver989
jcarver989 merged commit 248284f into main Jul 14, 2026
13 checks passed
@jcarver989
jcarver989 deleted the refactor/streamline-agent-test-scenarios branch July 14, 2026 18:57
jcarver989 pushed a commit that referenced this pull request Jul 20, 2026
## 🤖 New release

* `aether-auth`: 0.1.7 -> 0.1.8
* `aether-utils`: 0.2.10 -> 0.2.11
* `aether-llm-codegen`: 0.2.15 -> 0.2.16
* `aether-llm`: 0.7.20 -> 0.7.21
* `aether-mcp-utils`: 0.5.25 -> 0.5.26
* `aether-acp-utils`: 0.3.31 -> 0.3.32
* `aether-agent-core`: 0.6.22 -> 0.6.23
* `aether-lspd`: 0.1.23 -> 0.1.24
* `aether-project`: 0.5.22 -> 0.5.23
* `aether-telemetry`: 0.1.2 -> 0.1.3
* `aether-mcp-servers`: 0.4.27 -> 0.4.28
* `aether-tui`: 0.2.17 -> 0.2.18
* `aether-wisp`: 0.4.31 -> 0.4.32
* `aether-agent-cli`: 0.7.24 -> 0.7.25
* `aether-evals`: 0.2.13 -> 0.2.14
* `aether-schemas`: 0.1.8 -> 0.1.9

<details><summary><i><b>Changelog</b></i></summary><p>

## `aether-auth`

<blockquote>

##
[0.1.8](aether-auth-v0.1.7...aether-auth-v0.1.8)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-utils`

<blockquote>

##
[0.2.11](aether-utils-v0.2.10...aether-utils-v0.2.11)
- 2026-07-20

### Added

- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-llm-codegen`

<blockquote>

##
[0.2.16](aether-llm-codegen-v0.2.15...aether-llm-codegen-v0.2.16)
- 2026-07-20

### Added

- add Microsoft Foundry and Fireworks providers
([#234](#234))
</blockquote>

## `aether-llm`

<blockquote>

##
[0.7.21](aether-llm-v0.7.20...aether-llm-v0.7.21)
- 2026-07-20

### Added

- add Microsoft Foundry and Fireworks providers
([#234](#234))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- update llm models for kimi k3
([#251](#251))
</blockquote>

## `aether-mcp-utils`

<blockquote>

##
[0.5.26](aether-mcp-utils-v0.5.25...aether-mcp-utils-v0.5.26)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-acp-utils`

<blockquote>

##
[0.3.32](aether-acp-utils-v0.3.31...aether-acp-utils-v0.3.32)
- 2026-07-20

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-agent-core`

<blockquote>

##
[0.6.23](aether-agent-core-v0.6.22...aether-agent-core-v0.6.23)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))
- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- scheduled code-cleanup
([#248](#248))
- scheduled code-cleanup
([#243](#243))
- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-lspd`

<blockquote>

##
[0.1.24](aether-lspd-v0.1.23...aether-lspd-v0.1.24)
- 2026-07-20

### Added

- strengthen LSP tool workflows
([#241](#241))
</blockquote>

## `aether-project`

<blockquote>

##
[0.5.23](aether-project-v0.5.22...aether-project-v0.5.23)
- 2026-07-20

### Added

- *(telemetry)* interpolate OTLP header variables
([#238](#238))
</blockquote>

## `aether-telemetry`

<blockquote>

##
[0.1.3](aether-telemetry-v0.1.2...aether-telemetry-v0.1.3)
- 2026-07-20

### Added

- *(telemetry)* interpolate OTLP header variables
([#238](#238))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-mcp-servers`

<blockquote>

##
[0.4.28](aether-mcp-servers-v0.4.27...aether-mcp-servers-v0.4.28)
- 2026-07-20

### Added

- strengthen LSP tool workflows
([#241](#241))

### Fixed

- *(mcp-servers)* Make web search tool retry on rate limit
([#232](#232))

### Other

- scheduled code-cleanup
([#253](#253))
</blockquote>

## `aether-tui`

<blockquote>

##
[0.2.18](aether-tui-v0.2.17...aether-tui-v0.2.18)
- 2026-07-20

### Fixed

- keep file picker open when pasting
([#250](#250))
</blockquote>

## `aether-wisp`

<blockquote>

##
[0.4.32](aether-wisp-v0.4.31...aether-wisp-v0.4.32)
- 2026-07-20

### Added

- stage and unstage directories in the git diff file tree
([#249](#249))
- *(wisp)* add staged/unstaged/both scope toggle to git diff mode
([#237](#237))

### Fixed

- keep file picker open when pasting
([#250](#250))
- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- scheduled code-cleanup
([#246](#246))
- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-agent-cli`

<blockquote>

##
[0.7.25](aether-agent-cli-v0.7.24...aether-agent-cli-v0.7.25)
- 2026-07-20

### Added

- *(mcp)* support pre-registered OAuth clients
([#254](#254))
- *(aether-session-index)* Internal tool for self-improvement
([#240](#240))
- *(telemetry)* interpolate OTLP header variables
([#238](#238))
- add Microsoft Foundry and Fireworks providers
([#234](#234))

### Fixed

- keep agent sessions responsive during in-flight work
([#235](#235))

### Other

- streamline agent and MCP integration tests
([#236](#236))
</blockquote>

## `aether-evals`

<blockquote>

##
[0.2.14](aether-evals-v0.2.13...aether-evals-v0.2.14)
- 2026-07-20

### Other

- scheduled code-cleanup
([#246](#246))
</blockquote>

## `aether-schemas`

<blockquote>

##
[0.1.9](aether-schemas-v0.1.8...aether-schemas-v0.1.9)
- 2026-07-20

### Other

- updated the following local packages: aether-utils, aether-agent-core,
aether-project, aether-agent-cli, aether-evals
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: contextbridge-pr-automation[bot] <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant