aefmind

Results 9 comments of aefmind

If character set is set to all available, `¡` is listed if you hold `,` key. However it's not being listed if character set is set to Spanish. `¿` and...

`TabView` already includes the `stripBuilder` and `reservedStripWidth` properties to serve this purpose. Example: ```dart TabView( tabs: tabs, stripBuilder: (context, strip) => DragToMoveArea(child: strip), reservedStripWidth: 34, ... ); ```

I’m experiencing the same issue. I’m not using OpenAgents or anything similar, but every time context compaction happens, it counts a single request as if it were three.

> The new upgrade _should_ cause more premium request usage than it used to, right, because the older implementation did not use _enough_ premium requests. Are you noticing a slight...

The detail is that in the compaction process the prompt is sent as a "user" role message, and also in the continuation message. Is there a reason for this? or...

> They can't be sent as assistant role as that wouldn't work for all providers/models, it would need to be a github specific change or a check within the copilot...

@rekram1-node Thanks for work on this. However, looking at the solution implemented, I think this issue is not evenfully solved. A solution could be allowing to choose which model handles...

> Maintenance risk is low, but not zero. If someone changes these strings in message-v2.ts without updating copilot.ts, detection would fail silently. This solution has weak points: - The need...