chore: ship v1.10.0 release surface refresh

This commit is contained in:
Affaan Mustafa
2026-04-05 13:20:18 -07:00
parent 5df943ed2b
commit 846ffb75da
27 changed files with 280 additions and 55 deletions

View File

@@ -66,7 +66,7 @@ function runTests() {
},
],
source: {
repoVersion: '1.9.0',
repoVersion: '1.10.0',
repoCommit: 'abc123',
manifestVersion: 1,
},
@@ -100,7 +100,7 @@ function runTests() {
},
operations: [],
source: {
repoVersion: '1.9.0',
repoVersion: '1.10.0',
repoCommit: 'abc123',
manifestVersion: 1,
},
@@ -154,7 +154,7 @@ function runTests() {
},
operations: [operation],
source: {
repoVersion: '1.9.0',
repoVersion: '1.10.0',
repoCommit: 'abc123',
manifestVersion: 1,
},
@@ -208,7 +208,7 @@ function runTests() {
skippedModules: [],
},
source: {
repoVersion: '1.9.0',
repoVersion: '1.10.0',
repoCommit: 'abc123',
manifestVersion: 1,
},

View File

@@ -278,7 +278,7 @@ function runTests() {
if (test('INLINE_RESOLVE discovers plugin cache when env var is unset', () => {
const homeDir = createTempDir();
try {
const expected = setupPluginCache(homeDir, 'everything-claude-code', '1.9.0');
const expected = setupPluginCache(homeDir, 'everything-claude-code', '1.10.0');
const { execFileSync } = require('child_process');
const result = execFileSync('node', [
'-e', `console.log(${INLINE_RESOLVE})`,