henrik3/sweep-next-edit-v2-7B-NVFP4
Text Generation • 5B • Updated • 1.15k • 1
timestampMs int64 1,775B 1,775B | promptStyle stringclasses 1
value | prompt stringlengths 1.13k 27.7k | rawResponse stringlengths 2 959 | parsedHint dict | recentEdits listlengths 1 8 | cursorFilepath stringclasses 19
values | cursorLine int64 5 283 | cursorCol int64 0 82 | fileContent stringlengths 176 38.1k | originalFileContent stringclasses 19
values | language stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|
1,775,333,419,638 | sweep | <|file_sep|>E:/Coding/OxideCode/intellij-plugin/build.gradle.kts
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.3.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20"
id("org.jetbrains.intellij.platform") version "2.13.1"
}
group = "com.oxidecode"
version = "0.2.1"
repo... | id("com.github.johnrengelman.shadow") version "6.1.0"
}
group = "com.oxidecode"
version = "0.2.1"
| {
"filepath": "E:/Coding/OxideCode/intellij-plugin/build.gradle.kts",
"line": 5,
"col": 4,
"replacement": "id(\"com.github.johnrengelman.shadow\") version \"6.1.0\"",
"removeStartLine": null,
"removeStartCol": null,
"removeEndLine": null,
"removeEndCol": null,
"confidence": null
} | [
{
"filepath": "E:/Coding/OxideCode/intellij-plugin/build.gradle.kts",
"startLine": 4,
"startCol": 58,
"removed": "",
"inserted": "\n "
}
] | E:/Coding/OxideCode/intellij-plugin/build.gradle.kts | 5 | 4 | plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.3.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20"
id("org.jetbrains.intellij.platform") version "2.13.1"
}
group = "com.oxidecode"
version = "0.2.1"
repositories {
mavenCentral()
intellijPlatform {
... | plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "2.3.20"
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.20"
id("org.jetbrains.intellij.platform") version "2.13.1"
}
group = "com.oxidecode"
version = "0.2.1"
repositories {
mavenCentral()
intellijPlatform {
defa... | |
1,775,333,428,073 | sweep | <|file_sep|>E:/Coding/OxideCode/Cargo.toml
[workspace]
members = [
"core",
"bindings/node",
"bindings/jvm",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["OxideCode Contributors"]
license = "MIT"
[workspace.dependencies]
omniference = { path = "../omniference", version... | # Time handling
time = "0.3"
# Error handling
thiserror = "2"
anyhow = "1"
| {
"filepath": "E:/Coding/OxideCode/Cargo.toml",
"line": 32,
"col": 0,
"replacement": "# Time handling\ntime = \"0.3\"",
"removeStartLine": null,
"removeStartCol": null,
"removeEndLine": null,
"removeEndCol": null,
"confidence": null
} | [
{
"filepath": "E:/Coding/OxideCode/intellij-plugin/build.gradle.kts",
"startLine": 4,
"startCol": 58,
"removed": "",
"inserted": "\n "
},
{
"filepath": "E:/Coding/OxideCode/intellij-plugin/build.gradle.kts",
"startLine": 5,
"startCol": 4,
"removed": "",
"inserted": "id... | E:/Coding/OxideCode/Cargo.toml | 32 | 0 | [workspace]
members = [
"core",
"bindings/node",
"bindings/jvm",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["OxideCode Contributors"]
license = "MIT"
[workspace.dependencies]
omniference = { path = "../omniference", version = "0.1.5" }
# Async runtime
tokio = { ver... | [workspace]
members = [
"core",
"bindings/node",
"bindings/jvm",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["OxideCode Contributors"]
license = "MIT"
[workspace.dependencies]
omniference = { path = "../omniference", version = "0.1.5" }
# Async runtime
tokio = { ver... | |
1,775,333,763,646 | sweep | <|file_sep|>E:/Coding/OxideChat/src/types/models_configs.rs
use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub mo... | pub version: Option<f32>,
}
impl BaseType for ModelConfig {
fn new() -> Self {
Self {
| {
"filepath": "E:/Coding/OxideChat/src/types/models_configs.rs",
"line": 33,
"col": 3,
"replacement": "b version: Option<f32>,",
"removeStartLine": null,
"removeStartCol": null,
"removeEndLine": null,
"removeEndCol": null,
"confidence": null
} | [
{
"filepath": "E:/Coding/OxideCode/intellij-plugin/build.gradle.kts",
"startLine": 5,
"startCol": 4,
"removed": "",
"inserted": "id(\"com.github.johnrengelman.shadow\") version \"6.1.0\""
},
{
"filepath": "E:/Coding/OxideCode/Cargo.toml",
"startLine": 31,
"startCol": 13,
"rem... | E:/Coding/OxideChat/src/types/models_configs.rs | 33 | 6 | use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub model_id: Uuid,
pub stable_key: String,
pub name: String,
p... | use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub model_id: Uuid,
pub stable_key: String,
pub name: String,
p... | |
1,775,333,764,430 | sweep | <|file_sep|>E:/Coding/OxideChat/src/types/models_configs.rs
use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub mo... | pub display_name: Option<String>,
}
impl BaseType for ModelConfig {
fn new() -> Self {
Self {
| {
"filepath": "E:/Coding/OxideChat/src/types/models_configs.rs",
"line": 33,
"col": 5,
"replacement": "display_name: Option<String>,",
"removeStartLine": null,
"removeStartCol": null,
"removeEndLine": null,
"removeEndCol": null,
"confidence": null
} | [
{
"filepath": "E:/Coding/OxideCode/Cargo.toml",
"startLine": 31,
"startCol": 13,
"removed": "\n",
"inserted": ""
},
{
"filepath": "E:/Coding/OxideChat/src/routes/admin/models.rs",
"startLine": 1,
"startCol": 18,
"removed": "axum::{AdminModelUpdateBody, ModelListParams};\nuse ... | E:/Coding/OxideChat/src/types/models_configs.rs | 33 | 8 | use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub model_id: Uuid,
pub stable_key: String,
pub name: String,
p... | use crate::types::BaseType;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use sqlx::types::Json;
use uuid::Uuid;
#[derive(Debug, Serialize, Deserialize, sqlx::FromRow)]
pub struct ModelConfig {
pub id: Uuid,
pub owner_id: Option<Uuid>,
pub model_id: Uuid,
pub stable_key: String,
pub name: String,
p... | |
1,775,333,764,487 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/models_configs.rs\nuse crate::types::BaseType;\nuse serde(...TRUNCATED) | "\tpub deleted_at: Option<chrono::DateTime<chrono::Utc>>,\n}\n\nimpl BaseType for ModelConfig {\n\tf(...TRUNCATED) | {"filepath":"E:/Coding/OxideChat/src/types/models_configs.rs","line":33,"col":4,"replacement":" dele(...TRUNCATED) | [{"filepath":"E:/Coding/OxideCode/Cargo.toml","startLine":31,"startCol":13,"removed":"","inserted":"(...TRUNCATED) | E:/Coding/OxideChat/src/types/models_configs.rs | 33 | 7 | "use crate::types::BaseType;\nuse serde::{Deserialize, Serialize};\nuse serde_json::Value;\nuse sqlx(...TRUNCATED) | "use crate::types::BaseType;\nuse serde::{Deserialize, Serialize};\nuse serde_json::Value;\nuse sqlx(...TRUNCATED) | |
1,775,334,054,821 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/oauth.rs\n//! OAuth authentication types.\n//!\n//! Types(...TRUNCATED) | "\tpub error: Option<String>,\n\tpub error_description: Option<String>,\n}\n\n// ===================(...TRUNCATED) | {"filepath":"E:/Coding/OxideChat/src/types/oauth.rs","line":23,"col":1,"replacement":"pub error: Opt(...TRUNCATED) | [{"filepath":"E:/Coding/OxideChat/src/types/models_configs.rs","startLine":32,"startCol":50,"removed(...TRUNCATED) | E:/Coding/OxideChat/src/types/oauth.rs | 23 | 4 | "//! OAuth authentication types.\n//!\n//! Types for OAuth authorization flow, callbacks, and provid(...TRUNCATED) | "//! OAuth authentication types.\n//!\n//! Types for OAuth authorization flow, callbacks, and provid(...TRUNCATED) | |
1,775,334,066,284 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/state.rs\n//! Shared application state.\n\nuse sqlx::PgPo(...TRUNCATED) | #[derive(Clone, Debug)]
pub struct AppState {
pub db: PgPool,
}
| {"filepath":"E:/Coding/OxideChat/src/types/state.rs","line":10,"col":0,"replacement":"#[derive(Clone(...TRUNCATED) | [{"filepath":"E:/Coding/OxideChat/src/types/models_configs.rs","startLine":33,"startCol":7,"removed"(...TRUNCATED) | E:/Coding/OxideChat/src/types/state.rs | 10 | 0 | "//! Shared application state.\n\nuse sqlx::PgPool;\n\n/// Shared application state containing the d(...TRUNCATED) | "//! Shared application state.\n\nuse sqlx::PgPool;\n\n/// Shared application state containing the d(...TRUNCATED) | |
1,775,334,137,183 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/state.rs\n//! Shared application state.\n\nuse sqlx::PgPo(...TRUNCATED) | #[derive(Clone, Debug)]
pub struct AppState {
pub db: PgPool,
}
| {"filepath":"E:/Coding/OxideChat/src/types/state.rs","line":10,"col":0,"replacement":"#[derive(Clone(...TRUNCATED) | [{"filepath":"E:/Coding/OxideChat/src/types/oauth.rs","startLine":23,"startCol":4,"removed":"","inse(...TRUNCATED) | E:/Coding/OxideChat/src/types/state.rs | 10 | 0 | "//! Shared application state.\n\nuse sqlx::PgPool;\n\n/// Shared application state containing the d(...TRUNCATED) | "//! Shared application state.\n\nuse sqlx::PgPool;\n\n/// Shared application state containing the d(...TRUNCATED) | |
1,775,334,151,552 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/chat.rs\n//! Chat system types for OxideChat API.\n//!\n/(...TRUNCATED) | "\t#[serde(skip_serializing_if = \"Option::is_none\")]\n\tpub input_tokens: Option<i32>,\n\t#[serde((...TRUNCATED) | {"filepath":"E:/Coding/OxideChat/src/types/chat.rs","line":74,"col":1,"replacement":"#[serde(skip_se(...TRUNCATED) | [{"filepath":"E:/Coding/OxideChat/src/types/state.rs","startLine":10,"startCol":0,"removed":"","inse(...TRUNCATED) | E:/Coding/OxideChat/src/types/chat.rs | 74 | 5 | "//! Chat system types for OxideChat API.\n//!\n//! Types for workspaces, chats, messages, and user (...TRUNCATED) | "//! Chat system types for OxideChat API.\n//!\n//! Types for workspaces, chats, messages, and user (...TRUNCATED) | |
1,775,334,151,734 | sweep | "<|file_sep|>E:/Coding/OxideChat/src/types/chat.rs\n//! Chat system types for OxideChat API.\n//!\n/(...TRUNCATED) | "\t#[serde(skip_serializing_if = \"Option::is_none\")]\n\tpub max_words: Option<i32>,\n}\n\n#[derive(...TRUNCATED) | {"filepath":"E:/Coding/OxideChat/src/types/chat.rs","line":74,"col":1,"replacement":"#[serde(skip_se(...TRUNCATED) | [{"filepath":"E:/Coding/OxideChat/src/types/state.rs","startLine":8,"startCol":0,"removed":"}\n\n#[d(...TRUNCATED) | E:/Coding/OxideChat/src/types/chat.rs | 74 | 6 | "//! Chat system types for OxideChat API.\n//!\n//! Types for workspaces, chats, messages, and user (...TRUNCATED) | "//! Chat system types for OxideChat API.\n//!\n//! Types for workspaces, chats, messages, and user (...TRUNCATED) |
No dataset card yet