apex-dev 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.local/share/amp/history.jsonl +6 -0
- package/.local/share/amp/session.json +2 -2
- package/.local/share/amp/threads/T-019c950e-69fe-77d6-9854-fc73b77a3148.json +4570 -0
- package/.local/share/amp/threads/T-019c9707-6e2b-741c-b4d4-117026a78449.json +2899 -0
- package/.local/share/amp/threads/T-019c971b-6bc0-77b8-8868-f8956d3e71a8.json +7 -0
- package/.local/share/amp/threads/T-019c971b-c87c-75f3-a61f-beb18a1cb25f.json +474 -0
- package/.local/share/amp/threads/T-019c971d-d371-70ac-9805-5c739908e73b.json +802 -0
- package/.local/share/amp/threads/T-019c9722-d73d-74f1-9d1d-8fafaad0ede7.json +7 -0
- package/.replit +20 -0
- package/hello.txt +1 -0
- package/index.js +19 -1514
- package/package.json +1 -1
- package/src/agent.js +421 -0
- package/src/commands.js +105 -0
- package/src/config.js +80 -0
- package/src/prompt.js +82 -0
- package/src/thinking.js +78 -0
- package/src/toolExecutors.js +296 -0
- package/src/tools.js +193 -0
- package/src/ui.js +269 -0
|
@@ -31,3 +31,9 @@
|
|
|
31
31
|
{"text":"search the web for what apex name packages are not used, then update package.json","cwd":"/home/runner/workspace"}
|
|
32
32
|
{"text":"but it says i do not have the permission to publish the package name","cwd":"/home/runner/workspace"}
|
|
33
33
|
{"text":"apex-dev","cwd":"/home/runner/workspace"}
|
|
34
|
+
{"text":"it keeps getting a 400 extra data error","cwd":"/home/runner/workspace"}
|
|
35
|
+
{"text":"give the AI a system prompt of when to use the subagent, not hardcoded","cwd":"/home/runner/workspace"}
|
|
36
|
+
{"text":"also refactor index.js into multiple files, while still working the same as before.","cwd":"/home/runner/workspace"}
|
|
37
|
+
{"text":"completely rework the UI to look like sourcegraph amp","cwd":"/home/runner/workspace"}
|
|
38
|
+
{"text":"remove the model ID from the CLI","cwd":"/home/runner/workspace"}
|
|
39
|
+
{"text":"remove the turn summary","cwd":"/home/runner/workspace"}
|