Skip to content

Commit 5e3747b

Browse files
committed
Remove markdown approach details from README and delete test file
1 parent 2ec8efc commit 5e3747b

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

packages/agent/src/tools/interaction/subAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { z } from 'zod';
22
import { zodToJsonSchema } from 'zod-to-json-schema';
33

4-
import { getDefaultSystemPrompt } from '../../core/toolAgent/index.js';
54
import { getModel } from '../../core/toolAgent/config.js';
5+
import { getDefaultSystemPrompt } from '../../core/toolAgent/index.js';
66
import { toolAgent } from '../../core/toolAgent.js';
77
import { Tool, ToolContext } from '../../core/types.js';
88
import { getTools } from '../getTools.js';

packages/cli/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,6 @@ Requirements for GitHub mode:
6161
- GitHub CLI (`gh`) needs to be installed and authenticated
6262
- User needs to have appropriate GitHub permissions for the target repository
6363

64-
When using GitHub mode, MyCoder uses temporary markdown files for creating issues, PRs, and comments to ensure proper formatting:
65-
66-
```bash
67-
# Example of how MyCoder handles GitHub content
68-
# 1. Creates a temporary markdown file
69-
cat > temp.md << 'EOF'
70-
## Description
71-
This is a description with proper
72-
newlines and formatting.
73-
74-
- Bullet point 1
75-
- Bullet point 2
76-
EOF
77-
78-
# 2. Uses the file with GitHub CLI
79-
gh issue create --title "Issue Title" --body-file temp.md
80-
81-
# 3. Cleans up the temporary file
82-
rm temp.md
83-
```
84-
85-
This approach ensures that formatting, newlines, and special characters are preserved correctly in GitHub content.
86-
8764
## Configuration
8865

8966
MyCoder stores configuration in `~/.mycoder/config.json`. You can manage configuration using the `config` command:

packages/cli/tests/github-mode-test.md

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

0 commit comments

Comments
 (0)