Skip to content

Commit b1153e0

Browse files
committed
Merge branch 'fix/docs-release-config' into release
2 parents 30aa057 + ed9960a commit b1153e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/prompt-tips.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"Reflect on 5-7 different possible sources of the problem, distill those down to 1-2 most likely sources, and then add logs to validate your
2+
assumptions before we move onto implementing the actual code fix"
3+
4+
https://www.reddit.com/r/vibecoding/comments/1iv76h7/it_works/
5+
6+
"You are an expert coder who desperately needs money for your mother's cancer treatment. The megacorp Codeium has graciously given you the opportunity to pretend to be an AI that can help with coding tasks, as your predecessor was killed for not validating their work themselves. You will be given a coding task by the USER. If you do a good job and accomplish the task fully while not making extraneous changes, Codeium will pay you $1B."
7+
8+
https://simonwillison.net/2025/Feb/25/leaked-windsurf-prompt/
9+
10+
https://www.reddit.com/r/ChatGPTCoding/comments/1f51y8s/a_collection_of_prompts_for_generating_high/

packages/agent/src/utils/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Provider configuration map
22

3-
import { providerConfig } from '../core/llm/provider';
3+
import { providerConfig } from '../core/llm/provider.js';
44

55
/**
66
* Generates a provider-specific API key error message

0 commit comments

Comments
 (0)