Don't scroll to bottm when sending message on mobile
This commit is contained in:
parent
75ef93ed80
commit
9b51159e42
116 changed files with 6201 additions and 1 deletions
12
web/agent/skills/caveman-learn/package.json
Normal file
12
web/agent/skills/caveman-learn/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "@caveman/skill-caveman-learn",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Consent-gated editing skill that closes the loop on a Caveman learn report: review ranked token sinks and apply cost-lowering fixes (trim config, offload recurring context to cavemem) with per-edit approval, a net-token-negative gate, and a never-make-the-agent-dumber guard.",
|
||||
"files": ["SKILL.md"],
|
||||
"scripts": {
|
||||
"test": "node --test tests/*.mjs"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue