Skip to content

Commit 4fe5892

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 806125a + fd7bd23 commit 4fe5892

18 files changed

+70
-118
lines changed

.changeset/convert-to-zod.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/github-mode.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/implement-token-caching.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/openai-models.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/performance-profiling.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/refactor-tool-agent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/text-editor.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/windows-compatibility.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# mycoder-agent
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- a51b970: Convert from JsonSchema7Type to ZodSchema for tool parameters and returns, required for Vercel AI SDK integration.
8+
- 27f73e3: Add GitHub mode to MyCoder for working with issues and PRs
9+
- 66ff39e: Add support for OpenAI models (o3 mini and GPT-4o) via Vercel AI SDK
10+
- 9b9d953: Add performance profiler via --profile to diagnose slow start-up times on some OSes.
11+
- 27c2ba5: Refactored toolAgent.ts into modular components for improved maintainability and testability. Split into config.ts, messageUtils.ts, toolExecutor.ts, tokenTracking.ts, and types.ts modules.
12+
- a4331b8: Add textEditor tool that combines readFile and updateFile functionality
13+
- 9b9d953: Use cross platform compatibility tooling to build up context, rather than Linux/MacOS specific tools.
14+
15+
### Patch Changes
16+
17+
- 870cbee: Re-implemented token caching for Vercel AI SDK usage with Anthropic provider to reduce token consumption during repeated API calls.
18+
319
## 0.4.0
420

521
### Minor Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-agent",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Agent module for mycoder - an AI-powered software development assistant",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)