Commit dadb7ef
feat(agent-builder): raise prompt-hint clamp to 350 (#1139)
Raise the client-side clamp (maxHintLength) from 240 to 350 so hints up
to the new backend cap aren't truncated in the composer. Clamp test now
feeds a 400-char hint and asserts 350.
Claude-Session: https://claude.ai/code/session_01Jp2NeQiZiBavQCgyPZVZKd
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c5753ab commit dadb7ef
3 files changed
Lines changed: 5 additions & 5 deletions
File tree
- ConvosCore/Sources/ConvosCore/API
- ConvosTests
- Convos/Agent Builder
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments